﻿@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FBFCFE;
	margin-top: 0px;
	width: 800px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #07528d;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #07528d;
}
p {
	font-size: 90%;
}

li{
	margin-top:3px;
	list-style-image: url(../images/circle.png);
}


#container {
	width: 800px;
}

#container #header {
	position: relative;		
}
#container #header #banner {
	background-image: url(../images/banner.jpg);
	display: block;
	height: 140px;
	margin-bottom: 0px;
}
#container #header #banner #logo {
	display: block;
	height: 56px;
	width: 210px;
	background-image: url(../images/logo.png);
	text-indent: -1000px;
	position: absolute;
	left: 50px;
	top: 42px;
}

#container #header #mainMenu {
	width: 800px;
	height: 30px;
	display: block;
	background-color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #header #mainMenu ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 20px;
}
#container #header #mainMenu ul li {
	display: block;
	float: left;
	width: 95px;
	height: 20px;
	text-align: center;
}

#container #header #mainMenu ul li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#container #header #mainMenu  ul li a:hover {
	color: #09538D;
}

#container #header #mainMenu li#current {
	color: #1541EE;
	text-decoration: none;
	font-weight: bold;
}

#container #content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	background-color: #EAEEF7;
	background-image: url(../images/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#container #copyright {
	text-align: center;
	padding: 2px;
	background-color: #9E9FA3;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
	margin-top: 10px;
}


