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

html {
	overflow-y: scroll;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:0px;
	margin:0px;
}
#BodyContent {
	width: 550px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}
#head {
	margin-top: 0px;
}
#head img {
	margin-bottom: -25px;
	padding-right: 20px;
}
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a
{
	text-decoration: none;
	font-weight:bold;
	size: 1.1em;
	color: #C5D5C4;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 0.3em;
	margin-left: 0.3em;
	font-size: 0.9em;
}
#navcontainer ul li a:hover
{
	color: #FFFFFF;
}

#content {
	text-align: left;
	font-size: 0.9em;
	color: #333333;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	font-size: .7em;
	height: 9em;
	clear: both;
}
#animated p {
	width:auto;
}
#allleft {
	position: absolute;
	width: 200px;
	top: 250px;
	right: 0px;
	background-color: #63823C;
	padding: 4px;
	font-size: .9em;
	text-align: justify;
	color: #E0E0E0;
	border: 2px solid #124502;
}
.navcontainerfoot ul
{
	list-style-type: none;
	text-align: right;
	float: right;
}
.navcontainerfoot ul li {
	display: inline;
	margin-right: 0px;
	margin-left: 20px;
}
#footer a
{
	text-decoration: none;
	color: #333333;
}
#footer a:hover
{
	color: #990000;
}
.footaddress {
	float: left;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin: 6px;
}
.logotext {
	size:1.6em;
	font-size: 1.6em;
	text-align: center;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}
.mainnav {
	padding-top: 3px;
	padding-bottom: 2px;
}
h1 {
	color: #64813F;
	font-size: 1.5em;
}
h2 {
	color: #64813F;
	font-size: 1.3em;
}
h3 {
	color: #64813F;
	font-size: 1.1em;
}
#content a:link {
	color: #64813F;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #64813F;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #990000;
}
blockquote {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 15px;
}

#content li {
	padding-bottom:10px;
}
.green {
	color:#64813F;
}
.smaller {
	font-size:.7em;
}

/* ie hacks 
*+html img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* html img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}*/
