@charset "utf-8";
/* CSS Document */

body {
	background-color: #4977ba;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #603813;
	line-height: 19px;
	}
	
#wrapper {
	background-color: #ffffff;
	width: 1026px;
	text-align: left;
	margin: 0 auto;
	}
#shadow {
	background-image: url(../images/shadowBG.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

	
#nav {
	line-height: 18px;
	background-color: #7dc243;
	background-image: url(../../images/navBG.gif);
	height: 40px;
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	}
	

#nav ul {
	margin: 0;
	list-style: none;
	}
	
#nav ul a {
	display: block;
	padding: 8px 26px;
	text-decoration:none;
	color: #2214A1;
	background-image: url(../images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 12px;
	}
	
#nav .here {
	display: block;
	text-decoration:none;
	background-image: url(../images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	background-color: #2214a1;
	padding: 8px 26px;
	line-height: 12px;
	}

.last {
	background-image: url(../images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 12px;
	}

#nav ul a:hover {
	background-color: #a6d77e;

	}
	
#nav ul li {
	float: right;
	background-color: #7dc243;
	text-align: center;
	}	
	
#banner {
	padding: 20px;

}


#watermark {
	background-image: url(../images/logo-watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content a {
	color: #C86203;
}
#content a:hover {
	color: #339900;
}




#clear {
	clear: both;
	text-indent: -9999px;
	height: 5px;
}


#footer   {
	background-color: #4977ba;
	color: #8fafdd;
	text-align: right;
	font-size: 80%;
	background-image: url(../images/footerBG.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 5px;
	border-bottom-color: #3f6eb2;
	border-bottom-width: thin;
	border-bottom-style: solid;
}


#footer a {
	color: #8fafdd;
	}
	
	
#footer a:hover {
	text-decoration: underline;
	color: #fce205;
	}
h1 {
	color: #2214a1;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	color: #4fa507;
	font-weight: 400;

}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #347101;
}
.by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	color: #347101;
}


.lg {
	font-size: 150%;
	line-height: 125%;
}

		
.isml {
	font-size: 90%;
	font-style: italic;
}
.sml {
	font-size: 90%;
}
.hide {
	display: none;
	margin-left: -2000px;
}
.bannerLogo {
	float: left;
	padding-bottom: 20px;
}
.likeh2 {
	font-size: 16px;
	color: #4fa507;
}

.bannerBugs {
	float: right;
}
