body{
	font-family: verdana;
	font-size: 100%;
	color: #000000;
	line-height: 1.166;
	margin: 0px 0px 0px 125px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(images/grassy_bak2.jpg);
	background-color: #b7be66;
}



td {vertical-align: top;
	font-size: 100%;
}

td.masthead {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1d702c;
	border-left-color: #1d702c;
	background-color: #ffffff;
	padding: 0px;
	font-size: 80%;
}

td.pagetop {
	
	border: 1px solid #1d702c;
	padding: 0px;
	background-color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	color: #1d702c;
	text-align: right;
}

td.pagetop a:link, td.pagetop a:visited {
	color: #1d702c;
}

td.pagetop a:hover{
	color: #c4d7bb;
}

td.main {
	font-size: 100%;
	padding: 25px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1d702c;
	border-left-color: #1d702c;
}

td.main a:link, td.footer a:visited{
	color: #1d702c;}

td.bodytext {
	font-size: 9px;

}

.body{
	font-size: 70%;
    padding: 0px;
}

.heading{
	font-size: 10pt;
	color:#1d702c;
	font-family: Verdana;
	font-weight: bold;

}

.caption{
	font-size: 8pt;
	color:#999999;
	font-family: Verdana;
	font-weight: normal;

}



h1{
 font-size: 12pt;
 color:#1d702c;
 font-family: Arial;
}

h2{
 font-size: 12pt;
 color:#999999;
 font-family: Arial;
 margin: 0px;
 padding: 0px;
}

td.footer{
	border: 1px solid #1d702c;
	background-color: #000000;
	font-size: 60%;
	padding: 5px;
	text-align: center;
	color: #FFCC00;

}

td.footer a:link, td.footer a:visited{
	font-weight: normal;
	padding: 5px;
	color: #FFFFFF;}

td.footer a:hover {
	font-weight: normal;
	padding: 5px;
	color: #FFCC00;}
td.bottomrule {
	font-size: 60%;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;

}


/*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 #564c66; /*dark purple 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 #564c66; /*dark purple 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;
}
