@charset "UTF-8";

html, body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;	
	letter-spacing:normal;
	color: #333;
	background: #CC9 url('images/background.png') top repeat-x;
	z-index: 0;
	height: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	min-height:100%;
	margin-bottom: -50px;
	position: relative;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #navBar {
}
.oneColFixCtrHdr #mainContent {
	text-align: left;
}
.oneColFixCtrHdr #footer {
	height: 50px;
	position: relative;
}
.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 */
	text-align: center;
}

.oneColFixCtrHdr #clearfooter {
	height: 50px;
	clear: both;
}

.oneColFixCtrHdr #contacttext
{
	width: 600px; 
	background-color: #CC9;
	font-size: small;
	padding:3ex 3ex 3ex 3ex ;
}

a:link {
COLOR: #993;
text-decoration: none;
}
a:visited {
COLOR: #C60;
text-decoration: none;
}
a:hover {
COLOR: #FFC;
text-decoration: none;
}
a:active {
COLOR: #990;
text-decoration: none;
}