body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
	
#mainTable {
	background-color:#000000;
	width: 80%;
	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
 	padding: 8px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
 	border-left: 2px dotted #333;
 	font-size: 14px;	/*/*/font-size: 100%; /* */
 } 
  #sidebar {
 	width: 20%;
 	font-size: 12px;
	vertical-align:top;	/*/*/font-size: 85%; /* */
 }
 
 #header {
 	background-color: #000000;
 	color: #000000;
 	background-image: url(IMAGES/HEADER1.gif); 
	background-repeat:no-repeat;
	background-position:center;
 }
 
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
 }
 
  #footer {
	background-color: #000000;
	color: #CCCCCC;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
 }
 
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
 p1 {font-family:Georgia, "Times New Roman", Times, serif; color:#FFFFFF;}
  
 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%; }
 
 #sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px dotted #CCC;
 	text-decoration: none;
 	line-height: 1em;
 	width: 100px; /* */
 }
 
 #sidebar a:link, #sidebar a:visited {
 	color: #666;
 }
 
 #sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color: #CC0000;
 	border: 2px solid #000;
 }
 
 #sidebar ul {
 	/*/*/padding-left: 0em;
 	margin-left: 0em;
 	list-style-type: none; /* */
 }
 
 #sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
 



