﻿body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
#container {
	width: 970px;
	margin: 5px auto 15px auto;
}
#header {
	background-image: url('images/headerimg.jpg');
	background-repeat: no-repeat;
	width: 970px;
	height: 138px;
}
#pgtitle {
	position: relative;
	left: 730px;
	top: 54px;
	width: 198px;
	height: 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: 50%;
}
#pgsubtitle {
	font-size: large;
	color: #003300;

}
/*Navigation Formatting*/
td#navbar {
	background-image: url('images/navbar.jpg');
	background-repeat: repeat-y;
	width: 196px;
	vertical-align: top;
}
td#navbar ul {
	width: 194px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
td#navbar ul li {
	text-align: right;
}
td#navbar ul li a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 7px 20px 6px 0px;
}
ul.topnav li a {

	background-image: url('images/navbtn.jpg');
	font-weight: bold;
	color: #e15f25;
}
ul.topnav li a:hover {
	background-image: url('images/navbtnhvr.jpg');
}
#onpage {
	color: white;
}
ul.subnav a {
	background-image: url('images/subnavbtn.jpg');
	color: #006600;
	font-weight:normal;
	font-size:10px;
}
ul.subnav a:hover {
	background-image: url('images/subnavbtnhvr.jpg');
	color:#FFFF66;
}
.preload {
	display: none;
}
/*End of Navigation Formatting*/

/*General Content Formatting*/
#content {
	background-color: white;
	width: 614px;
	padding: 0px 10px 0px 10px;
}
/*Text Formatting*/
.bold {
	font-size:14px;
	font-weight: bold;
}
h2, h3 {
	font-size:12px;
	font-weight: bold;
}
a {
	text-decoration:none;
	color: #003300;
}
a:hover {
	text-decoration:underline;
}
ul.lvl1 {
	margin-left:0px;
	margin-bottom:0px; 
	padding-left:28px;
}
ul.lvl2 {
	margin-top:0px;
	margin-left:0px;
	padding-left:70px;
}
.deepindent {
	padding-left:30px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.underline {
	text-decoration: underline;
}
.ntm {
	margin-top:0px;
	margin-bottom:16px;
}
.nm {
	margin:0px;
}
.nbm {
	margin-top:16px;
	margin-bottom:0px;
}
/*End General Content Formatting*/

#sidebar {
	background-image: url('images/sidebar.jpg');
	background-repeat: no-repeat;
	background-color: #013729;
	width: 138px;
	vertical-align:top;
	text-align:center;
	padding:10px 5px 10px 5px;
}
#footspanner {
	height: 80px;
}
#foottxt {
	height: 42px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
	color: #808080;
}
#copy {
	background-image: url('images/copybar.jpg');
	height: 20px;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}
.adbox {
	position: relative;
	left: 10px;
	border: medium white outset;
	width: 150px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color: #FFFFFF;
}
.adbox a {
	display:block;
	text-decoration:none;
	color:white;
}
.divblock {
	border: thin #004131 solid;
	width: 604px;
	background-color: #FED439
}
.details {
	font-size: 11px;
	color: #e15f25;
}