@charset "UTF-8";
body  {
	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: #3D5134;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B9BF8E;
}
.twoColFixLtHdr #container {
	width: 820px;
	text-align: left;
	border: 10px solid #789774;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	height: 300px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 20px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	background: #F6F4F5 url(../graphics/HeaderImage_CAG_tag_Blue.jpg) no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 -1000px;
	padding: 0px 0 10px;
	float: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 18px;
	background-color: #8DA190;
	margin-top: 3px;
	padding: 15px 0px 15px 10px;
	height: auto;
	margin-right: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #F3F6F0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 40px 0 250px;
	padding-top: 20;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #334A5F;
	height: 60px;
	margin-left: 0px;
	text-align: justify;
	border-right: 20px none #FAFBF6;
	border-bottom: 5px none #FAFBF6;
	border-left: 20px none #FAFBF6;
	padding: 0 10px 0 20px;
	border-top: 5px solid #FAFBF6;
} 
.twoColFixLtHdr #footer p {
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-decoration: none;
	margin: 0;
}
.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;
}
.HeaderImg {
	margin-left: 100px;
	height: 350px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #header .HeaderText {
	float: right;
	margin-right: 40px;
	margin-top: 1
\;
	display: inline;
}
a {
}
#hidden {
	text-align: right;
	color: #6A845C;
}
.twoColFixLtHdr #container #mainContent table tr td Header {
	color: #FFF;
}
