<!-- CSS Stylesheet -->

body {
background-color: #FFFFFF;
	font-family: "verdana";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}



/********************************/

#mainTable {
      width:100%;
	/*/*/line-height: 1.5em; /* */
 }

#mainTable td {padding: 0px;}
/********************************/

#header {background-color: #313063;color: #CCCCCC;} 


/********************************/
#subheader {background-color: #4a9c39; height: 2px;}


  #subheader :link {color: #000000;}
  #subheader :visited {color: #000000;}
  #subheader :active {color: #000000;}
  #subheader :hover {color: #FFFFFF; background-color: #313063;}


/********************************/
 #sidebar {
      background-color: #4a9c39;
 	width: 150px; 

 vertical-align: top;
	/*/*/font-size: 85%; /* */
 }

#sideblocktop {background-color:#00b900;	font-weight: bold; text-align: center;}
#sideblock {background-color:#ccffcc; 	border: 10px solid #4a9c39;}
#sidebarfill {height: 600px;}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
 	color: #000000;
 }

/********************************/

 #maincontent {
 	border-left: 20px dotted #FFFFFF;
  vertical-align: top;
 }

 #maincontent td, p {
 	font-family: "Verdana";
	font-size: 10px;
      text-align: left;
 }

 #maincontent ul, ol {
 	font-family: "Verdana";
	font-size: 10px;
      text-align: left;

 }
 #maincontent h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 #maincontent h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 #maincontent h1 { font-size: 160%; }
 #maincontent h2 { font-size: 140%; }


