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

body 
{ 
	background-color:#FFFFFF;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
	width:951px;
	background-color:#FFFFFF;
	margin: 0px auto 0px;
}
#header
{
	background:url(images/header_bg.jpg) no-repeat;
	height:70px;
	width:951px;
}
#header2
{
	background:url(images/header_bg2.jpg) no-repeat;
	height:70px;
	width:951px;
}
#logo
{
	float:left;
	height:60px;
	padding-top:7px;
}
#navigation
{
	float:right;
	padding-top:28px;
	padding-right:12px;
}
#content_wrapper
{
	background:url(images/content_border_bg.jpg) repeat-y;
	width:951px;
	height:360px;
	padding-left:10px;
	padding-right:10px;
}
#content
{
	width:914px;
	height:345px;
	border:#E1E1E3 solid 2px;
	background-color:#FFFFFF;
	text-align:center;
	padding-left:13px;
}
#left_content
{
	float:left;
	width:413px;
	height:305px;
	padding:20px;
	overflow-y:auto;
	display:inline;
	line-height: 20px;
	text-align:left;
	font-size:14px;
}
#left_content3
{
	float:left;
	width:413px;
	height:305px;
	padding:20px;
	display:inline;
	line-height: 20px;
	text-align:left;
	font-size:14px;
}
#left_contentH2
{
	float:left;
	width:443px;
	height:340px;
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	overflow-y:scroll;	
	display:inline;
	line-height: 20px;
	text-align:left;
	font-size:14px;
}
#left_contentH3
{
	float:left;
	width:413px;
	height:305px;
	padding:20px;
	overflow-y:auto;	
	display:inline;
	line-height: 20px;
	text-align:left;
	font-size:14px;
}
#right_content
{
	float:right;
	width:450px;
	height:345px;
	margin-right:10px;
	margin-top:0px;
}


#Home_content_Left
{
	padding:20px;
	font-size:14px;
}

#lower_content
{
	background:url(images/content_bottom_bg.jpg) no-repeat;
	width:951px;
	height:40px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:5px;
}
h2
{
	color:#000099;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}

#bottomlinks
{
	width:951px;
}
a, a:visited
{
	color:#666666;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}
a:hover
{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
#bottom_links ul li
{
	display:inline;
	width:951px;
}
#footer
{
	width:949px;
	height:20px;
	font-size:10px;
	font-family: Arial;
	text-align:center;
	color:#A0A0A0;
	margin-top:5px;
}
#intro_footer
{
	height:20px;
	font-size:10px;
	font-family: Arial;
	text-align:center;
	color:#A0A0A0;
	margin-top:5px;
}
