﻿html { margin: 0; padding: 0; }
body {
width: 100%;
margin: 0px;
padding: 0;
font: 14px Arial;
}

p { font-size: 14px; line-height: 18px; }

h1 { font-size: 20px; padding: 3px 0 0 0; color: #029be1; text-align: left;}
h2 { font-size: 18px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }

div#page {
width: 960px;
margin: 0 auto;
padding: 0;
}

div.header {
width: 960px;
height: 128px;
margin: 0 auto;
padding: 0;
background: url('img/bn6.jpg') no-repeat scroll center top;
}
#content {
padding: 15px 10px 20px 10px;
}
div.tabs {
	background: white;
	padding: 0px;
	color:black;
}
div.tabs div {
	padding: 5px;
}
div.tabs div p {
	margin-bottom: 5px;
}

div.container { 
	margin: auto; 
	width: 90%; 
}

ul.tab_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
}

ul.tab_nav li {
	display: inline;
	background-color: #C6C6CE;

}
ul.tab_nav a div{
	width: 120px;
	height:10px;
	float:left;
	border-bottom: 3px  #c6c6ce solid;
	background-color: #f2f2f2;
	border-radius: 6px 6px 0 0;
	margin-right: 3px;
}

ul.tab_nav a.selected div {
	width: 120;
	height:10px;
	float:left;
	color:#ffffff;
	background-color: #006cad;
	border-radius: 6px 6px 0 0;
}

ul.tab_nav li a {
	text-decoration: none;
	color: #006cad;
}


ul.tab_nav li a:focus {
outline: 0;
}

div.tabs li div {
	padding: 2px 0 9px 2px;
	margin-top: 3px;
	text-align: center;
}

div.tabs div.line {
	height:1px;
	padding: 1px;
	background-color: #006cad;
	position: relative;
	top: 24px;
}
div.tabs div h2 {
margin-top: 0;
}

.Foot { height: 40px; margin: 50px auto 0 auto 0; bottom: 0px; width: 960px; float: left;}
#leftfooter { background: url('img/d-left.jpg') no-repeat scroll top; height: 40px; width: 9px; float: left; }
#centerfooter { width: 922px; height: 40px; float: left; background: url('img/down-bg.jpg') repeat-x scroll top; }
#rightfooter { background: url('img/down-right.jpg') no-repeat scroll top; height: 40px; width: 9px; float: left; }
#centerfooter p { margin: 0; padding: 10px; float: left; }
.Foot a { color: #029be1; }