<style type="text/css"> 
 
body  {
	/*font: 100% Tahoma, Arial, Helvetica, sans-serif; */
	font: Tahoma, Geneva, sans-serif;
	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; 
	font size: 14px;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#wrap {
    height:100%;
	margin: auto;
	width: 750px;
	background: #ffffff;
	padding: 0px;
	border: 0px none #000;
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	overflow:auto;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ede9de;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 00px;
	/* background: url('../images/logo_header.jpg') no-repeat; */
	background-color: #ede9de;
	/* 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. */
	font-size: x-large;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* 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 */
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 9px;
	height: 100%;
	background-image:url(../images/sidebar.png);
}
.twoColFixLtHdr #mainContent {
	margin: 0 15 0 160px; /* 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. */
	padding: 0 15 0 5px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ede9de;
	font-size: 14px;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0  0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #000;
	background-color: #a7a978;
	font-family: Tahoma, Geneva, sans-serif;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

#menu {
	height: auto;
	line-height: 2px;
	line-height: 33px;
	background-color:#a44200;
}
#menu ul {
	/*	font-family: Tahoma, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	padding-left: 10px;
}
#menu a {
	text-decoration: none;
	padding: 0 5px 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}
#menu a:hover {
	color: #a7a978;
	text-decoration: none;
}
#footer {
	height:auto;
	padding: 0px 0px 0px 10px;
	margin: 5px auto;
	width: 775px;
	font-size: 11px;
	color: #00000;
	background-color: #9A9D66;
}
#footer ul {
	font: Tahoma, Geneva, sans-serif;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	padding-left: 10px;
}
#footer a {
	text-decoration: none;
	padding: 0 5px 0 0;
	font-size: 13px;
	color: #fff;
}
#footer a:hover {
	color: #a44200;
	text-decoration: none;
}
.footer_small {
	font-size: small;
	color: #fff;
}
.leftlink {
	font-weight: 300;
	font: Tahoma, Geneva, sans-serif;
	/*	font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-size: small;
	text-transform: capitalize;
	text-decoration: none;
	color: #999;
}
.leftlink ul {
	list-style-type: square;
	color: #999;
}
.leftlink a {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
.leftlink a:hover {
	color: #A7A978;
}
.Calander {
	font-size: medium;
	text-decoration: none;
}
.GreenText {
	color:#FFF;
	font-weight: bold;
	font-size: xx-large;
}
.GreenTextMedium {
	color:#FFF;
	font-weight: bold;
	font-size: medium;
}
.BodyAddress {
	font: Tahoma, Geneva, sans-serif;
	/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #000000;
}
.BodyAddress ul {
	list-style-type: square;
	color: #A7A978;
}
.BodyAddress a {
	font-weight: normal;
	color:#71744B;
}
.BodyAddress a:hover {
	color: #666;
}
.BodyAddressnews {
	font: Tahoma, Geneva, sans-serif;
	/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #000;
}
.BodyAddressnews ul {
	list-style-type: square;
	color: #009;
}
.BodyAddressnews a {
	font-weight: normal;
	color:#009;
}
.BodyAddressnews a:hover {
	color: #666;
}
.BodyAddress2 {
/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 18px;
	color: #9b3e00;
}
.BodyAddress3 {

/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-weight: 200;
	color: #5f603e;
	text-align: left;
}
.headergreen {

/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: large;
	font-weight: 200;
	color: #5f603e;
	text-align: left;
}
.headergreen2 {

/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: x-large;
	font-weight: 200;
	color: #5f603e;
	text-align: left;
}
.BodyAddress4 {
	font: Tahoma, Geneva, sans-serif;
/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
}
.BodyAddress4 ul {
	list-style-type: square;
	color: #A7A978;
}
.BodyAddress4 a {
	color:#71744B;
}
.BodyAddress4 a:hover {
	color: #666;
}
.BodyAddress5 {
/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #999;
}
.BodyAddress7 {

/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-weight: 200;
	color: #5f603e;
}
.BodyAddress6 {
/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #A7A978;
}
.BodyAddress10 {
/*	font-family:  Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #9B3E00;
}
.BodyAddress10 ul {
	list-style-type: square;
	color: #9B3E00;
}
.BodyAddress10 a {
	font-weight: normal;
	color:#9B3E00;
}
.BodyAddress10 a:hover {
	color: #9B3E00;
}
.BodyAddress11 {
	font: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000;
}
.BodySpecial {
	font: Tahoma, Geneva, sans-serif;
	font-size:medium;
	color:#F00;
	font-weight:bold;
}
.BodyTitle {
	font: Tahoma, Geneva, sans-serif;
	font-size:medium;
	color:#006633;
	font-weight:bold;
}
.greenlink {
	font-weight: bold;
	font: Tahoma, Geneva, sans-serif;
	font-size: large;
	text-transform: none;
	text-decoration: none;
	color: #000;
}
.greenlink a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.greenlink a:hover {
	color: #00;
}
.greenlink2 {
	font-weight: none;
	font: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	text-transform: none;
	text-decoration: none;
	color: #000;
}
.greenlink2 a {
	text-decoration: none;
	font-weight: normal;
	color: #363;
}
.greenlink2 a:hover {
	color: #FFF;
}
.greenlink3 {
	font-weight: none;
	font: Tahoma, Geneva, sans-serif;
	font-size: large;
	text-transform: none;
	text-decoration: none;
	color: #A7A978;
}
.greenlink4 {
	font-weight: none;
	font: Tahoma, Geneva, sans-serif;
	font-size: large;
	text-transform: none;
	text-decoration: none;
	color: #9b3e00;
}
.greenlink4 a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.greenlink4 a:hover {
	color: #A7A978;
}
.greenlink5 {
	font-weight: none;
	font: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	text-transform: none;
	text-decoration: none;
	color: #000;
}
.greenlink5 a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.greenlink5 a:hover {
	color: #000;
}
.greenlink6 {
	font-weight: bold;
	font: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	text-transform: none;
	text-decoration: none;
	color: #000;
}
.greenlink6 a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.greenlink6 a:hover {
	color: #000;
}
.greenlink a {
	text-decoration: none;
	font-weight: normal;
	color: #363;
}
.greenlink a:hover {
	color: #FFF;
}

.greenlinksmall {
	font-weight: 300;
	font: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: underline;
	color: #006633;
}
.greenlinksmall a {
	text-decoration: underline;
	font-weight: normal;
	color: #006633;
}
.greenlinksmall a:hover {
	color: #006633;
}
.editableregionfont {
	left:auto
	font: Tahoma, Geneva, sans-serif;
}
.textbox{
	background-color:a7a978;
}

#q_form_93285849242{ padding-top:0px;}
#q_form_93285849242 .col-1{ width:191px !important;}
#q_form_93285849242 .col-2{ width:179px !important;}
#q_form_93285849242 label{ display:block; height:42px;}
#q_form_93285849242 input{ border:solid 0px; background:#dc8c5e; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#8a3810; padding:1px 2px 2px 3px; width:174px; margin-top:4px;}
#q_form_93285849242 textarea{ border:solid 0px; background:#dc8c5e; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#8a3810; padding:1px 2px 2px 3px; width:174px; height:98px; overflow:auto; margin-top:4px;}
#q_form_93285849242 .link{ float:right; margin:13px 0 0 30px;}

</style>
/* CSS Document */
.twoColFixLtHdr #container #mainContent table tr .BodyAddress {
	font: Tahoma, Geneva, sans-serif;
}
.twoColFixLtHdr #container #footer table .BodyAddress .footer_small {
	font: Tahoma, Geneva, sans-serif;
}

.LeftJustified{
	left:auto
	font: Tahoma, Geneva, sans-serif;
}
