html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: auto;
	background-color: #804000;
}

div.page {
	position: relative;
	width: 991px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
	background: top center transparent url(../images/bg_page.png) repeat-y !important; 
	background-image: none; 
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_page.png',sizingMethod='crop'); */
}

form .textfield {
	border: 1px solid #7F7C72;
	background: none;
}

td#pageContent {
	background-repeat: no-repeat;
	background-color: #FFF9E4;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
.white:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #43390F;
	font-weight: bold;
}
.green:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #43390F;
	font-weight: bold;
	text-decoration:underline;
}
.green:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #43390F;
	font-weight: bold;
	text-decoration:none;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #8D4A30;
	font-weight: bold;
}
.red:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #8D4A30;
	font-weight: bold;
	text-decoration:underline;
}
.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #8D4A30;
	font-weight: bold;
	text-decoration:none;
}
.whiteBigger {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.copy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #403E39;
}
.littleredsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #72182A;
	font-weight: normal;
}
.littleredsubhead:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #72182A;
	font-weight: normal;
	text-decoration: underline;
		
}
.littleredsubhead:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #72182A;
	font-weight: normal;
	text-decoration: none;
}
.littleredsubhead:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6075AA;
	font-weight: normal;
	text-decoration: underline;
		
}
.bluesubhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #6075AA;
	font-weight: bold;
}

a.orangeHref, a.orangeHref:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed8f08;
	text-decoration: none;
}
a.orangeHref:hover {
	text-decoration: underline;
}

.blueCopy {
	color: #3399cc;
	font-family: Arial, Helvetica, sans-serif;
}

.orangeHeader {
	color: #ed8f08;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.allCaps {
	text-transform: uppercase;
}
.rowOn, .rowOn td {
	background-color: #ECECEC;
}
