/* STYLE GUIDE */

body {
	margin: 0;
	padding: 0;
	background: #FFF url('columns.gif') repeat-y -770px 0;
	color: #036;
	font-family: Arial, sans-serif;
	font-size: 80%
}


/* links */
a:link {
	color: #00F;
}
a:visited {
	color: #909;
}


/* headings */
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}


/* lists */
ul {
	margin: 1em 0;
	padding-left: 2em;
}
ul ul {
	margin: 0;
}
dt,
dd {
	display: block;
	margin: 0;
	padding: 0;	
}
dt {
	font-weight: bold;
	width: 33%;
	color:  #333;
	border-bottom: 1px solid #333;
}


/* tables */
caption {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	empty-cells: show;
	background: #FFF;
}
th, td {
	border: 1px solid #000;
	padding: .2em .5em;
}
th {
	background: #BFCCD9;
}


/* forms */
label {
	display: block;
	font-weight: bold;
}
li label {
	display: inline;
	font-weight: normal;
}



/* CONTENT STYLES */

/* resource (and/or) links lists */
ul.resources {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.resources h2 {
	margin: 1em 0 .2em;
}
.resources p {
	margin: 0;
}
.resources cite {
	font-style: normal;
	font-size: 90%;
	color: #999;
}



/* PAGE LAYOUT */

/* header */
#h {
	position: relative;
	height: 117px;
	background: url('h.gif') repeat-x 0 0;
}
#h * {
	position: absolute;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
}
/* site title */
#h h1 {
	top: 0;
	left: 0;
	height: 62px;
	font-size: 25px;
	background: url('i2.gif') no-repeat 0 0;
	padding: 55px 0 0 90px;
}
#h h1 a,
#h h1 a:link,
#h h1 a:visited {
	color: #036;
	text-decoration: none;
}
#h h1 a:hover,
#h h1 a:active {
	color: #00F;
	text-decoration: underline;
}
/* site tagline */
#h p {
	top: 90px;
	right: 1em;
	font-size: 20px;
	text-align: right;
	font-style: italic;
	color: #FFF;
}


/* content block */
#c {
	position: relative;
	margin-left: 255px;
	padding: 1em;
	background: #FFF url('i.gif') repeat-y 50% 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000
}
/* breadcrumb */
#bc {
	margin: .2em 0 1em;
	font-size: 80%;
	color: #036;
}


/* menu */
#m {
	position: absolute;
	width: 250px;
	left: -255px;
	top: 0;
}
#m ul {
	line-height: 1.5em;
	list-style: disc;
	color: #003;
}
#m ul a:link,
#m ul a:visited {
	font-weight: bold;
	font-size: 105%;
	color: #003;
	text-decoration: none;
}
#m ul a:hover,
#m ul a:active {
	color: #00F;
	text-decoration: underline;
}
#m ul ul a:link,
#m ul ul a:visited {
	font-size: 100%;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
}
#m ul ul a:visited {
	color: #909;
}
/* expanding menu */
#m li.xc {
	list-style: none;
}
#m div.xcx,
#m div.xcc {
	position: relative;
	display: inline;
}
#m li.xc>div.xcx,
#m li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
#m div.xcx a,
#m div.xcc a {
	position: absolute;
	top: -.2em;
	left: -2em;
}
#m div.xcx>a,
#m div.xcc>a {
	position: static;
}
#m div.xcx a:link,
#m div.xcx a:visited,
#m div.xcc a:link,
#m div.xcc a:visited {
	color: #000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	font-weight: bold;
}


/* footer */
#f {
	padding: 2em .2em .3em;
	font-size: 90%;
	text-align: right;
	color: #003;
}