body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/mainbg.jpg);

}
a:link {
	color: #006633;
}
a:visited { 
color: #006633
}
a:active {
	color: #006633;
}
a:hover {
	color: #000000;
	
}
#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
  #mainTable td {
 	padding: 20px;/*Pads each table cell in modern browsers*/
 }
 #pedTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
  #pedTable td {
	padding: 2px;/*Pads each table cell in modern browsers*/
	 #pedTable a:link, #sidebar a:visited {
 color: #006633;
 	color: #fff;
 }
 }
  #champTable {
	/*/*/line-height: 1.5em; /* */
 }
  #champTable td {
	padding: 5px;/*Pads each table cell in modern browsers*/
 }
  #maincontent {
 	border-left: 6px double #006633;
		border-top: 6px double #006633;
			border-bottom: 6px double #006633;
			border-right: 6px double #006633;
			
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
 }
 
  #sidebar {
	width: 120px;
	font-size: 12px;
	vertical-align: top;
	font-size: 85%;
	background-attachment: fixed;
	background-image: url(images/greenbg.jpg);
	color: #FFFFFF;


 }
 
 #header {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(images/greenbg.jpg);
	background-attachment: fixed;

 }
 
  #footer {
	color: #FFFFFF;
	background-image: url(images/greenbg.jpg);
	background-attachment: fixed;
	font-size: 85%;


 }
 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 #fff;
 	text-decoration: none;
 	line-height: 1em;
 	width: 100px; /* */
 }
 #sidebar a:link, #sidebar a:visited {
 color: #006633;
 	color: #fff;
 }


 #sidebar a:hover, #sidebar a:active {
	color: #fff;
	border: 2px dotted #006633;
 }
 #sidebar ul {
 	/*/*/padding-left: 0;
 	margin-left: 0;
 	list-style-type: none; /* */
 }
 #sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
 
#footer a:link, #sidebar a:visited {
 	color: #fff;
 }
 #footer a:hover, #sidebar a:active {
	color: #006633;
	background-color: #fff;
	
 }
