@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFF;
	color: #09c;
	line-height: 1.3;
}
h1 {
	color: #F60;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 {
	color: #C09;
}
h4 {
	color: #C09;
}
a:link , a:visited{
	color: #C09;
	text-decoration: none;
}

a:hover , a:active{
	text-decoration: underline;
	color: #09C;
}
.oneColLiqCtrHdr #container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.oneColLiqCtrHdr #header {
	background-color: #09C;
	border-bottom-color: #9C0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	width: 960px;
	float: left;
}
.oneColLiqCtrHdr #mainContentIndex {
	background: #FFFFFF;
	text-align: left;
	width: 720px;
	float: left;
}
.sidebar {
	float: right;
	width: 180px;
	margin-top: 40px;
}
.sidebarentry {
	width: 180px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09;
	margin-bottom: 20px;
	font-size: 90%;
}
.navigation {
	color: #FFF;
	background-color: #C09;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 90%;
}
.navigation a:visited{
	color: #FFF;
	padding: 10px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
.navigation a:link{
	color: #FFF;
	padding: 10px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
.navigation a:hover , a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
}
.oneColLiqCtrHdr #footer{
	font-size: 80%;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #9C0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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;
}

