/* CSS Document */
body {
	background-color: #3C5118;
	background-image:url(images/bggradient.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
		}
		
a:link {
	color:#3C5118;
	text-decoration: none;	
	}
	
a:visited {
	color:#3C5118;
	text-decoration: none;
	}
	
a:hover {
	color:#6F2B09;
	text-decoration: none;	
	}
	
a:active { 
	color:#6F2B09;
	text-decoration : none;
} 

h1{font-family: verdana;
font-size: 16px;
vertical-align: top;
style: bold;
text-align: left;
color: #5C594B;
}

h2{font-family: verdana;
font-size: 14px;
vertical-align: top;
style: bold;
text-align: left;
color: #5C594B;
}

hr{border: 1px dashed #016D9B;}

/* START THE CODE FOR PARAGRAPH ELEMENTS */

p{font-family:verdana;
font-size:13px;
line-height:18px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
color: #000000;
vertical-align: top;
}

.center{font-family:verdana;
font-size:11px;
line-height:18px;
text-align: center;
color: #000000;
}

/* START THE CODE FOR TABLES */

tr {vertical-align: top;}

table{
	text-align:left;
	color: #000000;
	font-size: 13px;
	vertical-align:top;
	background-color: #ECE3D2;
}

/* START THE CODE FOR TITLES */

.pagetitle{
font-family: serif;
color: #000000;
font-size: 24px;
margin-bottom:5px;
font-weight: bold;
text-align:left;
line-height:24px;
padding-top: 33px;
}

.heading{font-family: verdana;
color: #3A4F16;
font-size: 16px;
vertical-align: top;
font-weight: bold;
text-align: left;

}

/* START THE CODE FOR THE FOOTER */

.footer {
background: #000000;
border-top:1px solid #00B4FA;
height:auto;
font-size:12px;
text-align: center;
padding-top:5px;
padding-bottom:5px;
}

.menubar {
text-align: center;
}

.indent {
margin-left: 55px;
}

/* START THE CODE FOR THE TOP MENU */

.menu	{ font-family: arial, verdana, helvetica, sans;
		  font-size: 10pt;
		  font-weight: bold;
		  height: 25px;
		  padding: 5px;
		  cursor:hand;
		  text-align: center;
		  color: #006A00;
		  border: #000000 0px solid; }


a.menu:link 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		  color: #6F2B09;
		  text-decoration:none;}

a.menu:visited 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		  color: #6F2B09;
		  text-decoration:none; }

a.menu:active 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		   color: #2E4507; }

a.menu:hover 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		   color: #2E4507; }
