@charset "utf-8";
body  {
	font: 9pt Tahoma, Arial, 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: #000;
	background-color: #4D392E;
	background-attachment: fixed;
	background-image: url(../images/bg15.jpg);
	background-repeat: repeat-x;
}
p {
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container  {
	width: 1024px;
	margin: 0 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. */
	background-color: #000;
} 
#lighbox {
	background-image: url(../images/60percntwhite.png);
	width: 75%;
	border: 1px solid #000;
	padding: 6px;
	margin-right: auto;
	margin-left: auto;
}
#lighbox p {
	margin-top: 8px;
}
#fullContent #lighbox a:hover {
	color: #900;
}
#header  {
	background: #DDDDDD;  /* 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. */
} 
#signing {
	background-color: #F3E9C7;
}
#mainContent  {
	margin: 0;
	padding: 0;
} 
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
#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 */
	font-size: .8em;
}
#navigation {
	height: 65px;
	text-align: center;
	background-color: #666666;
	background-image: url(../images/navbar.jpg);
	margin: 0px;
	padding: 0px;
}
#navigation img {
	margin: 0px;
	padding: 0px;
}
#fullContent {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../images/pagebg.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#footliner {
	background-image: url(../images/footliner.jpg);
	margin: 0px;
	clear: both;
	width: 100%;
	color: #E7CD90;
}
#leftcolumn {
	float: left;
	width: 64%;
	margin-top: 0px;
}
#onecolumn {
	padding-top: 2px;
}
#rightcolumn {
	float: right;
	width: 35%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#formwrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
img  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.larger {
	font-size: 1.2em;
}
h5 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #E55201;
	text-transform: uppercase;
}
h2 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 1.6em;
	color: #664D2D;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #900;
}
h1 {
	font-family: "Arial Narrow", sans-serif;
	text-transform: uppercase;
	color: #A23025;
}
.hilight {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.center {
	text-align: center;
}


.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;
}
.newstitle {
	font-family: "Arial Narrow", sans-serif;
	font-size: 16pt;
	text-transform: capitalize;
	color: #036;
}

.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;
}
.style1 {
	font-size: 1em;
	font-weight: bold;
}
#fullContent a {
	color: #7B3C02;
	text-decoration: underline;

}
#fullContent a:hover {
	color: #FFFFFF;
}
hr {
	color: #D6AE36;
	height: 1px;
}
.footbox {
	margin: 8px;
	width: 22%;
	border: 1px solid #000;
	clear: none;
	float: right;
	height: 85px;
	text-align: center;
}
#footliner .footbox2 {
	float: left;
	width: 24%;
	text-align: right;
}
.georgia16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000;
}
.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
	font-weight: normal;
}
.blacktext {
	color: #251C13;
}
.copyright {
	color: #666;
	text-align: center;
}
.dim {
	color: #999;
}
.georgiaxl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.highlightbox {
	background-color: #F7DB98;
	border: 1px solid #333;
	width: 80%;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
}
#featuredright {
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #797979;
}
.spotlight {
	padding: 8px;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	background-color: #000;
	color: #CCC;
}
.spotlighttop {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
.spotlight2 {
	padding: 8px;
	width: 88%;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/semibrown.png);
}
.spotlight3 {
	padding: 8px;
	width: 88%;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/semitransparentbg.png);
}
.whitetext {
	color: #FFF;
}
#rightthree {
	padding: 8px;
}
.clubbg {
	background-image: url(../images/clubbg.png);
}
#clubcallout {
	background-image: url(../images/clubbgsm.png);
}
