*{
	margin:0;
	padding:0;
}


body{
		margin:0;
		padding:0;
		background: url(images/bg_body.jpg) repeat-x #FFFFFF;
		
		
}

p{ 
	margin:0;
	padding:0;

}


#wrapper{
		width:802px;
		margin: auto;
		
}

#wrapper{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:150%;
	
}


#header{
		width: 802px;
		height: 119px;
		
}

#header img{
	float:left;
}


#header #sub_nav{
	padding-top: 42px;
	padding-left: 364px;
}

#main{
	background: url(images/bg_main.jpg) repeat-x #ffffff;
	width: 799px;
	border-left: 1px solid #DBE3EE;
	border-right: 1px solid #DBE3EE;
	border-bottom: 1px solid #DBE3EE;
}


#main #text_content{
	width: 769px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main #text_content p{
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
}


#main #text_content ul{

	padding-bottom: 5px;
	padding-left: 4px;
	margin-left: 10px;
	
	
}

#main #text_content ul li{
	list-style-type:none;
	background:url(images/bullet.gif) no-repeat top left;
	padding-left: 13px;
	padding-bottom: 5px;
	

}


#main #text_content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:5px;
	margin-bottom:10px;
	color: #D1780F;
	font-weight:normal;
}

#main #text_content a{
	font-weight:bold;
	color: #035097;
	text-decoration: underline;
}

 #main #text_content a:hover{
	font-weight:bold;
	color: #cc0000;
	text-decoration: underline;
}

#main #text_content h2{
	xfloat: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000000;
	font-weight:bold;
	padding-right: 10px;
	padding-bottom: 10px;
}


#main #text_content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #025096;
	font-weight:bold;
	padding-top: 5px;
}

#main #text_content table tr td{
	padding-bottom: 40px;
}

#main #text_content table tr{
	background: url(images/page_split_gold.gif) no-repeat 50% 90%;
}

#main #text_content table .no-bg{
	background: none;
}

#main #text_content .datatable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #text_content .datatable tr{
	background: none;
	margin-top: 10px;
}

#main #text_content .datatable th {
	background: #B7E0EC;
	text-align:left;
}

#main #text_content .datatable th {
	padding: 3px;
	padding-left: 5px;
	color: #333333;
}

#main #text_content .datatable td {
	padding: 3px;
	padding-left: 5px;
	border: 1px solid #999999;
}


#main #text_content .datatable tr td {
	padding-bottom: 0px;
}


#main #text_content .side_image{
	width: 120px;
	line-height: 120%;
}

#main #text_content .side_image img{
	border: 1px solid #5C91BD;
}

#main #text_content .side_image span{
	font-size: 10px;
	text-align:justify;
}


#footer{
	clear:both;
	width: 802px;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	
	text-align:center;
	padding-top: 10px;
	
	margin-bottom: 10px;
}


#footer a{
	text-decoration:none;
	color:#035097;
}

#footer a:hover{
	text-decoration:none;
	color:#C5523C;
}

.floatright{
	float:right;
	margin-top:15px;
	margin-left:10px;
}

.floatleft{
	float:left;
	margin-right:10px;
}


.imgborder{
	border: 2px solid #333333;
}

.clear{
	clear:both;
}




