Body{
	font-family: verdana;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/frogbak.jpg);
	background-position: 0px 0px;



}

td.masthead {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #98CA3C;
	border-left-color: #98CA3C;
	background-color: #98CA3C;
	padding: 0px;
	font-size: 80%;
}



a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #006600;
	text-decoration: underline;
}

a:visited{
	color: #006600;
	text-decoration: underline;
}

a:hover{
	color: #98CA3C;
	text-decoration: underline;
}



h1{
 font-size: 12pt;
 color:#9cce39;
 font-family: Arial;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 90%;
 color:#2c99cc;
 font-family: Verdana;
 margin: 0px;
 padding: 0px;
}


/************** .story styles *****************/

.story{

	clear: both;
	font-size: 70%;
}


.footer {
	border-top: 1px solid #98CA3C;
	font-size: 60%;
	font-weight: normal;
	padding: 5px;
	color: #000000;


}

.footer a:link,
.footer a:visited{
	font-weight: normal;
	padding: 5px;
	color: #006600;


}

.footer a:hover {
	font-weight: normal;
	padding: 5px;
	color: #98CA3C;
	text-decoration: underline;

}

#contentarea {
	padding: 20px 30px 45px 30px;
}






/*top navigation styles*/
.indentmenu{

width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
	font-size: 80%;
	font-weight: bold;
	font-family: verdana;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #98CA3C; /*green border*/
border-width: 1px 0;
background: black url(images/nav/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #98CA3C; /*green divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url(images/nav/indentbg2.jpg) center center repeat-x;
}
