/* 
   light green: #00E600
   dark green: #008837
   orange: #FF9900
*/

body {
	margin:10px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#00E600;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: .8em;
   	font-weight: normal;
	}


table.parent 
{
	width: 770;
	margin-left: auto;
	margin-right: auto;
	border-style:solid;
	border-color:Black;
	border-width:1px;
	background:white;
	border-style: outset;
	border-color: gray;
	border-width: 3px;
	padding: 0px;
	background: #008837;   
	/*border-collapse: collapse;  */
}
table.parent td.head
{
	/*
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	*/
	margin: 0px;
	border-style: none;
	border-width: opx;
	background: #008837;
	padding: 0px;
	width: 770px;
}
table.parent td.nav
{
	vertical-align: top;
	width: 175;
	background: #008837; 
}
table.parent td.content
{
	vertical-align: top;
	padding: 10px;
	margin:0px;
	width: 595px;
	background: #FFFFFF;
	text-align: left;
}


.slideshow {
   width: 350px;
   margin-left: 10px;
   margin-right: 0px;
   float: right;
   background: #FFFFFF;
   }
   
.heading {
   text-align: left;
   FONT-SIZE: 1.75em;
   FONT-WEIGHT: 600;
   color: #FF9900;
   }
   
.subheading {
   text-align: left;
   FONT-SIZE: 1.5em;
   FONT-WEIGHT: 600;
   color: #008837;
   }
   
.bodyimgright	{
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		float: right;
		}

ul.links	{
		list-style: none;
		margin: 0px;
		padding-left: 30px;
}
li.links	{
		margin: 0px; 
		padding: 0px;
		border-style: none;
		color: #000000;
		background-color: #FFFFFF;
		}


a:link	{	
	text-decoration:none;
	color:	#008837;
	}	
		
a:visited	{	
	text-decoration:none;
	color:	#008837;
	}	
		
a:active	{	
	text-decoration:none;
	color:	#008837;
	}	
		
a:hover	{	
	text-decoration:underline;
	color:	#FF9900;
	}
	
