a:link img, a:active img, a:visited img, a:hover img { border: 0px }
a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #3A639B;
	text-decoration: underline;
	font-weight: bold;
}

body {
	background:#e7e7e7;
	margin:0px;
	padding:opx;
	font-size: 11px;
	color: #000033;
	font-family: arial, Tahoma, Verdana;
}


#site {
	background: url(../assets/logo_layout/site_bg.gif);
	width:790px;
	
}

#content_main {
	padding-top:0px;
	padding-bottom:32px;
	padding-left:25px;
	padding-right:25px;
}


#header {
	height:47px;
}

#header_map_space {
	padding:2px;
}

#header_font_1 {
	font-size: 24px;
	color: #375C93;
}
#header_font_2 {
	font-size: 24px;
	color: #CC9900;
}

#nav {
	background: url(../assets/logo_layout/nav_bg.gif);
	width:766px;
	height:43px;
	margin-bottom:5px;
	margin-top: 0px;
}

#nav_space {
	padding:35px;
}

#nav_text {
	text-align: center;
	color: #666666;
	font-weight: normal;
	font-size: 15px;
	padding-top:12px;
}

#nav_text a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#nav_text a:hover {
	color: #3A639B;
	text-decoration: none;
	font-weight: normal;
}

#footer {
	background: url(../assets/logo_layout/footer_bg.gif);
	background-repeat: no-repeat;
	width:790px;
	height:10px;
}

#footer_text {
	font-size: 13px;
}

#footer_text a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#footer_text a:hover {
	color: #3A639B;
	text-decoration: none;
	font-weight: normal;
}

#footer_space {
	padding:15px;
}
