/* CSS Document */

body {
/* 	background: url(../images/bg_blue.jpg) #362f2d; */
    background: url('../images/bg_blue.jpg') #ffd;
	background-repeat:repeat-x;
	margin: 0; /* 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: #000000;

}
.oneColLiqCtr #container {
	width: 865px;  /* this will create a container 80% of the browser width */
/* 	background: url(../images/repeat_blue.gif); */
    background-color: #605349;
    background-color: #fff;
	background-repeat:repeat-x;
	margin:55px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding-bottom:39px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#85ec65;
}
a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-decoration:underline;
}
a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#b3d1e3;
text-decoration:underline;
}

td.left {
width:307px;
}

#nav {
padding-left:45px;
padding-top:43px;
margin: 0 0 0 35px;
float: left;
}

#nav ul
{
	margin: 0 0 0 0px;
	background-color:#FFFFFF;
	width: 153px;
}

#nav ul li
{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 5px 0 -30px;
	padding: 8px 5px 8px 5px;
	font-size:13px;
	font-weight:bold;
	color: #533111;
	border-bottom:dotted #533111 thin;

}

#nav ul li a
{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #533111;
	text-decoration:none;
	display:block;

}

#nav ul li a:hover
{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFF;
	background-color: #42b3ef;
	text-decoration:none;
	display:block;
	padding: 0 10px 0 15px;
	margin: 0 0 0 -15px;
	width: 100%;
}


#body
{
	width:476px;
	margin: 43px 60px 15px 0;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16pt;
	color:#000;
	float: right;
}
#body p,h1,h2,h3,h4,h5,h6,form
{
	padding-left:30px;
	padding-right:30px;
}

#footer
{
	height:30px;
	background:url(../images/footer_green.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
	padding-top:10px;
	padding-bottom: 5px;
	margin:0px 0 0px 330px;
	clear:both;
	width: 476px;
}

