@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

a:link {text-decoration:none; color: #800000;
}
a:visited {text-decoration:none; color:#800000 ;
}
a:hover {
text-decoration:none;
color: #6F665E;}
a:active {text-decoration:none; color:#FEFBED
}

.insertion {visibility: hidden}

.oneColElsCtrHdr #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: url(gfx/header00234.jpg) left #090907 no-repeat; 
	height: 52px;
	padding: 0 10px; 
} 
.oneColElsCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.text{font-size:.7em; color:#777}
.bold {font-size:.8em; color:#000; text-align:center}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	width:90%;
}
.oneColElsCtrHdr #mainContent ul {list-style:none; }
.oneColElsCtrHdr #mainContent li {display:inline;  padding: 5px 20px 5px 10px; font-size:.7em; background-color: #FEFBED}
.oneColElsCtrHdr #footer { 
	padding: 0 auto; 
	background: #090907 url(gfx/footer02342.jpg) bottom left no-repeat; 
	height: 52px;
} 
.oneColElsCtrHdr #footer p {
	margin-left: 300px; /* 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 */
	color:#FCF1C5;
	font-size: .7em;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}