body {
	margin: 0px;
	margin-bottom: -20px;
}
p, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #320198;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #320198;
}
a:hover {
	color: #666666;
}
.topbar {
	background-image: url(images/topbar_background.jpg);
	background-repeat: repeat-x;
}
.sidebar {
	background-image: url(images/sidebar_grad.jpg);
	background-repeat: repeat-y;
	height: 100%
}
.toptable {
	height: 80px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.maintable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.maintext {
	width: 100%;
	padding-right: 20px;
	padding-left: 12px;
}
.navdiv {
	position: absolute;
	left: 140px;
	top: 55px;
	width: 550px;
	height: 17px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #320198;
	text-align: left;
}
.navigation ul {
	display: inline;
	margin-left: 0px;
}
.navigation li {
	list-style: none;
	display: inline;
	padding-right: 10px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #320198;
}
.navigation a:hover {
	color: #FFFFFF;
}
.membernav {
	margin-left: -2px;
}
.membernav td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.membernav a:link, .membernav a:visited, .membernav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.membernav a:hover {
	color: #ffcb00;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	vertical-align: baseline;
}
.rule {
	padding-bottom: 20px;
	padding-top: 20px;
}
hr {
	color: #320198;
	background-color: #320198;
	height: 2px;
	border: none;
}