body {
	background:#b99e4a;
	margin:0px;
	background-attachment:fixed;
	padding:0px;
	text-align:center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	line-height:15px;
	margin:7px;
}

strong {
	color:#045506;
}

address {
	color:#FFFFFF;
	padding:5px 0px 5px 20px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	padding:2px 0px 2px 0px;
	margin:0px;
	float:left;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 7px;
}

ul {
	font-family:Arial, sans-serif;
	color:#000000;
	line-height:15px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {	
	text-decoration:none;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:722px;
	background-image:url(images/body.gif);
	margin-left:auto;
	margin-right:auto;
	border-bottom:3px solid #D4D4D4;
}

div#wrapper {
	width:667px;
	margin:auto;
	padding-bottom:20px;
}

div#copyright {
	color:#FFFFFF;
	padding:5px 0px 5px 20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

ul#mainnav {
	line-height:14px;
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	margin:3px 0px 3px 0px;
	width:135px;
	background-color:#a1b6a1;
	padding:2px 0px 2px 7px;
	font-size:11px;
	color:#045506;
	text-align:left;
	border:1px solid #000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul#mainnav li a:hover {
	background-color:#C39219;
	color:#000000;
}

ul#mainnav li a.active {
	background-color:#3e7a46;
	color:#FFFFFF;
}

ul#mainnav li a.active:hover {
	color:#FFFFFF;
	background-color:#3e7a46;
}

div#clear {
	clear:both;
}

.header {
	border-top:4px solid #3e7a46;
	border-bottom:3px solid #8C8C8C;
}

.arrow {
	float:left;
	margin-top:5px;
}

.stroke {
	clear:both;
}

div#body {
	background-color:#f7f6ef;
	border:1px solid #000000;
	float:right;
	width:497px;
	margin-top:15px;
	text-align:left;
	padding:5px;
}

.image1 {
	border:1px solid #000000;
	float:right;
	margin:10px;
}

.image2 {
	margin:20px 10px 0px 0px;
}

.image21 {
	margin:20px 8px 0px 0px;
	border:1px solid #000000;
}

div#footer {
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-color:#477850;
	width:716px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	margin:auto;
}

div#right {
	float:right;
	margin-right:15px;
	text-align:right;
	margin-top:5px;
}

.cash {
	text-align:right;
	margin:5px 0px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

.goulds {
	float:left;
	margin:10px 20px 0px 5px;
}

.left {
	float:left;
}

.right {
	float:right;
	margin-right:40px;
}

.clear {
	clear:both;
}

div#clear {
	clear:both;
	height:1px;
	margin-top:-1px;
}

.cc {
	float:left;
	margin-left:8px;
}