@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 10; /* 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: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	background-color: #000000;
}
.oneColLiqCtrHdr #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: 5px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000000;
	background-image: url(SysImg/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #2c2c2c;
	background-attachment: fixed;
	padding-top: 5px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 00px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.oneColLiqCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-bottom: 15px;
}
.footer {
	font-size: 9px;
}

.container {
	width: 770px;
	padding: 15px;
	background: #000000;
	float: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* circle */

#navCircle {
	margin: 0;
	padding: 0 0 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FB1BC;
}

#navCircle li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom: 6px;
	color: #999999;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mainfont {
	font-size: 12px;
}
.news {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #454545;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	padding: 8px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}
.title {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #454545;
	padding: 4px;
	border-left-width: thin;
	border-left-style: solid;
}
