html {
	height: 100%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family:"Arial", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
	
/*TEXT ELEMENTS*/


p,td {
	font-family:"Arial", Verdana, Helvetica, sans-serif;
}

a {
	color:#2b2b2b;
  text-decoration: none;
}


a:hover {
  color: #e0d93b;
  text-decoration:underline;
}

h1 {
	font-size:13px;
	color:#8db001;
}

h2 {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#dfd93b;
}

h4 {
	font-size: 16px;
	color: #db3323;
}

.mceContentBody {
	text-align: left;
	background: #FFF none;
	color:#000;
}

#outer {
	width:100%;
	margin: auto;
}

#header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width:850px;
	height:33px;
	text-align:right;
	color:#46b749;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:80px;
	padding-right:20px;
}

#image {
	background-image:url(../images/image.jpg);
	height:254px;
	width:856px;
	float:left;
	display: inline;
	margin-bottom:8px;
	text-align:left;
	padding-top:10px;
	padding-left:14px;
}

#container {
	width:870px;
	margin:auto;
}

#contentwrap {
	width:870px;
	background-image:url(../images/contentbg.gif);
	background-repeat:no-repeat;
	clear:left;
}

#right {
	min-height:200px;
	width:145px;
	float:right;
	display: inline;
	text-align:left;
	color:#2b2b2b;
	margin-right:40px;
	margin-top:-14px;
}

#right h3{
	background-image:url(../images/rightheader.gif);
	width:171px;
	height:37px;
	color:#378139;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;	
	padding-top:8px;
}

#right p{
	margin-top:-22px;
}

#content {
	background-color:#dadada;
	width:636px;
	min-height:400px;
	float:left;
	text-align:justify;
	color:#2b2b2b;
	display: inline;
	margin-right:10px;
	margin-top:12px;
	text-align:justify;
	padding-left:15px;
	padding-right:18px;
}

#content h1{
	background-image:url(../images/contentheading.gif);
	color:#378139;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:45px;
	width:636px;
	font-weight:100;
}

#content h2{
	background-image:url(../images/contentheading.gif);
	background-position:bottom;
	color:#378139;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:30px;
	width:636px;
	font-weight:100;
}

#content a{
	color:#2b2b2b;
	text-decoration:underline;
}

#footer {
	width:870px;
	margin:0 auto;
	margin-bottom:10px;
}

#footer1 {
	background-image:url(../images/footer1.gif);
	background-repeat:no-repeat;
	height:39px;
	text-align:right;
	padding-top:10px;
	padding-right:13px;
	width:857px;
}

#footer2{
	background-image:url(../images/footer2.gif);
	background-repeat:no-repeat;
	height:44px;
	width:870px;
}

.clearBoth {
	clear:both;
}

.moduletable_menu {
	width:177px;
/*	padding-left:2px;
	padding-right:3px;*/
	color:#117475;
	background-image:url(../images/moduleheader.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}

.moduletable_menu a{
	margin-left:9px;
	color:#FFF;
}

.moduletable_corporate {
	width:177px;
/*	padding-left:2px;
	padding-right:3px;*/
	color:#117475;
	background-image:url(../images/moduleheader.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}

.moduletable_corporate a{
	margin-left:9px;
	color:#FFF;
}

.contentheading {
	background-image:url(../images/contentheading.gif);
	color:#378139;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:45px;
	width:636px;
}

.componentheading {
	color:#dfd93b;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.contact_email {
	margin-left:10px;
}

#fleft {
	float:left;
	padding-top:10px;
	padding-left:14px;
	height:34px;
	width:371px;
}

#fleft a{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right:5px;
	font-size:13px;
}

#fright {
	float:right;
	color:#FFF;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:34px;
	width:471px;
	padding-top:10px;
	padding-right:14px;
}

#fright a{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

