@charset "ISO-8859-1";
body {
	background: #000000;
	border-width: 5px;
}
#sidebar1  a  {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 8px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#container  #side   {
	color: #000000;
	background: #CODCC0;
}
.navigation bar     {
	float:left
	width:13em
	background:#000000
	padding: 10px 0 15px
	height: 100%
}
.mainContent  {
	margin: 0em 0em 0 15em;
	background: #C0DCC0;
	padding: 10px 20px;
	font: arial;
	color: #336633;
} 
.twoColElsLtHdr #footer p {
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #5d743c;
	font-size: 75%;
	text-align: center;
	margin: 0 auto;
}

/* Miscellaneous classes for reuse */
.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: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:link {
	color: #002200;
}
.twoColHybLtHdr #mainContent a {
	color: #002200;
}

