/** ------------------------------------------------------ **/
/** -------------------3 column layout -------------------- **/
body{
	text-align:center;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(images/bg-page.gif);
}

.hidden-navigation{
	width:1px;
	position:absolute;
	left:-9999px;
}

#wrap{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-image: url(images/bg.gif);
}

#header{
	width:970px;
	margin-left:15px;
}
#header2{
	width:970px;
	margin-left:15px;
	height:27px;
	background-image: url(images/strapline.gif);
}
#strapline{
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 10px;
	float: left;
	font-style: italic;
}
#menu{
	color: #FFFFFF;
	line-height: 20px;
	text-align: right;
	float: right;
}

#centerc{
	width:740px;
	display: inline;
	float:left;
	margin-left:230px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#leftc{
	width: 200px;
	float: left;
	margin-left: -955px;	
}
#leftnav{
	background-image: url(images/bg-nav.gif);
	width: 200px;
	float: left;
}

#footer{
	background-image: url(images/bg-footer.gif);
	clear:both;
	width:970px;
	margin-left:15px;
	height: 25px;
}

/** ------------------------------------------------------ **/
/** -------------------GENERAL STYLES -------------------- **/
h1, .h1 {
	font-weight: normal;
	font-size: 16pt;
	color: #006633;
}
h2, .h2 {
	font-weight: bold;
	font-size: 12pt;
	color: #339933;
}
h3, .h3 {
	font-weight: bold;
	font-size: 10pt;
	color: #006633;
	margin-bottom: 0px;
}
h4, .h4 {
	font-weight: bold;
	font-size: 10pt;
	color: #006633;
	margin-bottom: 0px;
}
td {
	font-size: 10pt;
}
.small {
	font-size: 8pt;
}
.smallertext {
	font-size: 8pt;
}
.redtext {
	color: #FF0000;
}
a {
	color: #339933;
}
a:visited {
	color:#006633;
}
a:hover {
	color: #006633;
}
a:active {
	color: #006633;
}
a.h3, a.h3:link {
	color: #339933;
	text-decoration: none;
	font-weight: bold;	
}
a.h3:visited {
	color: #006633;
}
a.h3:hover, a.h3:active {
	color: #006633;
}

/** ------------------------------------------------------ **/
/** ------------------NAVIGATION-------------------------- **/


ul.nav {
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}
li.nav {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.nav, a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}
a.nav:visited {
	color: #FFFFFF;
}
a.nav:hover, a.nav:active {
	color: #339933;
}

/** ------------------------------------------------------ **/
/** ---------------------FOOTER--------------------------- **/


.footer{
	color: #FFFFFF;
}
a.footer, a.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	color: #FFFFFF;
}
a.footer:hover, a.footer:active {
	color: #339933;
}
-->

.homepageboxgreen {
	color: #336633;
	font-weight:bold;
}
