* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #F4F4F4;
	background-image: url(../images/background-stripe.gif);
	background-repeat: repeat-x;
	background-position: left 137px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#page {
	width: 784px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#document {
	background-image: url(../images/background-page.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
}
#footer {
	background-image: url(../images/background-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 100%;
	text-align: right;
}
#footer p {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-right: 20px;
	padding-top: 15px;
}
#footer p a {
	color: #FFFFFF;
}


#header {
	background-color: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
}
.invisible {
	display: none;
}
#heading {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#heading ul {
	float: left;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 140%;
}
#heading ul a {
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#heading ul a:hover {
	color: #D21D20;
	text-decoration: underline;
	background-image: url(../images/menu_arrow_red.gif);
}


.cleaner {
	clear: both;
	visibility: hidden;
}
#divider {
	margin-right: 30px;
	margin-left: 30px;
	height: 68px;
	width: 2px;
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#flashbox {
	height: 160px;
	width: 100%;
	margin-top: 9px;
}
#subheader {
	background-color: #EF2A00;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #A41D00;
	padding-right: 20px;
	padding-left: 20px;
	height: 60px;
	#height: 76px;
}
#content a {
	color: #A41D00;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
}
#subheader form {
	margin-top: 20px;
	float: right;
}
#subheader form p {
	float: left;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 2px;
	margin-right: 10px;
}
.field {
	float: left;
	border: 1px solid #333333;
	margin-right: 15px;
}
.button {
	border: 1px solid #666666;
	height: 20px;
	width: 60px;
	float: left;
	margin-left: 10px;
}
#content {
	background-color: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
}
h5 {
	font-size: 0.9em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#content p {
	font-size: 0.8em;
	line-height: 140%;
	color: #333333;
	margin-top: 15px;
}
.bigText {
	color: #EF2A00;
	font-weight: bolder;
}

* html .visualIEFloatFix { height: 0.01%; }