@charset "US-ASCII";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	font-size:1em;
	}
body {
	font-size: 76%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.28em;
	color: black; 
	background: white;
	}
#page {
	width: 70em;
	margin: 1.5em;
	background: white;
	overflow: hidden;
	}
/* http://www.alistapart.com/articles/fauxabsolutepositioning/ */
.lay-row { /* page layout, a row in the page grid */
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	}
.lay-col { /* page layout, a column within a row in the page grid */
	position: relative;
	float: left;
	left: 100%;
	overflow: hidden;
	}
.lay-box { /* a box within a column in the layout grid,
			where content goes */
	border: 1px solid #600;
	margin: 0 1em 1em 1px; 
	padding-bottom: 0.8em;
	background: white;
	}
html.lte7 .lay-box, 
html.lte7 .addlayout {
	height: 1px; 
	}

#left-col { /* left main col */
	width: 20em;
	margin-left: -100%;
	z-index: 100;
	}
#right-col { /* right main col */
	width: 50em;
	margin-left: -50em;
	}
#footer-row {
	width: 100%;
	}
#masthead {
	border: 1px solid #600;
	background: #e7e7e7;
	overflow: hidden;
	padding: 1em 0 1.8em 1.5em;
	margin-right: 1em;
	}
#masthead img {
	margin: 0;
	padding: 0;
	}
#top-nav {
	position: relative;
	margin: -0.8em 0 1em 1.5em;
	}
#top-nav a {
	margin-right: 1em;
	padding: 0.2em 0.6em;
	color: white;
	background: #600;
	text-decoration: none;
	white-space: nowrap;
	}
#top-nav a:hover {
	color: orange;
	background: #444;
	}
#top-nav a.dim,
#top-nav a.dim:hover {
	color: white;
	background: #600;
	}
#top-nav a.djcorps {
	background: #222;
	color: #eee;
	}
#footer {
	clear:both;
	}
#footer-row .lay-box {
	margin-top: 1.5em;
	border: none;
	border-top: 1px solid #966;
	color: #666;
	}
#footer-row p {
	font-size: 0.85em;
	padding-left: 0;
	}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	padding: 0.6em;
	font-weight: normal;
	background: #e7e7e7;
	color: #400;
	}
h2 {
	padding: 1.2em 1em 0 0.667em;
	color: #400;
	font-size: 1.2em;
	font-weight: normal;
	}
p {
	margin: 0.8em 0.8em 0 0.8em;
	}
b {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	}
b.soft {
	color: #400;
	}
.ahem {
	display: none;
	}
ol, ul {
	margin-left: 2.4em;
	}
ul {
	list-style: disc outside;
	}
li {
	margin: 0.4em 0.8em 0 0;
	}
a {
	color: black;
	text-decoration: none;
	}
img.right,
img.left {
	clear: both;
	padding: 0.8em;
}
img.right {
	float: right;
}
img.left {
	float: left;
}
