* {
	margin: 0;
	padding: 0;
}

A:link {color: #3aa078; text-decoration: underline; font-size: 10pt;}
A:visited {color: #3aa078; text-decoration: underline; font-size: 10pt;}
A:active {color: #3aa078; text-decoration: underline; font-size: 10pt;}
A:hover {color: #4dd09c; text-decoration: underline; font-size: 10pt;}

body {
	background: url("../images/sitebg.jpg") repeat left top;
	margin-top: 0;
	margin-bottom: 5px;
}

body, td, p {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

p {
	line-height: 1.4;
	margin: 20px 0 20px 0;
}

ul li {
	margin: 0 20px 0 20px;
}

h1 {
	font-size: 13pt;
	color: #3f7965;   
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #3aa078;
	margin-top: 20px;
}

.image {
	border: 1px solid #93b3a8;
}

.button {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	height: 23px;
	background-color: #93b3a8;
	border-top-color: #3aa078;
	border-right-color: #3f7965;
	border-bottom-color: #3f7965;
	border-left-color: #3aa078;
	border-width: 1px;
}

/***** TABLES *****/

table {
	border-collapse: collapse;
	margin: 25px 0 25px 0;
	background-color: #ffffff;
}

th {
	padding: 0.2em 0.5em;
	border: 1px solid #93b3a8;
	color: #ffffff;
	background-color: #93b3a8;
	text-align: center;
}

td {
	border: 1px solid #93b3a8;
	padding: 4px;
}

.subHeader {
	background-color: #e5f0eb;
	text-align: center;
}

/***** TABS *****/

#tabs {
	float: left;
	width: 100%;
	background: #93b3a8;
	line-height: normal;
	/*background: url("../images/tabbg.gif") repeat left top;*/
	/*border-top: 1px solid #99414f;*/
	/*border-top: 1px solid #295647;*/
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("../images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	font-size: 9pt;
}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #3f7965;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #4dd09c;
}

#tabs a:hover {
	background-position: 0% -42px;
}

#tabs a:hover span {
	background-position: 100% -42px;
}

#tabs #current a {
	background-position: 0% -42px;
}

#tabs #current a span {
	background-position: 100% -42px;
}

#tabsSpacer {   /* for spacing between the tabs and the top header */
	background-color: #fef8eb;
	width: 100%;
	height: 20px;
	clear: both;
}

/***** MAIN LAYOUT *****/

#container {
	width: 880px;
	border: 1px solid #295647;
	background-color: #fef8eb;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 0;
	background-color: #ffffff;
}

#content {
	padding: 0;
}

#page {
	padding: 0 20px 40px 20px;
}

#rightNav {
	float: right;
	width: 350px;
	margin: 0 0 0 25px;
	padding: 0;
}

#rightNavContent {
	padding: 35px 20px 20px 20px;
}

#sunflowers {
	float: left;
}

#footer {
	clear: both;
	padding: 2px 5px 2px 5px;
	background-color: #93b3a8;
	border-top: 1px solid #295647;
}

#copyright {
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
}
