/* *****BODY STYLES***** */

html, body, form {
	margin: 0; padding: 0;
	}
	
body {
	margin: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	text-align: left;
	text-decoration: none;
	}

body a {
	text-decoration: none
	}
	
/* *****LAYOUT***** */
	
#wrapper {
	width: 100%;
	margin: 0;
	text-align: left;
	}
	
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100px;
	background-color: #739B4A;
	}
	
#centerwrapper {
	margin-top: 30px;
	}
	
.floatright {
	float: right;
	margin: 6px 0 12px 12px;
	clear: right;	
	} 
	
.floatleft {
	float: left;
	margin: 6px 12px 12px 0;
	clear: left;	
	} 
	
#rightwrapper {
	margin-top: 34px;
	line-height: 90%;
	}
	
#footer {
	margin-top: 14px;
	padding: 8px 0 8px 0;
	width: 815px;
	background-color: #BBBBAA;
	font-size: 11px;
	text-align: center;
	}
	
/* *****SITEWIDE TEXT STYLES***** */
	
.bodytext {
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 1.5em;
	margin-top: -0.5em;
	}
		
.bodytext1 {
	font-size: 12px;
	margin-bottom: 1.5em;
	margin-top: -0.5em;
	font-weight: bold;
	}
	
.bodytext2 {
	font-size: 12px;
	margin-bottom: 1.5em;
	margin-top: -0.5em;
	}
	
.bodytext a {
	color: #E13300;
	}
	
.bodytext1 a {
	color: #E13300;
	}
	
.bodytext2 a {
	color: #E13300;
	}

a:hover {
	text-decoration: underline;
	}
	
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006600;
	font-weight: bold;
	line-height: normal;
	}
	
.subheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	line-height: normal;
	}

/*.illustration p {font: italic 95%/1.6em Georgia, serif; border-top: 1px dashed #ccc; color: #333; margin: 0; padding-top: 5px;}
.illustration {float: right; margin: 0 0 20px 20px; text-align: center;} 
.left {float: left; margin: 0 20px 20px 0;} 
.full {float: none; width: 540px; margin: 0;} 
.half {width: 270px;} 
.third {width: 180px;} 
.quarter {width: 135px;}*/

/* *****LEFT COLUMN NAVIGATION BAR***** */

.navbar a {
	color: #000000;
	}

.navbar a:hover {
	color: #FFFFFF;
	}

.navbar {
	list-style: none;
	line-height: 160%;
	}
			
.navbar li {
	line-height: 100%;
	margin-top: 0.75em;
	margin-right: 0em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	}

.navbar ul {
	list-style: none;
	line-height: 160%;
	margin-left: 0em;
	padding: 0px;
	margin-top: 20px;
	}
	
.navbar ul li {
	line-height: 100%;
	margin-top: 0.75em;
	margin-right: 0em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	}
	
.navbarRule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
	padding: 10px 0 -10px 0;
	margin: 10px 0 10px 0;
	}
	
.navindent {
	text-transform: none;
	display: block;
	margin: 2px 0px 4px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	}
	
/* *****RIGHT COLUMN STYLES***** */

.rightheadline {
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0em;
	}
	
.righttext {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif,;
	font-size: 13px;
	color: #993300;
	line-height: 130%;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	}
	
.rightbar a {
	color: #E13300;
	}
	
.rightbar a:hover {
	color:#FF6600;
	}
	
/* *****FOOTER***** */

#footer a {
	color: #FFFFFF;
	}
