.maintable {
	background: white url(../images/back.jpg) no-repeat right bottom;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

.menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	font-weight: normal;
}
.menuitem2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #A65982;
	font-weight: bold;
}

.mainbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	font-weight: normal;
	line-height: 16px;


}

.mainbar a, .mainbar a:visited, .mainbar a:active, a:link{
    text-decoration: underline;
	color: #000000;
}

.mainbar a:hover {
	text-decoration: none;
 	color: #000000;
}

#sidebar a {
 	padding: 4px;
 	display: block;
 	border: 1px solid #CCD7DE;
 	background-color: #FFFFFF;
    text-decoration: none;
	line-height: 1em;
	width: 125px; /* */
	color: #003366;
	position:relative;
	top:8px;
	left:20px;
}

#sidebar a:link, #sidebar a:visited {

}

#sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color: #93B2CA;
 	border: 1px solid #93B2CA;
}

