/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
img { border:0; }
h2 {line-height: 20px;}
#main, #header, #footer{
	float: left;
	width:100%;
}
#header {
	background:#013d7c url(../images/header2.jpg) no-repeat left top;
}
#header div.space { height:319px; }
#menu {
	float: left;
	padding-left: 24px;
}
#menu ul, #menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
#menu ul li {	
	float:left;
}
#menu ul li a {
	color:#082338;
	float:left;
	font-size:10px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:8px 7px 10px 7px;
	font-weight:bold;
	background:#7d8e9e url(../images/menu.gif) repeat-x left top;
	opacity:0.5;
	margin-right:2px;
}
#menu ul li.vlnk a, #menu ul li a:hover {
	background:#fff url(../images/menu_hover.gif) repeat-x left top;
	opacity:1.0;
}
#sub_menu {
	float: left;
	width:200px;
	padding:0 20px 20px 0;
}
#sub_menu ul, #sub_menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
#sub_menu ul li {	
	float:left;
}
#sub_menu ul li a {
	color:#0075b5;
	float:left;
	font-size:10px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:8px 7px 10px 7px;
	font-weight:bold;
	background:#efefef;
	border-bottom: 1px solid #999;
	opacity:0.5;
	margin-right:2px;
	width: 200px;
}
#sub_menu ul li.vlnk a, #sub_menu ul li.vlnk a:hover {
	background:#fff;
	opacity:1.0;
	color: #0075b5;
}
#sub_menu ul li a:hover {
	color: #082338;
	background:#fff;
	opacity:1.0;
}

#content {
	float: left;
	padding:30px 0 40px 24px;
	line-height:16px;
}
.left_content {
	float: left;
	width:668px;
	color:#3C3C3C;/*373434*/
}
.right_content {
	float: left;
	width:176px;
}
.right_content div.space{
	float: left;
	width:156px;
	background-color:#e5e5e5;
	height:320px;
	padding: 10px;
	font-color: #333;
}
.topic_box {
	float: left;
	width:314px;
	padding:0 20px 20px 0;
}
.topic_box_sub {
	float: left;
	width:400px;
	padding:0 20px 20px 20px;
	display: block;
}
.topic_box_sub img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.plan_box {
	float: left;
	width:127px;
	background-color:#d1e9f3;
	padding:10px;
	font-size:11px;
}
.plan_box1 {
	float: left;
	width:127px;
	background-color:#d1e9f3;
	padding:10px;
	font-size:11px;
}

.plan_box p, .plan_box1 p {
	margin:0;
	padding:0 0 20px 0 ;
}
.plan_box {
	margin-right:20px;
}
h1.heading, h2.heading {
	margin:0;
	padding:0 0 10px 0 ;
}
h1.heading {
	font-size:20px;
	font-weight:normal;
	color:#0075b5;
}
h2.heading {
	font-size:14px;
	font-weight: bold;
	color:#20495f;
}

#footer {
	background-color:#001f34;
	padding:30px 0 50px 0;
}
#footer div.left_content {
	padding-left:25px;
}
#footer div.left_content, #footer div.right_content {
	color:#79787e;
	font-size:11px;
}



























