h1, h2, h3, h4, h5, p, a, img, form, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}

body {
	padding: 10px;
	margin: 0;
	}
	
#splash {
	padding-top: 150px;
	padding-left: 9px;
	background: url(images/splash3.jpg) no-repeat left top;
	height: 360px;
	width: 711px;
	border-bottom: 1px solid #fc6;
}
#header  { margin-bottom: 10px; width: 700px; height: 141px; border-bottom: 1px solid transparent }
#sidebar {
	background: #fc6;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	width: 180px;
}
#content {
	float: left;
	width: 420px;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
#content a {
	color: #039;
}
#push {
	clear: both;
	height: 20px;
	}
	
ul#nav {
	width: 180px;
	font: bold 11px/14px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
ul#nav li  { color: white; background: url(images/nav-blue.gif) no-repeat; list-style: none; padding: 3px 0 0 30px; height: 17px; border-bottom: 2px solid #000 }
ul#nav li b { color: gray; background: url(images/nav-blue.gif) no-repeat; list-style: none; padding: 3px 0 0 30px; height: 17px; border-bottom: 2px solid #000 }
ul#nav li.ltblue {
	background: url(images/nav-ltblue.gif) no-repeat;
}
ul#nav li.grey {
	background: url(images/nav-grey.gif) no-repeat;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	}
ul#nav li a:hover {
	text-decoration: underline;
	}
#content ul#subnav {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 10px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
#content ul#subnav li {
	display: inline;
	padding: 0 1px 0 5px;
	border-left: 1px solid #999;
	margin: 0;
}
#content ul#subnav li a {
	color: #666;
	text-decoration: none;
}
h2     { font-size: 12px; font-weight: normal; line-height: 14px; background: url(images/h2b.gif) no-repeat left center; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; padding: 2px 0 2px 20px; border-top: 2px solid #8f9ec9; border-right: solid white; border-bottom: 2px solid #8f9ec9; border-left: 2px solid #8f9ec9 }
h3  { color: #fff; font-size: 12px; font-weight: bold; line-height: 14px; background: #8f9ec9 url(images/h3.gif) no-repeat left center; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 7px; padding: 3px 0 3px 20px; width: 280px }
h4  { color: #039; font-size: 13px; line-height: 16px; letter-spacing: 0.05em; margin-bottom: 7px; padding-right: 20px }
h5 { color: #039; font-size: 13px; line-height: 13px; letter-spacing: 0.05em; margin-bottom: 7px; padding-right: 20px }
h6 { color: #039; font-size: 13px; line-height: 16px; letter-spacing: 0.05em; margin-bottom: 7px; padding-right: 20px }
h4 a {
	font-size: 11px;
	font-weight: normal;
}
p  { text-align: left; margin-bottom: 7px }
p.topjump {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	clear: both;
}
p.topjump a {
	font-style: italic;
}
#content ul {
	margin: 0 0 5px;
}
#content in { margin: 0 0 5px; padding-left: 20px }
#content ul li {
	margin: 0 20px 0 25px;
	text-align: left;
}
#content ol li {
	margin: 0 10px 5px 25px;
	text-align: justify;
}
#content table td {
	padding: 2px 0px;
}
#content table td table td {
	padding: 0px;
}
#content table th {
	padding: 0px;
	background: #69c;
}
