@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7E8D4;
	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;
	background: url(bodybg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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-color: #010080;
	background-image: url(headbg.gif);
	background-repeat: repeat-x;
	background-position: left;
	background-attachment: fixed;
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #mainContent {

	background: #FFFFFF;
	background-image: url(contentbg.jpg);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
	border-right: #010080 1px solid;
	border-left: #010080 1px solid;
}
.oneColLiqCtrHdr #footer { 

	background-color: #010080;

} 


.navTable {

	border-collapse: collapse;


	}
	
.indexTableLeft {
	background-image: url(indexleft.jpg);
	background-position: bottom;
	}
	
.indexTableContent {
	padding: 20px;
	
	}
	
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #804A00;
	font-face: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#nav a {
	display: block;
	width: 70px;
	font-face: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	link: #FCD6A5; 
	text-decoration: none;
	background-color: #804A00;
}

#nav li {
	float: left;
	width: 71px;
	font-face: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}

#nav li ul {
	position: absolute;
	width: 9em;
	w\idth: 150px;
	font-face: Arial, Helvetica, sans-serif;
	background-color: #804A00;
	font-size: 8px;
	padding: 5px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	padding-left: 5px;
	color: #FCD6A5;
}


	
#nav li ul li {

	width: 150px;
}
	
#nav li ul a {
	width: 18em;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: #FCD6A5;
	
}

.saddleBox {

	background-image: url(saddlebg.gif);
	background-position: left;
	background-repeat: no-repeat;
	
	}
	
	.OthersaddleBox {

	background-image: url(saddlebg2.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	}
	
	.AnOthersaddleBox {

	background-image: url(saddlebg3.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	}
	
	
.oneColLiqCtrHdr #regcontentpage {

	background: #FDE9D0;
	border-right: #010080 1px solid;
	border-left: #010080 1px solid;
	font: Arial, Helvetica, sans-serif 12px;
	color: #000000;
}
	
	.style1 {color: #010080}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	color: #010080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #010080;
	text-decoration: none;
}
a:visited {
	color: #804A00;
	text-decoration: none;
}
a:hover {
	color: #010080;
	text-decoration: underline;
}
a:active {
	color: #FCD6A5;
	text-decoration: none;
}
.style7 {
	color: #FDD7A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}