@charset "UTF-8";
/* CSS Document */
body {
	background-color: #85b22c;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.headertext  {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #741815;
}
.menulink a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menulink a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menulink a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menulink a:hover {
	text-decoration: underline;
}
.menuitem {
	font-size: 14px;
	font-weight: bold;
}
.menudesc {
	font-size: 12px;
	font-style:italic;
	padding-left:30px;
}
.frog_bg
{
	background-repeat:repeat-y;
	background-image:url(images/frog_bg.jpg);
	background-position:center top;
	
}