/* General Formatting */

body {
	margin: 0px; 
	padding: 0px;
	background-color: #020b2b;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/content_slice.jpg);
	background-repeat:repeat-y;
	background-position: 355px 20px;
}

h1 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

h3 {
	color: #c0dbf0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #dddddd;
	text-decoration: underline; 
}

a:hover {
	color: #89afd6;
}

hr {
border:none;
border-bottom:1px solid #66718d;
height:1px;
}

.chart {
	border: 1px solid #fff;
}

.chart td {
	border: 1px solid #ccc;
}

/* Layout Formatting */

#leftwrap {
	position: relative;
	float: left;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 340px;
	
	background-image:url(../images/back_fade.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#rightwrap {
	position: absolute;
	top: 0px;
	left: 345px;
}

#topnav {
	position: absolute;
	top: 0px;	
	left: 10px;
	width: 620px;
	height: 50px;
	padding-top: 15px;
	z-index: 3;
}

#banner {
	position: absolute;
	height: 125px;
	width: 615px;
	top: 75px;
	border: 1px solid #ffffff;
	z-index: 2;
	background-color:#000000;
}

#contentwrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 607px;
	padding-top: 55px;
	z-index: 1;
	
	background-image:url(../images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#contentmain {
	padding-top: 155px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 16px;
}

#logo {
	padding:40px 0 0 25px;
	margin:0;
}

#sidenav {
	padding-left: 25px;
	padding-top: 35px;
}

/* Custom Classes */

.topbtn {
	border: 1px solid #7d839b;
	margin:0 3px 0 3px;
}

.topbtn:hover {
	border: 1px solid #ffffff;
}

.activebtn {
	border: 1px solid #ffffff;
	margin-right: 5px;
}

.contentimage {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #ffffff;
}

div.FaqQuestion {
	font-size: 13px;
	font-weight: bold;
	padding: 2px;

}

div.FaqAnswer {
	font-size: 12px;
	padding: 12px;
}

.sideList {
	color:#c7d2fa;
	margin-bottom:0;
	list-style:none;
	line-height:2em;
}

.sideList li {
background:url(../images/bullet.gif) 0 8px no-repeat;
padding-left:15px;
}

.sideList a {color:#c7d2fa; background:#05123f; padding:2px}

.sideTable {padding:10px}
.sideTable td a {padding:0 5px}

