body {
	background-color: #000000;
	margin-top: 0px;
}
.maintable {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.topbar {
	background-color: #b23f2f;
	background-image: url(/images/template_02.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	height: 26px;
	width: 773px;
	padding-right: 10px;
}
.bluebar {
	background-color: #126591;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 11px;
	width: 773px;
}
.leftbar {
	background-color: #df250a;
	background-image: url(/images/template_04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 397px;
	width: 192px;
}
.contentarea {
	background-color: #FFFFFF;
	height: 397px;
	width: 581px;
}

.CSSMenuItem,A.CSSMenuItem,A.CSSMenuItem:Active,A.CSSMenuItem:Visited  {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	margin-bottom:0px;
	margin-left:auto;
	vertical-align:middle;
	width: 80px;
}

A.CSSMenuItem:Hover {
color:#126591;
}
