/* STYLE GUIDE */

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


/* 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: 80px;
	background: #FFF url(montage.jpg) 0 100% repeat-x;
}
/* site title */
#h h1 {
	margin: 0;
}
/* site tagline */
#h p {
	position: absolute;
	top: 20px;
	left: 320px;
	margin: 0;
	text-align: right;
	font-style: italic;
	font-size: 13px;
	color: #333;
}


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


/* menu */
#m {
	position: absolute;
	width: 250px;
	left: -255px;
	top: 0;
}
#m ul {
	line-height: 1.5em;
	list-style: disc;
	color: #333;
}
#m ul a:link,
#m ul a:visited {
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
#m ul ul a:link,
#m ul ul a:visited {
	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;
}


/* narrow screens, 1 column layout */
@media (max-width: 800px) {
	body {
		background: #FFF;
	}
	#c {
		position: static;
		margin-left: 0;
		padding: 1em;
	}
	#m {
		position: static;
		width: auto;
		left: 0;
		background: transparent url(columns.gif) repeat;
	}
}

/* footer */
#f {
	border-bottom: 1px solid #333;
	padding: 2em .2em .3em;
	font-size: 80%;
	text-align: right;
	color: #333;
	font-family: Arial, sans-serif;
}