﻿/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

body {
	background-position: center top;
	height: 100px;
	width: 100%;
	background-image: url(../images/bg_blue.jpg);
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #4891BA;
}
.top_bg{
	background-image: url(../images/top_bg_blue.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 85px;
}

.top_menu {
	background-image: url(../images/topbar_blue.gif);
	background-repeat: no-repeat;
	top:0px;
	height:85px;
	width: 1000px;
	position: relative;
	
}
.menu {
	top:40px;
	left:100px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.menu ul{
	padding:  0px;
	margin: 0;
	text-align: center; 
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	padding: 0px;
	margin-right: 30px;
	text-decoration: none;
}
.menu ul li a:hover, .underlinemenu ul li a.selected{
color: #CCCCCC;
}


.main {
	top: 18px;
	position: relative;
	background-image: url(../images/_noflash/pub_bg.gif);
	background-repeat: no-repeat;
	width: 995px;
	height:750px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	
}
.title {
	font-size: 18px;
	color: #789DFC;
	line-height: 20px;
}
.pub_subtitle {
	font-size: 14px;
	color: #789DFC;
	line-height: 20px;
}
.home_subtitle {
	font-size: 14px;
	color: #FFFFFF;
}
.home_subtitle2 {
	font-size: 14px;
	color: #FCAF09;
}
.main_top {
	top:29px;
	position: relative;
	left:24px;
	width: 950px;
	height:170px;
}
.main_mid {
	top:30px;
	left:70px;
	width: 950px;
	height: 400px;
}
.sub_menu {
	top:70px;
	left:70px;
	width:200px;
	position: relative;
	float: left;

}
.scrollArea1 {
	top:40px;
	left:100px;
	width: 630px;
	height: 320px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	float: left;
	overflow: auto;
	color: #DDDDDD;

}

.bottom {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align:left;
	line-height: 14px;
}
.bottom_title {
font-size: 16px;
line-height: 20px;
}
.bottom1 {
	top:20px;
	left:70px;
	width: 280px;
	position: relative;
	float: left;
}
.bottom2 {
	top:20px;
	left:100px;
	width: 280px;
	position: relative;
	float: left;
}
.bottom3 {
	top:20px;
	left:130px;
	width: 280px;
	position: relative;
	float: left;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	width: 100%;
	bottom: 5px;
	position: relative;
	top: 30px;
}

