body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align:center;
	color: #000; background: #0247a4 url(../images/bg1.jpg) top /*center*/ repeat-x; font-size:14px;
}

* {padding: 0px; margin : 0px}



html, body {
	height: 100%;
}

ul { margin-left: 30px;}

p, ul li {
	line-height: 170%}
	
p { padding: 6px 0;}
	
img, img a	{border:none} 

a, a:visited {
	font-weight: normal;
	color: #005a78;
	text-decoration:underline;
}

a:hover {
	font-weight: normal;
	color: #0b3b4b;
	text-decoration:underline;
}

h1{
	font-size: 26px;
	margin: 0px;
	padding: 16px 0 10px 0; 
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

h2{
	font-size: 18px;
	padding: 10px 0 ; 
	color: #000;
	font-weight: bold;
	line-height:150%;
}

h3{	
	font-size: 16px; 
	padding: 10px 0 6px 0px; 
	font-weight: bold; color:#039;
}

#container { 
	position:relative;
	width: 983px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}

#top {
	position:relative;
	width: 955px;
	height: 100px;
	}

#logo {
	width: 480px;
	height: 51px;
	/*background:url(../images/bg_logo.png);*/
	margin: 12px 0 0 10px; text-align:left; padding:0;}
	
#logo h1 { color:#FFF; margin: 0 auto; padding:6px 0; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 34px;}

#bookmark {
	position:absolute;
	width: 210px;
	height: 19px;
	margin: 0 0 0 800px;
	padding: 0;
	top: -14px;
	left: -49px;
}

#nav {
	position:relative;
	width: 983px;
	height: 117px;
	background:url(../images/bg_menu.png);
	}

#selectstate {
	position:absolute;
	width:560px;
	height:84px;
	left: 36px;
	top: 21px;
}
	
#navcontainer ul { list-style-type: none; margin: 0; float:right;
padding: 47px 26px 0 0;}

#navcontainer ul li { display: inline; font-size: 17px;  }

#navcontainer ul li a { text-decoration: none; padding: 8px ; color:#454544; font-weight:bold;}

#navcontainer ul li a:hover
{
color: #000;
}

#content {
	width: 955px;
	position:relative;
	padding:0; margin:10px auto;
	overflow:hidden;}

#cont_main {width: 604px; padding: 10px; 
background:#FFF; 
background:url(../images/bg_intro.png);
float: left;}

#cont_main1 {width: 935px; padding: 10px;  
background:#FFF; 
background:url(../images/bg_intro.png);
margin: 0 auto;}
	
#cont_sec {width: 292px; padding: 10px; 
background:#FFF; 
background:url(../images/bg_intro.png);
float: right;}
	
	
#footer {
	width: 983px;
	height: 62px;
	background:url(../images/bg_footer.png) no-repeat;
	color: #454545;
	
	font-size: 11px;
	overflow:hidden;
	}
	
#footer a, #footer a:visited {
	color:#454545; text-decoration:none;}
#footer a:hover {
	color:#000; text-decoration:none;}

