* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background-image: url(../images/page_background.jpg);
 background-repeat: repeat-x;
 font-size: 13px;
 color:#5a5a5a;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
}
#header {
 width: 100%;
 height: 140px;
 background-image: url(../images/header_background.jpg);
}
.top_menu{

	text-transform: uppercase;
	color:#8a8a8a;
	padding-top:6px;
	padding-bottom:5px;
	width: 1100px;
	margin:0 auto;
}
.top_menu a:link{
	color:#8a8a8a;
	text-decoration: none;
	margin-left:4px;
	margin-right:4px;
}
.top_menu a:visited{
	color:#8a8a8a;
	text-decoration: none;
}
.top_menu a:hover{
	color:#4d77ba;
	text-decoration: none;
}
.main_image{
	height:225px;
	text-align: center;
	padding-right:30px;
}
.page_content{
	text-align:justify;
	font-size:13px;
	color:#5a5a5a;
	margin-top:100px;
	margin-right:10px;
	line-height: 16px;
}
.page_content a:link{
	font-weight: bold;
	text-decoration: none;
	color:#4d77ba;
}
.page_content a:visited{
		font-weight: bold;
	text-decoration: none;
	color:#4d77ba;
}
.page_content a:hover{
		font-weight: bold;
	text-decoration: none;
	color:#ff6600;
}
.page_content h1{
	text-transform: uppercase;
	color:#4d77ba;
	font-size:19px;
	font-weight:normal;
	margin-bottom:14px;
	border-bottom: 1px solid #949392;
	padding-bottom:8px;
}
.page_content h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}
.page_content p{
	margin-bottom:6px;
}
.page_content ul{
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}
.th_optional{
	background: #cccccc;
	font-weight: bold;
	text-align: center;
}
.page_content ul li{
	line-height:18px;
	background-image:url(../images/bullet.gif);
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left top;
}
.content_separator{
	border-top:1px dashed #c3c2c2;
	margin-top:40px;
	margin-bottom:10px;
	height:20px;
	clear:both;
}
.content_table{

	
}
.content_table th{
	/*background: #dddddd;*/
	background-image: url(../images/th_background.jpg);
	background-repeat: repeat-x;
	padding: 8px 4px 8px 8px;
	text-transform: uppercase;
	
	text-align:center;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #d1d1d1;
	border-bottom:1px solid white;
	

}
.content_table tr:nth-child(odd){
	background: transparent;
}
.content_table tr:nth-child(even){
	background: #fbfbfb;
}
.content_table td{
	border: 1px solid #e8e8e8;
	padding: 4px 12px 4px 4px;
	
}
.content_table ul{
	padding-left:20px;
	margin-bottom:4px;
}
.content_table li{
	background-image: none !important;
	list-style: disc;
	list-style-position: outside;
}
.content_table h2{
	color:#8a8a8a;
	margin-top:4px;
	margin-left:10px;
	text-transform: none;
	font-weight: normal;
}
.important_text{
	font-weight: normal;
	color: #dc4416;
}
.blue_important_text{
	font-weight:normal;
	color: #3e64a1;
}
.small_text{
	font-family: verdana;
	font-size:10px;
	font-weight: normal;
	line-height: 13px;
}
.selector{
	float:right;
	margin-top:10px;
	margin-right:20px;
}
.page_content_title{
	font-weight: bold;
	text-transform: uppercase;
	color: #4d77ba;
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom: 1px dotted #6b8fca;
}
.quick_link{
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #c3c2c2;
	padding:8px;
	margin-left:12px;
	margin-bottom:12px;
}
.quick_link h1{
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	color:#3d5170;
	margin-bottom:8px;
	margin-left:4px;
	border: none;
}
.quick_link ul{
	text-transform: uppercase;
	margin-left:4px;
}
.quick_link li{
	padding:4px;
	color:#5a5a5a;
	font-size:12px;
	background-image: url(../images/quic_link_bullet.gif) !important;
}
.quick_link a:link{
	text-decoration: none;
	color:#5a5a5a;
}
.quick_link a:visited{
	text-decoration: none;
	color:#5a5a5a;
}
.quick_link a:hover{
	text-decoration: none;
	color:#4d77ba;
}
#navigation {
 width: 100%;
 text-align: center;
}

#content {
 width: 890px;
 margin: 0 auto;

}

#footer { 
 width: 100%;
 height:42px;
	background-image: url(../images/footer_background.jpg);
	background-repeat:repeat-x;
		margin-top:40px;
}
.footer_content{
	text-align: center;
	padding-top:25px;
	font-size:11px;
	color: #9f9f9f;

}