@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #cfcfb5;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.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 */
	color: #C1D095;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0px;
	display: inline;
}
.hilite {
	font-weight: bold;
	line-height: 2;
	font-size: 1em;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	left: -30px;
	padding-left: 10px;
	display: inline-block;
	background-color: #B4D178;
	color: #FFFFFF;
}
.menuitem a:link {
	text-decoration: none;
	color: #000000;
	height: 100%;
	width: 100%;
	display: block;
}
.menuitem a {
	display: block;
	height: 1%;
	left: -10px;
	margin-left: -10px;
	padding-left: 10px;
	width: 100%;
}
.menuitem a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
}
.menuitem {
	font-weight: bold;
	line-height: 2;
	font-size: 1em;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	left: -30px;
	padding-left: 10px;
	display: inline-block;
	min-height: 1%;
}
.menuitem a:hover {
	cursor: pointer;
	color: #B4D178;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #B4D178;
	margin-left: -18px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.5;
	width: 675px;
} 
.twoColFixLtHdr #mainContent a:link {
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #mainContent h1 {
	color: #b4d178;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
}

.twoColFixLtHdr #footer {
	background-color: #E9F1D8;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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-size: 0.7em;
	text-align: right;
}
.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;
}
.sflspaced {
	color: #b4d178;
	letter-spacing: 0.3em;
	white-space: nowrap;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a:visited {
	font-weight: bold;
	color: #000000;
}
.listTable {
	border: 0px none #666666;
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
	background-color: #B4D178;
	height: 20px;
}
.listMenu {
	list-style-type: none;
}
html {
     overflow: -moz-scrollbars-vertical;
}
.imgBorder {
	border: 1px solid #000000;
}
.pictureCredit {
	font-size: 0.8em;
	color: #666666;
}
