@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.825em;
	background:#FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.*/
	color:#000000;
}

h1{
font-size:1.25em;
text-transform:uppercase;
}
h2{
font-size:1em;
font-weight:bold;
}

p
{
line-height:1.5em;
}

img{
border:0px;
}
.oneColLiqCtrHdr #container {
	width: 770px;  
	background:#CCCCCC;
	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. */
}
.oneColLiqCtrHdr #header {
	background:#FFFFFF; 
	height:100px;
	padding-top:10px;
	padding-bottom:10px;
}

.oneColLiqCtrHdr #mainContent {
}
.oneColLiqCtrHdr #footer { 
	border-top:#CC0000 2px dotted;
	clear:both;
	background-color:#FFFFFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align:center;
	font-size:0.75em;
	
}

.small {
color:#0000FF;
font-size:0.75em;
float:right;
clear:both;
text-decoration:none;
}

a:{
text-decoration:none;
color:#990000;}
a:link {
text-decoration:none;
color:#990000;}
a:visited {
text-decoration:none;
color:#990000;}
a:hover {
text-decoration:none;
color:#CC0000;
}
a:active {
text-decoration:none;
color:#990000;}


.oneColLiqLft{
width:491px;
padding:10px 40px 10px 20px;
float:left;
}

.oneColLiqRgt{
width:149px;
background-color:#999999;
float:right;
padding:10px 30px 20px 40px;
border-top:#CC0000 2px dotted;
clear:right;
}

#contact{
width:218px;
height:202px;
background-color:#333333;
float:right;
color:#FFFFFF;
text-align:center;
}
#navcontainer{
clear:both;
margin:0px;
}
#navlist{
margin:0px;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background:#000000 url(../images/nav_bkgrd.jpg) bottom repeat-x;
color: White;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em 0.4em 1em;
background:#000000 url(../images/nav_bkgrd.jpg) bottom repeat-x;
color: White;
text-decoration: none;
font-weight:bold;
text-transform:uppercase;
float: left;
border-right: 1px solid #fff;
font-size:0.825em;
}

#navcontainer ul li a:hover
{
background:#000000 url(../images/nav_bkgrd_hover.jpg) bottom repeat-x;
color: #fff;
}
