@charset "utf-8";
/* CSS Document */

* {
	outline: none;
	}
	
body {
	text-align:center;
	min-width: 860px;
	background-color: #8bc53f;
	background-image: url(../images/bgTile.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	}
	
#wrapper {
	width: 998px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFF2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8BC53F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8BC53F;
	}
	
#nav {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}

#subnav {
	margin-left: 20px;
	padding-top: 20px;
	color: #ee4036;
	}

#subnav a {
	text-decoration:none;
	color: #8bc53f;
	}

#subnav a:hover {
	color: #ee4036;
	}

#content a {
	color: #E33D27;
}

#content a:hover {
	color: #009900;
}


#primary {
	margin-left: 20px;
	padding-right: 50px;
	}
#primary p {
	line-height: 20px;
}
#primary li {
	padding-bottom: 8px;
}



#secondary {
	float: right;
	width: 360px;
	padding-bottom: 30px;
	margin-right: 20px;
	}

.boxtop {
	background-color: #FF6600;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #FF3300;
}
.box {
	border: 1px solid #FF3300;
	width: 300px;
	margin-bottom: 10px;
	padding: 10px 15px;
}


#secondary p {
	margin-top: 0px;
	margin-bottom: 10px;
}
/*#secondary ul {
	margin-left: 40px;
}

#secondary .box > ul {
	margin-left: 0px;
}


#secondary .box > ul ul {
	margin-left: 0px;
}


#secondary .box > ul ul {
	padding-top: 0px;
}

*/
#secondary li {
	padding-bottom: 10px;
}
#secondary .box ul ul {
	padding-top: 5px;
}

	
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 10px;
	}
	
#footer a {
	color: #ffffff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #ee4036;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #999999;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #6F9D2F;
}
h3 {
	color: #FF3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h4 {
	color: #FF3300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #669900;
	font-family: Georgia, "Times New Roman", Times, serif;
}


	
.clear {
	clear: both;
}

.shade {
	background-color: #FFFFB9;
	padding: 0;
}
.biorange {
	font-style: italic;
	font-weight: bold;
	color: #FF3300;
}
.orange {
	color: #FF3300;
}


.i {
	font-style: italic;
}
.b {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.reduce {
	font-size: 80%;
}
.firstletter {
	font-size: 200%;
	font-weight: bold;
}
.regular {
	font-weight: normal;
}
.bl2 {
	text-indent: 25px;
}
