@charset "utf-8";
body {
	font: 100% 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-color: #d2baa0;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	margin: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #4F3C27;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.boldbrown {
	font-weight: bold;
	color: #4f3c27;
}

ul {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 22px;
}

.sponsors {
	margin-top: 85px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F28D20;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sponsorlogo {
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0px;
	height: 49px;
	width: 780px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.oneColFixCtrHdr #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 */
}

#navcontainer {
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 780px;
	padding-top: 12px;
	padding-bottom: 0px;
	text-align: center;
	background-attachment: scroll;
	margin: 0px;
}

.whitemenutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

#navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

#navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

#navcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4f3c27;
	text-decoration:none;
}

.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.fltrt {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

a {
	color: #f28d20;
	font-weight: bold;
}

a:visited {
	color: #f28d20;
	font-weight: bold;
}

a:hover {
	color: #4f3c27;
	font-weight: bold;
}

.boldorange {
	font-weight: bold;
	color: #F28D20;
}

