body  {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #efcc7b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:       url("../images/bkg.gif");
	background-repeat: repeat-x;
	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;
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #efcc7b;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
    height: 115px;
	background: #efcc7b;
	font-size:11px;
	padding: 0;  /* 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. */
	margin: 0;
	color:#BC4200;
	background-image: url("../images/bkg.gif");
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #navigationMain {
width: 700px;
margin: 0 0 0 95px;
padding: 0;
}

.twoColFixRtHdr #navigationMain #navlist {
	margin: 0;
	padding: 0;
}

.twoColFixRtHdr #navigationMain .navlistLi {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

/* sub navigation */
.twoColFixRtHdr #navigationSub {
width: 551px;
height: 32px;
margin: 12px 0 0 -15px;
padding: 0;
background-image: url("../images/subBack.gif");
background-repeat: none;
}

.twoColFixRtHdr #navigationSub #navlistSub {
	margin: 0px 0 0 15px;
	padding: 8px 0 0 0;
}

.twoColFixRtHdr #navigationSub .navlistSubLi {
display: inline;
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}


.twoColFixRtHdr #sidebar1 {
	position:relative;
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #efcc7b; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 40px 0 0;
	padding: 0 60px 0 0px;
	display: inline;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 180px 0 105px; /* the right margin on this div element creates the column down the right 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 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 525px;
	float:none;
} 

.twoColFixRtHdr #mainContent h1{ 
	font-size:20px;
	font-style: normal;
	font-weight:100;
	color:#006b35;
	margin: 20px 0 15px 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent h2{ 
	font-size:14px;
		font-style: normal;
	font-weight:bold;
	color:#006b35;
	margin: 25px 0 4px 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent h3{ 
	font-size:12px;
		font-style: normal;
	font-weight:bold;
	color:#006b35;
	margin: 25px 0 4px 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr  #sidebar1 h4{ 
	font-size:10px;
	font-style: normal;
	color:#006b35;
	margin: 0px 0 4px 5px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr  #sidebar1 p.quote {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style: italic;
	color:#006b35;
	line-height: 130%;
	margin: 0px 0 25px 5px; /* the right margin on this div element creates the column down the right 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr  #sidebar1 p.quote em {
	font-style: normal;
} 



.twoColFixRtHdr #mainContent ul{ 
	margin: 0 0 0 0px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #mainContent p, li, td { 
	font-size:12px;
	color: #000;
	line-height: 150%;
	margin: 0 0 8px 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #footer { 
margin: 0 20px 0 105px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background:#efcc7b; 
} 
.twoColFixRtHdr #footer p {
	font-size:11px;
	color: #d52b1e;
	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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #mainContent ul { 
	margin: 0 0 5px 0px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent li { 
	line-height: 100%;
	margin: 0 0 4px 20px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.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;
}
a:link {
	color: #006b35;
}
a:visited {
	color: #006b35;
}
a:hover {
	color: #BC4200;
}

a.on:link {
	font-size:12px;
	color: #3E77AB;
}
a.on:visited {
	font-size:12px;
	color: #3E77AB;
}
a.on:hover {
	font-size:12px;
	color: #3E77AB;
}
a.off:link {
	font-size:12px;
	color: #8c8377;
	text-decoration:none;
}
a.off:visited {
	font-size:12px;
	color: #8c8377;
	text-decoration:none;
}
a.off:hover {
	font-size:11px;
	color: #3E77AB;
	text-decoration:none;
}

a.subOn, a.subOff {
margin-right: 10px;
}

a.subOn:link {
	font-size:10px;
	font-weight:bold;
	color: #EA9C00;
	text-decoration:none;
}
a.subOn:visited {
	font-size:10px;
	font-weight:bold;
	color: #EA9C00;
	text-decoration:none;
}
a.subOn:hover {
	font-size:10px;
	font-weight:bold;
	color: #EA9C00;
	text-decoration:none;
}
a.subOff:link {
	font-size:10px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none;
}
a.subOff:visited {
	font-size:10px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none;
}
a.subOff:hover {
	font-size:10px;
	font-weight:bold;
	color: #EA9C00;
	text-decoration:none;
}
a.footerOn:link {
	font-size:11px;
	color: #d52b1e;
}
a.footerOn:visited {
	font-size:11px;
	color: #d52b1e;
}
a.footerOn:hover {
	font-size:11px;
	color: #d52b1e;
	text-decoration:underline;
}
a.footerOff:link {
	font-size:11px;
	color: #d52b1e;
	text-decoration:none;
}
a.footerOff:visited {
	font-size:11px;
	color: #d52b1e;
	text-decoration:none;
}
a.footerOff:hover {
	font-size:11px;
	color: #d52b1e;
	text-decoration:underline;
}
img.left { 
    margin-top: 15px;
    margin-right: 15px;
}
