body {
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

h1 { font-weight: bold; font-size: 11px; margin-bottom:10px;}
h2 {
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
h2 a, a:link, a:visited, a:hover, a:active {text-decoration:none; border-bottom: 0px; background-color: none;}


p, td {	font:11px verdana, arial, helvetica, sans-serif; line-height:16px;	}

p.notes { font:9px verdana, arial, helvetica, sans-serif; line-height:14px; }

	
a.img { color:white; text-decoration:none; border-style: none;}
a.img:link {color:white; text-decoration:none;}
a.img:visited {color:white; text-decoration:none;}
a.img:hover {text-decoration:none;} 

a { color:#0D9B29; text-decoration:none; border-bottom: 1px dotted #0D9B29;}
a:hover {color: white; background-color:#0D9B29;} 

a.white { color:white; text-decoration:none; border-bottom: 0px;}
a.white:hover {color: #6daf41; background-color:#ffffff;} 

.box {
        border:1px dashed #0D9B29; 
        font-family: Verdana;
        font-size: 11px;
        color: #333333;
        background-color: #FDFBEF
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

	
.menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 5px 4px 7px;
	background-color: #7D7B7C;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 1px;
	border-style: solid;
}

.menu_title:hover
{
}

.menu_body
{
	padding: 10px;
	clear: both;
	background-color: #FFF;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}

a.button {
background-color: #0F9B29;
/* background-image: url(images/button-bg.jpg);
display: block;
background-repeat: x-repeat;
width: 75px; */
padding: 15px 15px 15px 15px;
font-size: 12px;
text-decoration: none;
}

a.button:link, a.button:visited {
color: white;
}
a.button:hover, a.button:active {
background-color:#CCCCCC;
color: green;
}

a.buttonUp {
display: block;
background-color:#CCCCCC;
font-size: 12px;
text-decoration: none;
color: green;
}

blockquote {
	margin: 15px 40px 0 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	color: gray;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
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/indentbg.gif) 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: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}