@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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:#2c231b url(../images/design/site-bg.jpg);
}

.twoColFixLtHdr #container {
	width: 800px;
	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. */
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #header {
	background-color: #302446;
	background-image: url(/images/site-9-07_01.jpg);
	height: 168px;
} 

.twoColFixLtHdr #sidebar1 {
	background-image: url(/images/site-9-07_02.jpg);
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
}

.twoColFixLtHdr #sidebarbot {
	background-image: url(/images/site-9-07_04.jpg);
	height: 48px;
}

.twoColFixLtHdr #mainContent {
	margin-left: 170px;
		background-image: url(/images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
} 
#contentBox {
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #302446;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a:active,link,visited {
	font-weight: bold;
	color: #CC9900;
}
.twoColFixLtHdr #footer a:hover {
	color: #CCCCCC;
}

#banner {
	width: 100%;
	background-color: #302446;
	text-align: center;
	line-height: 25px;
	color: #CC9900;
	font-weight: bold;
	font-size: 16px;
}

.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 */
	float: left;
	margin-right: 8px;
}
.innertube {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#Menu ul {
	margin-left: 0px;
	padding-left: 0px;
}

#Menu li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

}

#Menu a {
	width: 170px;
	height: 25px;
	display: block;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 10pt;
	line-height: 25px;
}	 

#Menu a:hover {
	font-weight: bold;
	color: #333366;
	background-color: #CC9900;
	text-decoration: none;
}

#Menu a:active {
	color: #CC6600;
	border: 1px solid #666666;
	text-decoration: underline;
	font-weight: bold;
}



.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC9900;
	font-weight: bold;
	font-size: 16px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-style: italic;
}

hr {
	color: #302446;
	height: 1px;
}

a:active,a:link,a:visited {
	font-weight: bold;
	color: #CC6600;
}
a:hover {
	color: #333366;
}

.footerTxt {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.caption {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 12px;
}
.footNav {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 12px;
	font-weight: bold;
}
.tblHead {
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #330066;
	height: 20px;

}
.rules {
	font-size: 10px;
}

.photoFloat {
	padding: 10px;
	float: right;	
}

.ot {
	color:#FFCC00;
	font-size:10px;
}
.formstyle {
	text-align: right;
	padding-right: 200px;
}

img {border:none;}