body	
	{
	background-attachment: fixed;
	background-color : #9db33c;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	border-width: 0px;
	scrollbar-base-color: #9db33c; 
	}

a:link		
	{
	color: black;
	text-decoration: none;
	} 
a.menu:link		
	{
	color: #9db33c;
	text-decoration: none;
	} 
a:visited 	
	{
	color: black; 
	text-decoration: none;
	}
a.menu:visited 	
	{
	color: #ffcc00; 
	text-decoration: none;
	}
a:active
	{
	color: black;
	text-decoration: underline;
	}	 
a.menu:active
	{
	color: #ffcc00;
	font-weight:bold;
	text-decoration: underline;
	}
a:hover 	
	{
	color: black;
	text-decoration: none;
	}
a.menu:hover 	
	{
	color: black;
	font-weight:bold;
	text-decoration: none;
	}

a img 	{
	border: none; 
	} 
*.pageHeading
	{
	color: #9db33c;
	font-family: Monotype Corsiva, Times New Roman, Times, serif;	
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	}
*.subHeading
	{
	color: #9db33c;
	font-family: Monotype Corsiva, Times New Roman, Times, serif;	
	font-size: 20px;
	font-weight: normal;
	}
td.content
	{
	background-color: white;
	vertical-align: top;
	}
td.menuBlock
	{
	background-color: white;
	background-image: url('images/menuBackground.jpg'); 
	background-repeat: horizontal;
	vertical-align: top;
	}
td.format
	{
	background-color: #9db33c;
	color: #9db33c;
	vertical-align: top;
	}
td.graphic
	{
	background-color: white;
	text-align: center;
	vertical-align: middle;
	}
td.graphicBanner
	{
	background-image: url('images/bannerBackground.jpg');
	background-repeat: vertical;
	text-align: center;
	vertical-align: middle;
	}