.menu {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mainframe {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.top {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #0052B0;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	font-style: normal;
}
.menuHeader {
	font-weight: bold;
	background-color: #FF9900;
	text-align: center;
	font-size: 12px;
}
.menuSubHeader {
	font-weight: bold;
	background-color: #FFE6BF;
	font-size: 12px;

}
a:active {  color: #FF33CC}
a:hover {  color: #000099}
a:link {  color: #000000}
a:visited {
	color: #333333;
}
a {
	text-decoration: none;
}
h1, .r1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h2, .r2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3, .r3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.leftPanel {
	float: left;
	height: auto;
	width: 424px;
}

a.nav 		  {
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;

}
a.nav:link, a.nav:visited	{ color: #000000; }
a.nav:active, a.nav:focus, a.nav:hover	{
	color: #000000;
	background-color: #FFE6BF;
	text-decoration: none;
	font-weight: bold;
}
.rightPanel {
	float: right;
	width: 190px;
	height: auto;
	padding: 0px;
}
.boxHeader{
	padding: 3px;
	visibility: visible;
	background-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	
}

.boxBody {
	font-weight: normal;
	padding: 3px;
	visibility: visible;
	background-color: #FFFFFF;
	position: static;
	overflow: auto;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-bottom: 5px;
}
