@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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C00;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a     {
	color: #7b3701;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.footer {
	font-size: 100%;
	line-height: 18px;
}
.oneColFixCtr #container #mainContent ol li {
	text-align: left;
	line-height: 30px;
}
/*.footer {
	text-align:center;
	margin-top:1.5em;
	padding-bottom:1em;
} 
.footer h6{
	font-weight: normal;
	font-size: 70%;
}*/

.footer ul  {
	padding: 10px;
	margin:0;
	font-size: 75%;
}
.footer ul li {
	list-style-type:none;
	display:inline;
	padding: 0 .6em;
	border-left: 1px solid #000;
}
.footer ul li.first {
	border-left:0;
}
.footer a {
	color:#7b3701;
	text-decoration:underline;
}
.footer a:hover, .footer a:hover:visited {
	color:#979514;
}
.footer a:visited {
	color:#666;
}
