@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #ffffcc;
}
.twoColFixLtHdr #container { 
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFcc;
	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. */
} 
.twoColFixLtHdr #header { 
	background: #70814B;
	margin-bottom: 20px;
	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. */
} 
.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: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px;
	background-color: #70814b;
	background-image: url(/aotest/img/sidebarLogoCFD5C3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twoColFixLtHdr #sidebar1 p {
	font: italic 0.8em/1.6em Arial, Helvetica, sans-serif;
	color: #ffffcc;
	margin-top:15px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #603;
	text-align: center;
	margin-top: 85px;
}
.twoColFixLtHdr #sidebar1 h4 {
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #603;
	text-align: center;
	margin: 35px 0;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #660033;
	text-decoration: none;
	border-bottom: 1px dotted #660033;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #70814b;
	text-decoration: none;
	border-bottom: 1px dotted #70814b;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/************* start General Formatting Sytles for Secondary Pages ***************/
.twoColFixLtHdr #mainContent p {
	font: 0.8em/1.8em Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent h1, h2, h3, h4, h5, h6 {
	color: #660033;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}
.twoColFixLtHdr #mainContent h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #mainContent a:link {
	color: #660033;
	text-decoration: none;
	border-bottom: 1px dotted #660033;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #70814b;
	text-decoration: none;
	border-bottom: 1px dotted #70814b;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #a29542;
	text-decoration: none;
	background: #cfd5c3;
}
.twoColFixLtHdr #mainContent ul li {
	font: 0.8em/1.8em Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent ul li ul li {
	font-size: 100%;
}
/************* END General Formatting Sytles for Secondary Pages ***************/

/****Footer Styles ********/
.twoColFixLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CFD5A1; 
} 
.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 */
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}
.twoColFixLtHdr #footer a:link {
	color: #660033;
	text-decoration: none;
	border-bottom: 1px dotted #660033;
}
.twoColFixLtHdr #footer a:visited {
	color: #70814b;
	text-decoration: none;
	border-bottom: 1px dotted #70814b;
}
/***** end footer styles***/
/****** primary navigation for all  pages ***********/
#navMain {
	margin: 0;
	padding: 0px;
	height: 30px;
	width: 718px;
	position: relative;
	background-color: #70814B;
}
#navMain ul {
	margin: 0;
	padding: 0;
	float: left;
}
#navMain ul li {
	list-style-type: none;
	float: left;
}
#navMain ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 4px 1em;
	display: block;
	background-color: #70814B;
	line-height: 2em;
	margin: 0px;
}
#navMain ul li a:link {
	color:#FFF;
	text-decoration:none;
}
#navMain ul li a:visited {
	color:#FFF;
	text-decoration: none;
}
#navMain ul li a:focus {
	color:#FFF;
	text-decoration: none;
}
#navMain ul li a:hover {
	color:#70814b;
	background-color: #e7eae1;
	text-decoration: none;
}
#navMain ul li a:active {
	color:#70814b;
	background-color: #e7eae1;
	text-decoration: none;
} 
#navMain li a.current, #navMain  li a.current:hover, #navMain li a.current.active {
	color: #fff;
	background-color: #CFD5A1;
	text-decoration: none;
}
/****** end of primary navigation for all  pages ***********/
.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;
}
