@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #006641;
	margin: 0px;

}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	width:80%;
 }
 
#header {
	background-color: #009460;
	color: #CCCCCC;
	padding: 10px;
 }
 #header2 {
	background-color: #009460;
	color: #CCCCCC;
	padding: 10px;
 }
 #menutable1 {
	background-color: #009460;
	padding: 10px;
 }
  #menutable2 {
	background-color: #009460;
	padding: 10px;
 } 
 #menutable3 {
	background-color: #009460;
	padding: 10px;
 }

 #sidebar {
	background-color: #009460;
	width: 200px;
 }
 
  #maincontent {
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
	vertical-align: top;
 }

  #footer {
 	background-color: #009460;
 	color: #CCCCCC;
	padding: 10px;
 }
 
 td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
 }
 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%; }
 
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
 }
 
.bl {background: url(corners/bl.gif) 0 100% no-repeat #ffffff; width: 100%}
.br {background: url(corners/br.gif) 100% 100% no-repeat}
.tl {background: url(corners/tl.gif) 0 0 no-repeat}
.tr {background: url(corners/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {
	font-size: 0px;
	height: 0px;
	background-color: #009460;
} /**/

