body{
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
.wrapper{
	width:996px;
	margin:0px auto;
}

/* Header Styles*/
.header{
	width:100%;
	float:left;
	background:url(../images/header_bg.gif) no-repeat right;
	height:116px;
}
.logo{
	float:left;
}
.header_links{
	float:right;
	color:#666666;
	font-size:14px;
	padding:8px 0px;
	text-align:right;
	line-height:20px;
}
.header_links a{
	color:#3b73c7;
	text-decoration:none;
}
.header_links a:hover{
	color:#000000;
}

/* Top Navigation Styles*/
.top_nav{
	width:100%;
	float:left;
	background:url(../images/nav_bg.gif) repeat-x;
	height:37px;
}
.top_nav ul{
	margin:0px;
	padding:0px;
	float:left;
	background:url(../images/nav_left_bg.gif) no-repeat left;
	list-style:none;
	height:37px;
}
.top_nav ul li{
	padding:8px 30px;
	float:left;
	background:url(../images/nav_divider.gif) no-repeat right;	
}
.top_nav ul li a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.top_nav ul li a:hover{
	color:#c8dcf5;
}
.search_wrapper{
	margin:0px;
	padding:0px;
	font-size:2px;
	float:right;
	list-style:none;
	background:url(../images/nav_right_bg_fixed.gif) no-repeat right;
	height:37px;
}
.search_content{
	height:28px;
	padding:4px 12px;
	vertical-align:middle;
}
.advanced_search{
	float:right;	
	background:url(../images/nav_divider.gif) no-repeat left;
	padding-left:4px;
}
.basic_search{
	float:right;
	background:url(../images/search_bg.gif) no-repeat left;
	padding:0px 0px 0px 8px;
	width:196px;
	margin-top:3px;
}
.basic_search input{
	border:0px;
	font-size:12px;
	margin-top:2px;
	color:#666666;
}

/* Content Styles */
.content_wrapper{
	width:100%;
	float:left;
	margin-top:10px;
}
.content_div{
	width:325px;
	float:left;
	background:url(../graphics/content_footer.gif) no-repeat bottom;
	padding-bottom:8px;
	margin-right:10px;
}
.content_header{
	background:url(../images/content_header.gif) no-repeat top;
	padding:10px 0px 9px 10px;
	font-size:16px;
	font-weight:bold;
	color:#2c5695;
	text-decoration:none;
}
A.content_header{
	text-align:right;
}
A.content_header:hover{
	text-decoration:underline;
}
.content{
	background:url(../images/content_bg.gif) repeat-x bottom;
	border-left:1px solid #d4d3d3;
	border-right:1px solid #d4d3d3;
	width:303px;
	height:300px;
	float:left;	
	padding:6px 10px;
}
.content ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.content ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}
.heading_link{
	font-size:14px;
	color:#3b73c7;
	font-weight: bold;
	text-decoration:none;	
}
A.heading_link:hover{
	text-decoration:underline;
}
.sub_link{
	font-size:14px;
	color:#666666;
	text-decoration:none;	
	
}
.sub_link:hover{
	text-decoration:underline;		
}

/* Footer Styles */
.footer{
	background:url(../graphics/footer_left.gif) no-repeat left #e8e8e8;
	height:28px;
	width:99.7%;
	margin-top:10px;
	float:left;
}
.footer_content{
	background:url(../graphics/footer_right.gif) no-repeat right;
	float:right;
	padding:8px 10px 7px 0px;
	font-size:10px;
	color:#999999;
}
.footer_link{
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
.footer_link:hover{
	text-decoration:underline;
}