﻿body  {
     background-color:#356B35
 
 }
 
 #page	{
	background-color:#F3FFF4;
	margin: 0pt auto;
	width:900px
}
 
 table {
     
	
	margin-right:auto;
     		margin-left:auto;
			width: 863px;
}
 .RowOne {
     background-color: #F3FFF4;
     text-align: center;
     height:215px;
 }    
 
.LinksPane {
     background-color: #53A753;
     text-align: left;
     font-size: medium;
     height: 500px;
     vertical-align: top;
     width: 231px;
 }
 
.RowThreeLinks {
     background-color: #53A753;    
     text-align: center;
     font-size: medium;
     height: 50px;
     vertical-align: middle;
 }
 
 .content {
     
	background-color: #F3FFF4;
     	vertical-align: top;
     	font-size: large;
		color: #356B35;
}
 
 .Bottom {
     background-color:#53A753;
     text-align: center;
     color:#FFFFFF;
     font-size: medium;
     height: 60px;
     vertical-align: top;
     width:860px;
 }
 
 a {
     color:#356B35;
 }
 
 a:visited  {
    color:#000000;
 }
 
 a:hover  {
    color: #ff0000;
    background-color:white;
 }
