body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background-image: url(graphics/footer.JPG);
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #e34e14;
}

#contentwrap{
	width: 100%;
	background-color: #FFFFFF;
	}

#content{
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/greyswirl.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer{
	width: 900px;
	height: 215px;
	margin-right: auto;
	margin-left: auto;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
}
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.Subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}