body {
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0 10px;
}
#container {
	position: absolute;
	margin: 0 0 0 -390px;
	left: 50%;
	width: 780px;
		background: #fff url(images/back2.jpg) no-repeat scroll 0px 230px;
}
#banner {
	width: 780px;
	height: 233px;
	background: #fff url(images/banner.jpg) no-repeat scroll top;
}
#topmenu {
	position: absolute;
	top: 83px;
	width: 170px;
	height: 120px;
}
#tm {
	width: 170px;
	height: 120px;
}
#tm a {
	color: #eee;
	display: block;
	text-align: right;
	text-decoration: none;
	font-size:90%;
	padding-bottom:2px;
}
#tm a:hover {
	color: #fff;
	background-color: Gray;
	text-decoration: none;
}
/*
#submenu {
	position: absolute;
	top: 217px;
	left: 185px;
	width: 300px;
	height: 18px;
	background: transparent;
}
#submenu a {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#submenu a:hover {
	color: orange;
	text-decoration: underline;
}
*/
#mainarea {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
}
#lefttext {
	float: left;
	width: 230px;
	padding-bottom: 10px;
}
#lt {
	color: #333;
	font-size: 0.8em;
}
#lt h3 {
	color: #fff;
	font-size: .85em;
	background-color: #003366;
	margin-top: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}
#lt p {
	margin-top: 3px;
	padding: 3px;
}
#lt a {
	color: #333;
	text-decoration: none;
}
#lt a:hover {
	color: #FFA500;
	text-decoration: none;
}

#righttext {
	float: left;
	width: 510px;
	padding-left: 15px;
	padding-bottom: 10px;
}
h1{
	color: #2A4047;
	font-size: 1.5em;
}
h2{
	color: #2A4047;
	font-size: 1em;
	font-weight: bold;
}
h3{
	color: #2A4047;
	font-size: 0.85em;
	font-weight: bold;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
	background-color: #000;
	color: #eee;
	font-size: 0.75em;
}
#footer .orange {
	color: orange;
}
#footer a {
	color: orange;
	text-decoration: none;
}
#footer a:hover {
	color: orange;
	text-decoration: underline;
}
