body {
	font: 80% Candara, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(images/bg.gif);
	background-position:center;
	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: #555555;
}

p {
margin-left: 40px;
margin-right: 40px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
	color:#cc6600;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 125%;
	color:#777777;
	border-bottom: #cc6600 1px solid;
	margin-left: 40px;
	margin-right: 40px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	color:#007575;
	margin-left: 40px;
	margin-right: 40px;
}

h4, h5, h6 {
	font-size: 100%;
	color:#555555;
	margin-left: 40px;
	margin-right: 40px;
}

ul, ol {
margin-left: 60px;
}

a {
color:#009999;
text-decoration:none;
font-weight: bold;
}
a:hover {
text-decoration:underline;
color:#cc6600;
}




.oneColFixCtrHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	vertical-align:bottom;
	float:left;
	width:100%;
	/* border:1px solid #666; */
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-left: 35px;
	margin-right: 15px;
	clear:both;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}
.oneColFixCtrHdr #footer {
	padding-bottom: 20px; 
	padding-top: 20px; 
	background: #FFFFFF;
	font-size: 80%;
	clear:both;
	text-align:center;
}
.oneColFixCtrHdr #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 */
}

#leftfloat {
	float: left;
	width: 50%;
	/* height: 130px; */
	font-weight:bold;
	padding-left: 10px;
}

#rightfloat {
	float: left;
	width: 48%;
	/* height: 112px; */
}

ul.nav {
margin-top: 15px;
font-size: 11px;
font-weight:bold;
line-height: 14px;
list-style-type:disc;
}

ul.nav a {
color:#cc6600;
text-decoration:none;
}

ul.nav a:hover {
	color:#009999;
	text-decoration:underline;
}

.smaller {
font-size: 80%;}

.admin {
	color:#ffffff;
	background-color: #CC3366;
	text-align:center;
}
