body {
	font-size: 12px;
	background-color: #660000;
	padding: 0%;
	margin-left: 5%;
	margin-right: 5%;

}
#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
}
 #mainTable td {
 	padding: 10px;/*Pads each table cell in modern browsers*/
}
 #maincontent {
	border: 2px solid #000000;
	background-color: #FFFFFF;
       font-size: 14px;
	/*/*/font-size: 100%; /* */	
       vertical-align: top;
}
#maincontent a {
 	/*/*/padding: 3px;
 	text-decoration: underline;
}
#maincontent a:link, #maincontent a:visited {
 	color: #000000;
 	text-decoration: underline;
}
#maincontent a:hover, #maincontent a:active {
 	color: #000000;
 	background-color: #FFFFFF;
 	text-decoration: none;
}
 #sidebar {
	width: 150px;	
       color: #FFFFFF;
	border-right: 3px solid #FF0000;
       background-color: #660000;
	vertical-align: top;
	font-size: 100%;
 }
#sidebar a {
 	text-decoration: none;
}
#sidebar a:link, #sidebar a:visited {
 	color: #FFF;
}
#sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	text-decoration: underline;
}
#current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #FFFFFF!important;
 	border: 2px dotted #FFF !important; /* */
}
#sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
}
#sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
}
#header {
	color: #000000;
	background-position: center;
}
#header a {
 	text-decoration: none;
 	line-height: 1em;
}
#header a:link, #header a:visited {
 	color: #FFF;
}
#header a:hover, #header a:active {
 	color: #FFFFFF;
 	text-decoration: underline;
}
 #footer {
 	background-color: #660000;
 	color: #CCCCCC;
	font-size: 85%;
}
#footer a {
 	/*/*/padding: 3px;
 	text-decoration: none;
 	line-height: 1em;
 	width: 100px; /* */
}
#footer a:link, #footer a:visited {
 	color: #FFFFFF;
}
#footer a:hover, #footer a:active {
 	color: #FFFFFF;
 	text-decoration: underline;
}
td, p, ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;

}
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%; }

