.bluetabs{
	border: thin none #546D4B;
	height: 32px;
	padding-top:1px;
	width: 510px;
	float: left;
	margin-top: 27px;
	position: relative;
	clear: both;
	margin-right: 320px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bluetabs ul{
	padding: 2px 0 6px; /*line acrossed bottom*/
	margin-left: auto;
	margin-top: 1px; /*down from top*/
	margin-bottom: 0;
	font: 10pt "Trebuchet MS", Arial;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	float: left;
	margin-right: auto;
	height: auto;
}

.bluetabs li{
	display: inline;
	margin: 0;
	padding-right: 5px;
	padding-left: 4px;
}

.bluetabs li a{
	text-decoration: none;
	padding: 2px 8px 4px;
	color: #ececec;
	background-color:#6C8162;
	border: 1px solid #546D4B;
/*background: white url(media/bluetab.gif) top left repeat-x; THEME CHANGE HERE*/
}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
	text-decoration: none;
	color: #eeeeee;

}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif); THEME CHANGE HERE*/
border-bottom-color: black;
background-color: #AFBAA3;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #AFBAA3;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	font: normal 10pt "Trebuchet MS", Arial;
	z-index:100;
	background-color: #AFBAA3;
	width: 185px;
	visibility: hidden;
	color: #333333;
	border-top: 1 solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 1 solid #ffffff;
	border-left: 0 solid #ffffff;
	padding-left: 4px;
	padding-right: 4px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #6C8162;
color: #ffffff;
}
/*----------------------------content------------------------------------------------------------------*/
body {
	font: 11pt/13pt "Trebuchet MS", Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #062A00;
	background-image: url(/images/homebg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
.oneColFixCtrHdr #container {
	width: 814px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 152px;
}
#header img {
	margin-top: 32px;
	float: left;
	height: 57px;
	width: 183px;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/Rcolumnbg.gif);
	margin: 0px;
	clear: both;
	float: left;
	border: thin none #CCCCCC;
}
.rightcolumn {
	clear: none;
	float: right;
	height: auto;
	width: 250px;
	margin-right: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: double;
	border-right-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
.leftcolumn {
	background-color: #F2F3E4;
	float: left;
	width: 690px;
	margin-right: 0px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBC4AF;
	border-left-color: #BBC4AF;
	padding-right: 40px;
	padding-left: 50px;
	clear: right;
	padding-top: 25px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #BBC4AF;
}
.footerlinks {
	float: right;
	height: 40px;
	width: 550px;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 12pt;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14pt;
}

.footerlinks ul {
	list-style-type: none;
	float: none;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.footerlinks li a:hover {
	color: #062a00;
	font-family:"Trebuchet MS", Arial;
	font-size:9pt;
	text-decoration: none;
}
.footerlinks li {
	display: inline;
}
.footerlinks li a {
	color: #767771;
	text-decoration: none;
	height: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family:"Trebuchet MS", Arial;
	font-size:9pt;
	text-decoration: none;
}
.whiteNav {
	width: 130px;
	float:right;
	font-size:9pt;
	margin-top: 3px;
	text-align: right;
}
.whiteNav ul {
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	list-style: none outside;
}
.whiteNav a {
	width: 110px;
	display: block;
	border: 1px solid #ffffff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #062a00;
}
.whiteNav a:link, #Auto a:visited {
	color: #062a00;
	
}
.whiteNav a:hover {
	color: #062a00;
	list-style: square;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	clear: both;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #BBC4AF;
	border-right: 1px none #BBC4AF;
	border-bottom: 1px none #BBC4AF;
	border-left: 1px none #BBC4AF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.homepage {
	background-color: #F2F3E4;
	float: none;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBC4AF;
	border-left-color: #BBC4AF;
	clear: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #BBC4AF;
	padding: 0px;
}
a:link {
	color: #062A00;
	font-size: 10pt;
}
.largeColumn {
	background-color: #f2f3e5;
	float: left;
	width: 420px;
	margin-right: 0px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBC4AF;
	border-left-color: #BBC4AF;
	padding-right: 40px;
	padding-left: 50px;
	clear: none;
	padding-top: 25px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBC4AF;
