A:hover        {
	text-decoration: underline;
	color: #A59E71;
}

A.menuText:hover {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

A.stateRegular:hover {
	text-decoration: none;
	color: #961207;
}

/* 
blue - #ADCDED
GOLD - #A59E71
BROWN - #6D6250
BURGUNDY - #961207
Orange - #FF9900
Light Blue - #00A0C6
*/


BODY {
	margin: 0px;
	padding: 0px;
	/* background-image:url(../images/MainBackground.gif);*/
}

.menuArea {
	width: 760px;
	height: 45px;
	background-color: #e2eef8;
	border-top: thick solid #ADCDEC;
	border-bottom: thick solid #ADCDEC;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	text-align: center;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #A59E71;
	text-decoration: none;
	text-align: center;
}

.mainArea {
	width: 760px;
	height: 350px;
	background-image: url(../images/tableBackground.jpg);
	background-repeat: no-repeat;
	background-color: White;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #6D6250;
	text-decoration: none;
	padding: 10px;

}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	padding-left: 70px;
	padding-right: 25px;
}

.bgColor {
	background-color: #F0F8FF;
	padding: 8px;
	border: 1px solid #999999;
}

.ResourcesBox {
	background-color: #F0F8FF;
	border: 1px solid #999999;
	text-align:left;
	padding-top:5px;
}

.Regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

.footerArea {
	width: 760px;
	height: 25px;
	background-color: White;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Gray;
	text-align: center;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
	text-decoration: none;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background-color: Silver;
	color: Black;
}

.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	color: Black;
	list-style-type: square;
	text-decoration: none;
}

.stateList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 2px solid #A59E71;
}

.stateRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #961207;
	text-decoration: none;
}

.HeaderLinked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #961207;
	text-decoration: underline;
}

.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #961207;
	text-decoration: none;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
}

/* USED FOR THE ROTATING BANNER - IE ONLY */
div.rotatingBanner_ie{
	width:468px;
	height:60px;
	float: right;
	padding-right: 10px;
	filter:blendTrans(duration=1);
}	

/* NECESSARY TO INSERT IMAGECUBE.COM LINK */
div#HiddenContent{
	width: 5px;
	height: 5px;
	overflow: hidden;
}

/* Used to Hide Links for SEO */
a.XpressLink:link      	{
	text-decoration:underline;
	font-weight:normal;
	color: #000000;
}
a.XpressLink:visited  	{
	text-decoration:underline;
	font-weight: normal;
	color: #000000;
}
a.XpressLink:hover    	{
	text-decoration:underline;
	font-weight: normal;
	color: #000000;
}
a.XpressLink:active   	{
	text-decoration:underline;
	font-weight: normal;
	color: #000000;
}

/* Used to Uniformly Size all Headings */
h1 {
	font-size: 16px;
	color: #961207;
	font-style: italic;
	margin-right: 20px;
	margin-left: 40px;
	text-align: center;
}

