body {
	background-color: #513A5B;
	margin-top: 0px;
}
.topbar {
	background-color: #D5BE90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #513A5B;
	text-decoration: none;
	background-image: url(/images/topbarbg.gif);
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: middle;
	height: 28px;
	width: 779px;
	padding-right: 10px;
}
.maintable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.leftbar {
	background-color: #88798F;
	vertical-align: top;
	height: 100%;
	width: 169px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.contentarea {
	background-color: #F8EBD2;
	vertical-align: top;
	width: 437px;
}
.topbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #513A5B;
	text-decoration: none;
}
.rightbar {
	background-color: #88798F;
	vertical-align: top;
	width: 173px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#topbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #513A5B;
	text-decoration: none;
}
#topbar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #513A5B;
	text-decoration: none;
}
#topbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #513A5B;
	text-decoration: none;
}
#topbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D5D1E;
	text-decoration: none;
}
.CSSMenuItem,A.CSSMenuItem,A.CSSMenuItem:Active,A.CSSMenuItem:Visited  {
display:block;
font-family:Arial,Helvetica,Verdana,Sans Serif;
font-size:12px;
font-weight:bold;
background-color:#E4D2AF;
background-image: url(/images/button.gif);
background-repeat: repeat-x;
border:1px solid #ffffff;
color:#513A5B;
padding:5px;
width:150px;
text-align:left;
text-decoration:none;
margin-bottom:5px;
margin-left:auto;
}
A.CSSMenuItem:Hover {
color:#513A5B;
background-color:#FDF0D7;
background-image: url(/images/button2.gif);
background-repeat: repeat-x;
}