body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D8E6D5;
}
.twoColFixLtHdr #container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background-color: #B9D0B3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B9D0B3;
	border-bottom-color: #B9D0B3;
	border-left-color: #B9D0B3;
} 
.twoColFixLtHdr #header {
	height: 138px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 768px;
	background-color: #64635F;
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1  {
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	float: left;
	font-size: 0px;
}
#sidebar1 img {
	float: left;
}

#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1  li a {
	color: #64873D;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87AF7C;
	width: 150px;
	display: block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#sidebar1  li a:hover {
	color: #FFFFFF;
	background-color: #95B98C;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	width: 568px;
} 
#footer  {
	text-align: center;
	font-size: 0.7em;
	background-color: #E9E9E9;
	float: right;
	width: 598px;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.4em;
	border-left-width: 160px;
	border-left-style: solid;
	border-left-color: #B9D0B3;
} 
#footer   ul   {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
}
#footer  a  {
	color: #333333;
}
#footer   a:hover  {
	color: #CC0000;
	text-decoration: none;
}
.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: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
#mainContent h1 {
	font-size: 0.95em;
	color: #28557E;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h2 {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainContent p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent a {
	color: #34618A;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #496532;
	text-decoration: none;
}
#mainContent strong {
	color: #74A468;
}

#header-nav {
	float: left;
	width: 768px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #000000;
	border-top-color: #666666;
}
#header-nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header-nav  li a {
	font-size: 0.7em;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
#header-nav a:hover {
	color: #FFFFFF;
	background-color: #1D1D1D;
}
.border {
	border: 1px solid #CCCCCC;
}
.blog {
	margin-top: 4px;
	margin-left: 4px;
	border: 1px solid #87AF7C;
}
#mainContent li {
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
}
#mainContent ol li {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
