#header{
	background-image:url(images/header.jpg);
	height:105px; background-repeat:repeat-x;
	}
#total{
	width:980px;
	margin:auto;
	}
.logo{
	background-image:url(images/logo.jpg);
	width:374px; height:105px;
	background-repeat:no-repeat;
	float:left;
	}
#topnav{
	 float:right;
	/*border:1px solid #000;*/
	text-align:right;
	margin-top:60px;
	}
#topnav a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#02658c;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px;
	}	
#topnav a:hover{
	color:#666;
	}
#baner{
	width:966px;
	height:300px;
	border:1px solid #dbdbdb;
	padding:7px;
	}	
#left{
	background-image:url(images/1.jpg);
	background-repeat:no-repeat;
	width:700px;
	float:left;
	height:300px;
	}
#right{
	background-color:#e1eefe;
	width:263px;
	float:right;
	height:300px;
	}
	
.navigation ul
{
list-style-type:none;
padding:0;
margin:10px 0 0 0 ;
overflow:hidden;


}
.navigation li
{

 height:40px;
width:250px;
}
.navigation ul li a
{
	display:block;
	width:250px;
	color:#666;
	padding:5px 5px 5px 15px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
	font-size:12px;
	font-family:"Trebuchet MS";
	border-bottom:1px solid #c1c0c0;
}
.navigation ul li a:hover{
	background-color:#c9dffb;
	color:#333;	
}	
	
	
	
#bodycontent{
	width:966px;
	border:1px solid #dbdbdb;
	padding:7px; margin:7px 0;
	}	
.subhead{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#046489; text-transform:uppercase; 
	font-weight:bold;
	}
.subhead2{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#046489; text-decoration:underline;
	}
.border{
	border-bottom:1px solid #e1eefe;
	padding-top:5px;  
	}
.content{
	font-family:Arial;
	color:#333; font-size:12px;
	}

#footer{
	height:50px;
	background-color:#e1eefe;
	}
.footercontent{
	font-family:Arial;
	font-size:10px;
	color:#666;
	text-align:center; padding-top:20px;
	}

