html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl {
 font-family: arial, geneva, sans-serif;
}
body {
	background-color: #000;
	margin: 0px;
	background-image: url(i/page_bg.jpg);
	background-repeat: no-repeat;
}
#content {
	float:none;
	clear:none;
}
#bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(i/bg_pattern.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	z-index:-1;
}
body, th, td, p {
	font-size: 11px;
	line-height: 1.5em;
}
a:link  {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a:active {
	color: #666666;
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	-ms-interpolation-mode: bicubic;
}
input {
	border: #999999 1px solid;
	background: #ffffff;
	color: #000000;
	font-family: verdana, geneva, sans-serif;
}
input.sub {
	border: #666666 1px solid;
	background: #ffffff;
	color: #666666;
	font-weight: bold;
	font-family: verdana, geneva, sans-serif;
}


.head {
	font-size: 18px;
	font-weight: normal;
	text-transform:uppercase;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

.intro {
	font-size: 14px;
	color: #392826;
}

.loctable td {
	padding-right: 30px;
	padding-bottom: 6px;
}

td.indent_40_56 {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 56px;
	padding-bottom: 20px;
}
td.indent_75_56 {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 56px;
	padding-bottom: 20px;
}
.navhead {
	font-size: 18px;
	line-height:21px;
	color: #ffffff;
	font-weight: normal;
	text-transform:uppercase;
}
.navsubhead {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.navlink {
	color: #ffffff;
	font-size: 13px;
	line-height:24px;
	font-weight: normal;
}
.navlink a:link, .navlink a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
.navlink a:hover, .navlink a:active {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
.navsmall {
	color: #ffffff;
	font-size: 13px;
	line-height:18px;
	font-weight: normal;
}
.homehead {
	font-family: lucida grande, verdana, geneva, sans-serif;
	font-size: 13px;
	color: #b0b0b0;
	margin-bottom:0px;
	text-decoration: none;
}
.homehead a:link, .homehead a:visited {
	color: #b0b0b0;
	text-decoration: none;
}
.homehead a:hover, .homehead a:active {
	color: #b0b0b0;
	text-decoration: underline;
}
.hometext {
	font-family: lucida grande, verdana, geneva, sans-serif;
	font-size: 11px;
	color: #b0b0b0;
	margin-top:0px;
	text-decoration: none;
}
.hometext a:link, .hometext a:visited {
	color: #b0b0b0;
	text-decoration: none;
}
.hometext a:hover, .hometext a:active {
	color: #b0b0b0;
	text-decoration: underline;
}
.footnav {
	font-family: lucida grande, verdana, geneva, sans-serif;
	font-size: 9px;
	line-height:17px;
	color: #7f7f7f;
	text-decoration: none;
}
.footnav a:link, .footnav a:visited {
	font-family: lucida grande, verdana, geneva, sans-serif;
	font-size: 9px;
	line-height:17px;
	color: #7f7f7f;
	text-decoration: none;
}
.footnav a:active, .footnav a:hover {
	font-family: lucida grande, verdana, geneva, sans-serif;
	font-size: 9px;
	line-height:17px;
	color: #7f7f7f;
	text-decoration: underline;
}
.footnav td {
	vertical-align:top;
}
.news_smlheading {
	font-size: 14px;
	font-weight: bold;
}
.news_bigheading {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 12px 0px;
}
.news_date {
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	margin: 0;
	padding: 0px 0px 4px 0px;
}
.news_body a:link, .news_body a:visited {
	font-weight: bold;
	color: #7C4B31;
	text-decoration: none;
}
.news_body a:active, .news_body a:hover {
	font-weight: bold;
	color: #7C4B31;
	text-decoration: underline;
}
#clicktoenter {
	width:996px;
	height:540px;
	z-index:20;
	position:absolute;
	left:50% 0px;
	top:45px;
}
.footer_icon {
	margin-bottom:-3px;
}
/*  FORM  */
fieldset {
	border:0px;
	padding:0px;
	margin:0px;
}
.form td {
	padding-top:2px;
	padding-bottom:2px;
}
.required email, .required, .notrequired, .field {
	background-color: #F7F7F7;
	border: 1px dotted #CCC;
	margin-top:0px;
	margin-bottom:2px;
}
input.required email:focus, input.required:focus, input.notrequired:focus, input.field:focus {
	background-color: #e5e5e5;
}
#upload {
	border:2px dotted #00f;
}