@charset "utf-8";
/* CSS Document */
td img {
	display: block;
}
body {
	margin:0px;
	background:#E7E7DE;
}
.bgheader {
	background:url(../images/bg_header.gif);
}
.bgcontent {
	background:url(../images/bg_content.gif) repeat-x;
}
.navigation {
	background:url(../images/bg_nav.gif) repeat-x;
	border-top:1px solid #FFFFFF;
}
.navigation a {
	height:44px;
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:44px;
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:0px 17px 0px 17px;
	background:url(../images/bg_seperator.gif) no-repeat right;
}
.navigation a:hover {
	background-color:#0F5781;
}
.search {
	background:url(../images/bg_search.gif) no-repeat;
}
.input {
	background:url(../images/bg_search_input.gif) no-repeat;
	width:191px;
	height:32px;
	padding:0px 5px 0px 5px;
}
.input input{
	background:none;
	border:0px;
	width:180px;
	padding:5px 0px 5px 0px;
	color:#3F5C6C;
	font-family:"Trebuchet MS";
	font-size:12px;
}


.news {
	background:#5D9513;
	/*border-bottom:1px solid #FFFFFF;*/
	text-align:left;
	color:#FFFFFF;
	font-family:"Tahoma";
	font-size:11px;
}
.news strong {
	font-family:"Arial";
	font-size:14px;
}
.news a{
	color:#FFFFFF;
	text-decoration:none;
}
.news a:hover{ text-decoration:underline}
.news div {
	border-bottom:1px dashed #9DD74F;
	padding:10px 0px 10px 0px;
}
.content {
	background:url(../images/bg_content_bottom.gif) no-repeat bottom #FFFFFF;
	padding:15px;
	text-align:left;
	color:#5E5E5E;
	font-family:Tahoma;
	font-size:11px;
}
.title {
	color:#5D9513;
	font-size:18px;
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	text-transform:uppercase;
}
.pagebody {
	font-size:16px;
	font-family:Arial;
}
.quote {
	 color:#6A6A5C;
     font-size:16px;
	 font-family:"Trebuchet MS", Arial;
	 font-weight:bold;
}

.box_top {
	background:url(../images/box_top.gif) no-repeat;
	height:37px;
	padding:5px 0px 0px 20px;
}
.box_bottom {
	background:url(../images/box_bottom.gif);
	height:13px;
}
.box_content {
	border-left:2px solid #E7E7DE;
	border-right:2px solid #E7E7DE;	
}

.blue_text {
	color:#004D79;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
}
.green_text {
	color:#5D9513;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
}

.footer {
	padding:10px 0px 10px 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#6A6A5C;
	text-align:left;
}
.footer a {
	color:#6A6A5C;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

.news_link
{	
	color:#5E5E5E;
	text-decoration:none;
	font-family:"arial";
	font-size:11px;
	font-weight:bold;
}

.news_link:hover
{	
	text-decoration:underline;	
}

.content_link
{
	color:#5D9513;
	font-family:tahoma;
	text-decoration:none;
	font-size: 11px;
}

.content_link:hover
{
	text-decoration:underline;
}

.separator
{
	border-bottom: 1px dashed #5D9513;
	height:1px;
	display:block;	
	width: 100%;
}

.form_field{
	width:180px;
	color:#3F5C6C;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.form_field.small{
	width:90px;
}

.error_text
{
	color:#ff0000;
	font-family:tahoma;
	text-decoration:none;
	font-size: 11px;
}