a:link {
	color:#F00;
	text-decoration:none;
}
a:active {color:#FF9900; text-decoration:none;}
a:visited {color: #FFCC00; text-decoration:none;}
a:hover {color: #FF6600; text-decoration:underline;}

a.states:link {color: red; text-decoration: none; }
a.states:visited {color: #CC0000; text-decoration: none; }
a.states:hover {color: orange; text-decoration: underline; }
a.states:active {color: blue; }

a.orangelink:link {color: #FF9900; text-decoration: none; }
a.orangelink:visited {color: #FFCC00; text-decoration: none; }
a.orangelink:hover {color: orange; text-decoration: underline; }
a.orangelink:active {color: blue; }

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	 background-image:url(images/halloween_bg_2011.jpg);
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:Top Center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	font-weight:normal;
	color: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 939px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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 */
}
h1 {
	background-color: transparent;
	color: #00CC66;
	padding: 0.25em;
	margin: 0px;
	font: small-caps bold 1.25em Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
 }
h2 {
	margin-top: 0px;
	font: small-caps bold 1.1em Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #00CC66;
}
h3 {
	color: #00CC66;
	padding: 0.25em;
	margin: 0px;
	font: small-caps bold 1.25em Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
 }
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #33CC33;
}

p {
	margin: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt; /*font: normal 0.9em Tahoma, Arial, Verdana, sans-serif;*/
 }
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #BBB897;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align:justify;
	color: #FFFFFF;
	letter-spacing: 1pt;
	word-spacing: normal;
	font-weight: normal;
}
.section_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #D27313;
	letter-spacing: 1pt;
}
.pageheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	color:#80DFFF;
	line-height: 1;
}

.side_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: capitalize;
	
}
.states {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #0099FF;
	text-align: left;
	}
.orang_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
}
.orangelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
}
.green_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F90;
}
FORM {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding: 5px;
width: 500px;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#2D62B0;
	border: solid #000000 1px;

}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.bvodycenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

