html, body { height: 100%; width:100%; }
body {
	margin:0;
	padding:0;
	background-color:#252525;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	background-image:url(../images/site_BG.jpg); 
	background-repeat: repeat-x; 
	background-position:top center;
	background-color:#000000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color:#006699;
	margin-top:50px;
	padding:0px;
	border-bottom:1px solid #336699;
}
#list {
}
#list ul {
	margin:0 0 0 20px;
	padding:0px;

}
#list li {
	margin:8px 0px 0px 0px;
	padding:0px;
	list-style-image:url(../images/arrow.gif);
}
#list li ul {
	margin-left:20px;
}
	
#list li li {
	margin:2px 0px 0px 10px;
	font-size:11px;
	list-style-image:url(../images/dash.gif);
}
	
.clear {
	clear:both;
}
#disclaim {
	font-size:11px;
	color:#999;
	margin:0px 0px 40px 0px;
	text-align:left;
}
table#styled  {
margin:20px 0px 0px 0px;
color:#333;
font-size:12px;

}
table#styled a, table#styled a:hover {
	color:#006699; text-decoration:underline;
}
table#styled thead td{
/*border-left: 1px #CAE5F2 solid;
background:#EDAC3B;
border-bottom: 2px #CAE5F2 solid;
border-top:none;
color:#FFFFFF;*/
border:0px;
color:#333;
font-size:95%;
font-weight:bold;
padding-right:0px;
border-bottom:2px #77BEDE solid;
}
table#styled td.lastcol {
	border-right: 1px #CAE5F2 solid;
}
table#styled td {
border-left: 1px #CAE5F2 solid;
border-bottom: 1px #CAE5F2 solid;
padding:8px 10px 4px 10px;
font-size:85%;
}
table#styled tr.alt {
border-left: 1px #FFF solid;
background-color:#f1f8fd;
}

#Wrapper {
	position:relative;
	left:0px;
	margin: 0 auto;
	padding:0;
	width:800px;
	height:700px;
	text-align:center;

}
#NavBG{
position:relative;
	background-image:url(../images/site_HeaderBG.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	width:800px;
	height:105px;

}
#Nav {
	z-index:100;
	width:800px;
	height:31px;
	position:absolute;
	bottom:0;
	left: 0px;
}
#ContentWR {
/*	background-image:url(../images/site_TopSection.jpg);
	background-repeat:no-repeat;
	background-position:top center;*/
	width:800px;
	height:304px;
}
#Content {
	position:relative;
	width:800px;
	height:304px;
}

#FooterWR{}
#Footer{ font-size:11px; margin:5px 23px; text-align:left;}
#Footer a, #Footer a:hover { color:#FFFFFF; text-decoration:none }