h1, h2, h3, h4 {
font-family:Arial;
font-style:normal;
font-weight:bold;
color:#000000;
text-decoration:underline;
}
h1 {
font-size:15px;
}
h2 {
font-size:14px;
}
h3 {
font-size:13px;
}
h4 {
font-size:12px;
}
.seolinks {
font-family:Arial;
font-size:12px;
color:#000000;
text-decoration:underline;
}
.sitewide {
font-family:Arial;
font-size:12px;
color:#000000;
text-decoration:none;
}
#seoContent
{
	position: absolute;
	top: 1600px; //this is what gets adjusted - if you need the content to go down farther then increase by increments of 100
	text-align: left;
	width: 802px;
	left:50%;
}
#seoContent2
{
	position: absolute;
	top: 1200px; //this is what gets adjusted - if you need the content to go down farther then increase by increments of 100
	text-align: left;
	width: 802px;
	left:50%;
}

#seoContentCenter
{
	position: relative;
	top:10px;
	width: 802px;
	text-align: left;
	left:-50%;
}
.seoheader {
	text-decoration:none;
}

#seofooterContent {
position: relative;
	top:10px;
	width: 802px;
	text-align: center;
	left:-50%;
	}

.seofooter {
font-family:Arial;
font-size:9px;
color:#000000;
text-decoration:none;
}

