.Subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ba5d1a;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #20558a;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
}





.homeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #20558a;
}



/* BODY*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7d8755;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.style1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	word-spacing: normal;
}
.copyright {
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
}

/*END BODY*/


/*CONTAINER*/

.twoColFixLtHdr #container { 
	width: 1061px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*END CONTAINER*/


/*HEADER*/
.twoColFixLtHdr #header { 
	background-image:url(images/Header.jpg);
	height: 300px; 
} 
.twoColFixLtHdr #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 */
}

/*END HEADER*/




/*NAVIGATION*/

.twoColFixLtHdr #nav {
	background-image: url(images/NavBG.jpg);
	width: 1061px;
	height: 30px;
	top: 7px;
	padding-top: 6px;	
}

.twoColFixLtHdr #nav ul {
	display: inline;
	width: 1000;
	
}

.twoColFixLtHdr #nav li {
	display: inline;
	color: #bfc292;
	list-style: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	text-indent: 0px;
	word-spacing: normal;
	white-space: normal;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	top: auto;
}

.twoColFixLtHdr #nav li:hover {
	color: #6192c2;
	
}

.twoColFixLtHdr #nav a {
  	color: #bfc292;
 	text-decoration: none;
}


.twoColFixLtHdr #nav a:hover {
  	color: #527ba4;
  
  
}
.twoColFixLtHdr #nav .important {
	color: #ba5d1a;  
}

.twoColFixLtHdr #nav .important:hover {
	color: #ba5d1a;  
}

.twoColFixLtHdr #nav li .important {
  	color: #ba5d1a;
}

.twoColFixLtHdr #nav li .important a {
  	color: #ba5d1a;
}

/*END NAVIGATION*/



/*SIDEBAR*/

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 279px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/Sidebar_Nav_Left.jpg);
}

.twoColFixLtHdr #sidebar1 #bottom{
	float: left;
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
	clear: both;
	background-image: url(images/Sidebar_Nav_Left.jpg);
	padding: 10px 0px 10px 55px;
}

/*END SIDEBAR*/





/*SIDEMENU NAVIGATION*/

.twoColFixLtHdr #sidemenu {
}

.twoColFixLtHdr #sidemenu ul {
  margin-left: 30px;
  padding-bottom: 29px;
}
.twoColFixLtHdr #sidemenu li {
	list-style: none;
	height: 30px;
	padding: 5px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #bfc292 bottom left url(images/Sidebar_Nav_BG.jpg) no-repeat;
}

.twoColFixLtHdr #sidemenu li:hover {
	background: #bfc292 bottom left url(images/Sidebar_Nav_BG_Hover.jpg) no-repeat;
}

.twoColFixLtHdr #sidemenu a {
  	color: #20558a;
  	text-decoration: none;
  	display: block;
  	width: 90%;
  	padding: 10px 0 6px 8px;
}
.twoColFixLtHdr #sidemenu a:hover {
  color: #527ba4;
  
  
}
.twoColFixLtHdr #sidemenu .important {
	color: 527ba4;
  	background: #bfc292 bottom left url(images/Sidebar_Nav_BG_Hover.jpg) no-repeat;
  
}
.twoColFixLtHdr #sidemenu .important a {
  	color: #fff;
}

/*END SIDEMENU NAVIGATION*/





/*MIDDLECONTAINER*/

.twoColFixLtHdr #middlecontainer {
	width: 1061px;
	height: 100%;
	background-image: url(images/Main_BG.jpg);

}

/*MIDDLECONTAINER*/



/* BOTTOMCONTENT*/

.twoColFixLtHdr #bottomcontent {
	float: right;
	position: relative;
	width: 730px;
	right: 40px;
	bottom: 0px;
}

.twoColFixLtHdr #bottomcontent p {
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.twoColFixLtHdr #bottomcontent ol {
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
/* END BOTTOMCONTENT*/


/*MAINCONTENT*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 279px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
}

/*END MAINCONTENT*/




/* RIGHTCONTENT*/

.twoColFixLtHdr #mainContent #rightcontent {
	float: right;
	clear: right;
	position: relative;
	top: 50px;
	right: 50px;
	width: 400px;
	padding-right: 20px;
}




/* END RIGHTCONTENT*/

/* SpecsCONTENT*/

.twoColFixLtHdr #mainContent #specscontent {
	float: right;
	clear: right;
	position: relative;
	top: 50px;
	right: 50px;
	width: 650px;
	padding-right: 20px;
	margin-bottom: 20px;
}




/* END SpecsCONTENT*/


/*FOOTER*/
	
 
.twoColFixLtHdr #footer { 
	background-image: url(images/FooterBG.jpg); 
	height: 80 px;
	
} 
.twoColFixLtHdr #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: 20px 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	
}
.twoColFixLtHdr #bottomfooter {
	background-image: url(images/Footer_Bottom.jpg);
	height: 29px;
}


/*END FOOTER*/




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #middlecontainer #sidebar1 #bottom p {
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #474f29;
	background-image: none;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: bottom;
	word-spacing: normal;
}
