body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
 #mainTable {
    width: 700px;
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
 #mainTable td {
	padding: 5px;/*Pads each table cell in modern browsers*/
	height: 80px;
 }
 #maincontent {
 	border-left: 2px dotted #333;
 	font-size: 10px;	/*/*/font-size: 100%; /* */
	vertical-align:top;
 }
  #header {
	background-color: #000000;
	color: #CCCCCC;
 }
  #footer {
 	background-color: #000000;
 	color: #CCCCCC;
    font-size: 8px;
 }
  #sidebar {
 	width: 25%;
 	font-size: 10px;
	vertical-align:top;
		/*/*/font-size: 90%; /* */
 }
 #sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px #CCC;
 	text-decoration: none;
 	line-height: 1em;
 	width: 100%; /* */
 }
 #sidebar a:link, #sidebar a:visited {
 	color: #ff0000;
 }
 #sidebar a:hover, #sidebar a:active {
	color: #999999;
	background-color: #000000;
	border: 2px #000;
 }
 #sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
 }
 #sidebar li {
 	/*/*/margin: 0px 0px 0px 0px; /* */
 }
 #current a {
	color: #FF0000!important;
	/*/*/background-color: #000000!important;
	border: 2px #FF00FF !important; /* */
	font-weight: bold!important;
 }
td, p, ul {font-family:Verdana, Arial, Helvetica, sans-serif;
 }
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h1 { font-size: 160%; }
 h2 { font-size: 140%; }
 h3 { font-size: 120%; margin-top: 0px;}
 h4 { font-size: 80%; margin-bottom: 3px; font-style: italic; font-weight:normal;}
 