/* 

  Default HTML Tags 

*/

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	background-color: #58773C;
	background-image: url(../images/bac_leaf.jpg);
	background-attachment: fixed;
	background-position: left top;
}
	
p	{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;

}
		
	
a	{
    text-decoration:	underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999900;
}

a:hover	{
    color:	#999900;
    text-decoration:	none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

	hr {
	color: #336600;
	height: 1px;
}

H1 {
	font-weight: normal;
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	color: #3a5b11;
	margin-bottom: 15px;
	margin-top: 0px;
}

H3 {
	font-weight: normal;
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	color: #99CC00;
	margin-bottom: 15px;
	margin-top: 0px;
}


















/* 

  CSS DIV STYLES

*/
   
#divWrapper {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #99CC00;
	height: 10px;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
.image {
	border: 4px solid #CCCCCC;
	float: right;
	padding: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.news_table {

}
.news_table th {
	line-height: 1.3em;
	background-color: #666633;
	font-weight: bold;
	color: #FFFFFF;
}
.news_table td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	line-height: 1.3em;
}


#divHeader {
	position: relative;
	background-color: #FFFFFF;
	height: 136px;
}

#divNav {
	position: relative;
	width: 800px;
	height: 41px;
	background-image: url(../images/bac_nav.gif);
}

#divHeading {
	position:absolute;
	left:182px;
	top:-31px;
	width:185px;
	height:20px;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-right: 3px;
}

#contentMain {
	float: left;
	width: 775px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	clear: both;

}

#divLeftNav
{
	float: left;
	width: 190px;
	height: 150px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#content {
	float: right;
	width: 545px;
	height: auto;
	background-color: #FFFFFF;
	padding-right: 10px;

	
}

#divImageDisplay {
	float: right;
	width: 560px;
	text-align: right;
	padding-top: 10px;
}
#divImageDisplay .title {
	padding-right: 15px;
	text-align: left;
	padding-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #3A5B11;
	padding-bottom: 0px;
	border: thin solid #000000;
	float: left;
	width: 100%;
}
#divImageDisplay H2 {
	width: 500px;
	padding-right: 15px;
	text-align: right;
	padding-top: 15px;
	font-size: 1em;
	background-image: url(../images/quote_bkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}

#divFooter {
	width: 785px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	height: 30px;
	clear: both;
	background-image: url(../images/bac_nav_footer.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#FFFFFF;
	text-decoration:none;
}
#divFooter a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFFFFF;
	text-decoration:;
}

#divSearch {
	position:absolute;
	left:664px;
	top:5px;
	width:275px;
	height:24px;
	z-index:100;
	text-align: right;
}

.formSearchTextBox{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #83a74c;
	border-right-color: #83a74c;
	border-bottom-color: #83a74c;
	border-left-color: #83a74c;
	height: auto;
	width: auto;
	color: #336600;
	background-color: #FFFFFF;
}



.floatright
		{
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;

		}






.form_text {
	FONT-SIZE: 11px;
	COLOR: #86aa4d;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 15px;
}

#divLeftPanel {
	float: left;
	margin-left: 10px;

}
.divRightNews {
	float: left;
	width: 217px;
}

.divRightNews div {
	background-image: url(../images/panelbkg_bottom.gif);
	background-position: center bottom;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99cc66;
	margin-bottom: 10px;
}

#contentHome {
	float: left;
	width: 308px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: thin none #666633;
}

#contentHome div {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: dotted;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;

}

#contentHome .more {
	margin-top: 5px;

}


#divHeaderHome {
	position: relative;
	background-color: #FFFFFF;
	height: 200px;
	padding-top: 10px;
}
.heading_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EBEBEB;
	height: 10px;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
.floatleft {

	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.missing_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.subHeadingOrange {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	font-weight: bold;
}
.SubHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#99CC00;
	font-weight: bold;
}
table caption {
	visibility: hidden;

}
