@import url(advanced.css);

BODY {
	background: #0052A4;
	margin: 0;
	padding: 0;
}

P, DIV, BLOCKQUOTE, ADDRESS, UL, DL, OL, TD, TH {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

H1, H2, H3, H4 {
	font-family: verdana, arial, helvetica, sans-serif;
}

H1 {
	font-size: 16px;
	color: #0052A4;
	font-weight: bold;
	border-bottom: solid #666 1px;
	padding-bottom: 5px;
	margin-top: 5px;
}

H2 {
	font-size: 14px;
	color: #039;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

H4 {
	font-size: 11px;
	font-weight: bold;
}

ADDRESS {
	font-style: normal;
}

DT {
	font-weight: bold;
}

#sidebarInsert {
	position: absolute;
	top: 170px;
	left: 3px;
	width: 147px;
}

#subnav {
	line-height: 12px;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

#footer {
	position: absolute;
	width: 718px;
	left: 73px;
	text-align: center;
	color: white;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
	background-color: #0052A4;
	background-repeat: no-repeat;
	height: 57px;
	padding-top: 5px;
	padding-bottom: 30px;
	top: 1661px;

}

#footer A {
	color: white;
}

#bodyFoot {
	padding-bottom: 30px;
	background: #0052A4;
	border: solid black 1px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	white-space: nowrap;
}

#header IMG {
	vertical-align: top;
}

#page {
	position: absolute;
	top: 158px;
	left: 158px;
	margin: 0px;
	padding: 0;
	border: none;
	width: 558px;
	background: white;
	line-height: 22px;
}

#pageMargins {
	margin: 0 10px 0 10px;
}

#shim {
	height: 300px;
}

IMG.blocky {
	display: block;
}

SPAN.caption {
	display: block;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #333;
	border-top: solid #666 1px;
	text-align: center;
	padding: 1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}


/* utility classes for altering margins */
.indent {
	margin-left: 15px;
}

.initial {
	margin-top: 0;
}

.trailing {
	margin-bottom: 0;
}

.compact {
	margin-top: 0;
	margin-bottom: 0;
}

/* achiever list styles */
DIV.achiever {
	margin-right: 16px;
	padding-bottom: 10px;
	border-bottom: solid #666 1px;
}

DIV.achiever H4 {
	margin-bottom: 0;
}

DIV.achiever IMG {
	margin-right: 15px;
}

.oomph { background: #eee }
