@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding:0px;
	background:url(../img/backpattern.jpg) repeat;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#FFF;
}



#backcolor{
	height:178px;
	width:100%;
	/*
 */
background-color:#FFF;

	z-index:0;
	position:absolute;
	
	
}




img#bg {
position:fixed;
top:0;
width:100%;
height:100%;


	background:url(../img/backblue.gif) repeat-y;
	z-index:2;
	!important;

}

#nav{
	width:273px;
	top: 229px;
	left:0;
	z-index:10;
	position:absolute;

	
}

#content{
	width:746px;
	top: 229px;
	left:273px;
	top:0;
	z-index:10;
	position:absolute;
	
	
}


#middlecontent{
	
	width:350px;
	float:left;
}

#middlecontent p{
	font-size:12px;
	padding:5px 25px 5px 25px;
	color:#FFF;
	line-height:17px;
	}
	


#rightcontent{
		width:352px;
		float:right;
		padding:20px;
	}
	
	
#rightcontent ul{
	margin-left:30px;
	}
	
#rightcontent ul li{
	padding-bottom:8px;
	}

#footer{
		clear:both;	
		width:750px;
		z-index:100;
		height:50px;
		position:relative;
		margin-top:100px;
		text-align:center;
		font-size:12px;
		padding-top:100px;
	
	
}

ul{
	padding:0px;
	margin:0px;
}


#navlist {
	font:Georgia, "Times New Roman", Times, serif ;
	font-size:18px;
	font-weight:normal;
	list-style:none;
	padding:0px 0px  10px 15px  ;
	
}
#navlist a {
	display:block;
	width:190px;
	color:#fff;
	text-decoration:none;
	background:url("../img/tab.gif") no-repeat;
	padding:7px 0px 0px 10px;
	padding-left:50px;

}
#navlist a:hover { 
	background-position:0 -29px;
	color: #a4d0ec;
	padding-left:50px;
}
#navlist a:active {
	background-position:0 -58px;
	color:#1e5ebd;
		padding-left:50px;

}


#navlist a.active { 
	background-position:0 -29px;
	color: #a4d0ec;
	padding-left:50px;
}

#navlist_sub{
	font:Georgia, "Times New Roman", Times, serif ;
	font-size:13px;
	font-style:italic;
	list-style:none;
		color:#FFF;
		padding:0px 0px 0px 20px;
	display:block;
	line-height:15px;
}


#navlist_sub a {
	width:190px;
	color:#fff;
	text-decoration:none;
	background:url("../img/tab2.gif") no-repeat;
	padding:7px 0px 0px 10px;
			padding-left:50px;


}
#navlist_sub a:hover { 
	color: #a4d0ec;
		background-position:0 -39px;

}



#navlist_sub a.active { 
	color: #a4d0ec;
		background-position:0 -39px;

}


h1{
	font-size:18px;
	color:#FFF;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:normal;
}

p{
	font-size:14px;
	line-height:19px;

	padding:5px 0px 15px 0px;
	color:#FFF;
	margin:0px;
	}
	
p a{
	text-decoration:none;
	border-bottom:#79bde9 1px solid;
		color:#FFF;

	
	}


img{
	border:0;
	
}



table.stats
{text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 14px;
color: #fff;
width: 350px;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td
{
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 1px #004990 dotted;


}

table.stats td.hed
{
color: #a2cce7;
padding: 4px;
text-align: left;
font-size: 12px;
font-weight: bold;

} 


h2{
color: #44c5fc;
text-align: left;
font-weight: bold;
padding:10px 0px 0px 0px;
margin:0px;
	font-size:16px;

}


.smaller {
	padding:0px 0px 20px 20px;
	margin:0px;
		font-size:13px;
		line-height:17px;

	
}

h3{
color: #a2cce7;
text-align: left;
text-transform:uppercase;
font-weight: bold;
padding:10px 0px 0px 0px;
margin:0px;
	font-size:13px;
	line-height:15px;

}

ol li{
	padding-bottom:10px;
	
	
}