body{
	width:100%;	
	background-repeat:repeat-x; 
	background-color: #ffffff;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height:1.8em;
	color:#000000;
	margin: 0px;
	padding: 0px;
}
.clearit{
	overflow:hidden;
	height:0px;
	width:100%;
	clear:both;	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

p,form,div{
	padding:0px;
	margin:0px;	
}
object{
	margin:0px;
	padding:0px;
}
.hr{
	border: none 0;
	border-top: 1px solid #a3a3a3;
	height: 1px;
}
.blue_text{
	color:#003399;
	font-weight:bold;
}

#bodyholder{
	width:100%;
	background-color:#ffffff;
}
#header{
	height:157px;
	overflow:hidden;
	background-image:url(images/head_tile.jpg);
	background-repeat:repeat-x;
}
#header_img{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#body{
	background-image:url(images/body_tile.jpg);
	background-repeat:repeat-x;	
	width:100%;
}
#bodypadder{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#bodywrapper{
	background-image:url(images/body_bg.jpg);
	background-repeat:no-repeat;
	width:872px;
	margin-left:auto;
	margin-right:auto;	
	position:relative;
}
.content{
	color:#333333;
	float:left;
	clear:left;
	width:760px;
	overflow:hidden;
	margin-top:-20px;
	font-size:1.1em;
}
.content p{
	padding-top:10px;
	padding-bottom:10px;
}
.content h1{
	color:#003399;
	font-size:1.3em;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 5px 0px;
}

#body_stilt{
	width:1px;
	overflow:hidden;
	height:500px;
	float:right;
	clear:right;
}
.content_left_float{
	float:left;
	clear:left;
	width:484px;
	overflow:hidden;
}
.content_right_float{
	float:right;
	clear:right;
	width:232px;
	padding-right:20px;
}
.blue_fade_holder{
	padding-left:20px;
	width:460px;
}

.blue_fade{
	width:419px;
	margin-left:11px;
	background-image:url(images/blue_fade_tile.jpg);
	background-repeat:repeat-x;
	padding:0px 15px 10px 15px;
}

#navigation{
	position:absolute;
	top:0px;
	left:761px;
	width:150px;
	background-image:url(images/nav_tile.jpg);
	background-repeat:repeat-y;	
}
#button_holder{
	padding-top:20px;
}
#nav{
	padding:0px;
	margin:0px;
	list-style-type:none;
	color:#ffffff;
}
#nav li{
	padding:0px 0px 0px 10px;
	margin:8px 0px 8px 0px;
	height:23px;
	line-height:18px;
	font-size:11px;
	width:120px;
	background-image:url(images/button.png);
	background-repeat:no-repeat;	
}
#nav li a:link,#nav li a:visited{
	color:#ffffff;
	text-decoration:none;
	display:block;
	background-image:url(images/button_sml.png);
	background-repeat:no-repeat;
	height:24px;
	padding-top:2px;
}
#nav li a:hover{
	text-decoration:underline;
}
.left_padder{
	padding-left:25px;
}

#footer{
	background-image:url(images/foot_tile.jpg);
	background-repeat:repeat-x;
	height:87px;
}
#footer_menu{
	width:847px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
	padding-left:25px;
	padding-top:5px;
	height:22px;
	overflow:hidden;
}
#footer_menu a:link,#footer_menu a:visited{
	color:#003399;
	text-decoration:none;
}
#footer_menu a:hover{
	text-decoration:underline;
}

#footer_img{
	background-image:url(images/footer_img.jpg);
	background-repeat:no-repeat;
	width:852px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-left:20px;
}
.credit{
	font-size:9px;
	color:#cccccc;
	border-top:1px solid #cccccc;
	padding-top:10px;
	width:115px;
	margin-top:20px;
}
.credit a:link,.credit a:visited{
	color:#cccccc;
	text-decoration:none;
}
.credit a:hover{
	color:red;
	text-decoration:underline;
}

