body {
	background: url(../img/page_bkgd.jpg) repeat-x #000;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, p, blockquote, form, fieldset, label, img {
	margin: 0;
	padding: 0;
	border: none;
}
#header {
	background: #fff;
	text-align: center;
	padding: 0;
	height: 102px;
	overflow: hidden;
}
#navBkgd {
	background: #003e68;
	float: left;
	width: 100%;
}
#navHolder {
	background: #003e68;
	/*width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "60em":
        "auto" );
	max-width: 60em;*/
	width: 770px;
	margin: 0 auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	display: block;
	padding: 5px 11px 5px 11px;
	color: #fff;
	text-decoration: none;
	width: auto;
}
#nav a:hover, #nav a.active {
	color: #b4daeb;
}

#nav li { /* all list items */
	float: left;
	/* width: 7em; width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 18em;
	margin: 0 0 0 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	background: #000;
	width: 18em;
	padding: 5px 5px 5px 5px;
}
#nav li ul a:hover {
	background: #166295;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li ul li ul { /* third-level lists */
	position: absolute;
	background: #01385f;
	width: 18em;
	margin: 0 0 0 5px;
	left: -999em !important; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #fff;
}
#nav li ul li:hover ul, #nav li ul li.sfhover ul { /* lists nested under hovered list items */
	left: 17.5em !important;
	margin-top: -24px;
}

#contentHolder {
	clear: left;
	width: 770px;
	margin: 0 auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	background: url(../img/content_bkgd.gif) repeat-y #fff;
}
#content {
	width: 100%;
	float: left;
	display: inline;
	font-size: 14px;
	background: url(../img/content_bkgd.gif) repeat-y #fff;
}
#content a {
	color: #003e68;
}
#content a:hover {
	color: #2586b1;
}
#content h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	margin: 0 20px 0.5em 20px;
	color: #166295;
}
#content h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0 20px 0.5em 20px;
	color: #166295;
}
#content h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 1.5em 20px 0.5em 20px;
	color: #166295;
}
#content h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 1.5em 20px 0.5em 20px;
	color: #166295;
}
#content p {
	font-size: 0.8em;
	margin: 0 20px 1em 20px;
	line-height: 1.4;
}
#content table {
	font-size: 0.8em;
	margin: 0 20px 1em 20px;
}

.sidebar {
	width: 150px;
	float: left;
	display: inline;
}
.sidebar h5, .box h5 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0 10px;
	color: #166295;
}
.sidebar p, .box p {
	margin: 1em 10px 1em 10px !important;
	font-size: 0.8em !important;
	line-height: normal !important;
}
.sidebar ul, .sidebar ol {
	margin: 1em 5px 1em 25px;
	padding: 0;
	font-size: 0.8em;
}
.sidebar li {
	margin: 0 0 6px 0;
	padding: 0;
}
#center {
	width: 620px;
	padding-top: 20px;
	float: left;
	display: inline;
}
#center ul, #center ol {
	margin: 1em 20px 1em 50px;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4;
}
#center li {
	margin: 0 0 6px 0;
	padding: 0;
}
#footer {
	clear: both;
	text-align: center;
	color: #fff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #b4daeb;
}
.clear {
	clear: both;
}
.box {
	border: 1px solid #b4daeb;
	background: #e7f4f9;
	margin: -10px 10px 10px 10px;
	text-align: center;
	float: right;
	display: inline;
	width: 150px;
}