﻿/* 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;
	background-color: #B09804;
	height: 100px;
	width: 100%;
	background-image: url(../images/bg_yellow.jpg);
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.top_bg{
	background-image: url(../images/top_bg_yellow.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 85px;
}

.top_menu {
	background-image: url(../images/topbar_yellow.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/home_main_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: 16px;
	color: #EEEEEE;
	line-height: 20px;
}
.main_top {
	top:26px;
	position: relative;
	left:24px;
	width: 950px;
	height:238px;
}

.scrollArea1 {
	top:60px;
	left:70px;
	width: 400px;
	height: 250px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	float: left;
	overflow: auto;
	color: #DDDDDD;

}
.scrollArea2 {
	top:60px;
	left:130px;
	width: 400px;
	height: 250px;
	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:100px;
	left:70px;
	width: 280px;
	position: relative;
	float: left;
}
.bottom2 {
	top:100px;
	left:100px;
	width: 280px;
	position: relative;
	float: left;
}
.bottom3 {
	top:100px;
	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;
}

