html, body, #maintable {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 14px;
	height: 100%;
}

#maintable, #maintable tr, #maintable tr td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
}

#topcontainer {
	margin: 10px 0 0 0;
	float: left;
	width: 610px;
}

#topcontainer h1, #topcontainer #headitem, #topcontainer #headmenu {
	margin-left: 120px;
}

h1 {
	font-size: 14px;
	color: #b31b34;
	margin: 15px 0 0 0;
}

#bodyleft p {
	font-size: 11px;
}

#bodyleft h2 {
	position: relative;
	left: -60px;
}

h5 {
	font-size: 11px;
}

#headitem {
	color: #FFFFFF;
	margin: -60px 0 20px 0;
	font-size: 14px;
	line-height: 1.5em;
}

#bodyright {
	color: #666666;
	float: right;
	text-align: center;
	margin: 10px 20px 0 0;
	position: relative;
}

#bodyright a {
	text-decoration: none;
	color: #666666;
}

#bodyright #rightmenu a {
	color: #990000;
}

#bodyright a:hover {
	text-decoration: underline;
}

#bodyrightimg {
	padding: 30px 20px 0 0;
}

#bodyright h2 {
	font-size: 14px;
}

#bodyright p {
	text-align: left;
	font-size: 11px;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dashed #999;
	color: #333;
}

#bodyleft #bodyheader {
	padding: 80px 0 0 20px;
	font-size: 30px;
	font-weight: bold;
}

.bodycopy {
	padding: 0 0 0 280px;
}

#maincol {
	width: 960px;
	background-position: top left;
	background-repeat: no-repeat;
}

#leftcol {
	background-image: url(/images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #bf2f38;
}

#rightcol {
	background-image: url(/images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #bf2f38;
}

.red { color: #990000; }

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #666;
	margin: 10px 0;
	padding: 10px 0 0 0;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
}

#rightmenu h2 {
	text-align: left;
	margin: 10px 0;
	padding: 0;
}

#dashedline {
	 position: relative;
	 left: 0;top: 387px;
	 display: none;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul, .menu ul ul, .menu {
list-style-type:none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level 
border-right: 1px solid #fff;
}*/
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
padding:7px 0;
color:#fff;
background:#97ae19;
text-decoration:none;
margin-right:15px;
text-align:center;
}

.menu ul li ul li a {
width:142px;
margin-right: 0;
}

/* style the links hover */
.menu :hover{
color:#b31b34;
background:#97ae18;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:146px;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* sub level font and link styling */
.menu ul ul li {
	border-bottom: 1px solid #fff;
	border-right: none;
}