body {
	margin: 17px auto 0%;
	padding-bottom: 17px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	width: 850px;
	background: #383838;
}

#mainTable {
	margin: 1px 20px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #CCCCCC;
	line-height: 1.6em;
	}
	
#maincontent {
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	font-size: 12px;
	background: black;
	text-align: left;
	vertical-align: top;
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 18px;
	padding-bottom: 18px;
}

#maincontent h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#maincontent h2 {
	font-size: 10px;
	font-family: "verdana"
	font-weight: none;
	text-decoration: none;
}

#maincontent a:link, #maincontent a:visited {	color: white;
	text-decoration: underline;
}

#maincontent a:hover, #maincontent a:active {	color: white;
	text-decoration: underline overline;
}

#sidebar {
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 54px;
	border-top: 2px solid #999999;
	background: black;
	color: #CCCCCC;
}
#footer {
	color: #CCCCCC;
	height: 20px;
	text-align: right;
	font-size: 10px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: 2px solid #999999;
	background: black;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #0099FF;
	text-decoration: underline overline;
}

td, p, ul {
	font-family: "Verdana", Trebuchet MS, Georgia;
}

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px solid #999999;
	background: black;
	text-decoration: none;
	line-height: 1.2em;
	width: 96px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: white;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color: black;
	border: 2px solid #999999;
	font-weight: bold;
	background: white;

}
#current a {
	color: black !important;
	border: 2px solid #999999!important;
	background: white;
	font-weight: bold;

}
#sidebar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#sidebar li {
	/*/*/margin: 00px 0px 20px 0px; /* */
}