body {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; background-color: #FFFFFF; 
margin-top: 0px; margin-right: 10%; margin-bottom: 0px; margin-left: 10%; 
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
Background-color: #508CCF; 

}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
 	padding: 20px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
 	
 	width: 600px;
	padding-top: 0px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;
	font-size: 14px;	/*/*/font-size: 100%; /* */
	background-image: url(images/background.jpg);
	background-repeat: repeat-x; 
 }
 
 #sidebar {
 	width: 200px; height: 50px; 
	padding-top: 0px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;
 	font-size: 12px;	
	vertical-align: top;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	/*/*/font-size: 85%; /* */
	
 }
 
 #header {
 	
 	color: #FF6666;
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
 }
 
 #footer {
 	background-color: #333333;
 	color: #FFFFFF;
 	background-image: url(http://www.geocities.com/oski00/csst_bg.gif);
	padding: 20px;
 }
 
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, 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%; }
 
 #sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px dotted #CCC;
 	text-decoration: none;
 	line-height: 1em;
 	width: 160px; /* */
 }
 
 #sidebar a:link, #sidebar a:visited {
 	color: #FFFFFF;
 }
 
 #sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color: #77DD98;
 	border: 2px solid #000;
 }
 
 #sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
 }
 
 #sidebar li {
 	/*/*/margin: 0px 0px 6px 0px;/*/*/
 }
 
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #77DD98!important;
 	border: 2px dotted #999 !important; /* */
 }
 
 
 
