body {
	font: 12px tahoma,arial,sans-serif;
	background-color: #000;
	margin: 0px;
	letter-spacing: .1em;
}
#top {
		background: #9f9f9f url(images/bodyBG.jpg) repeat-x;
	
}

#header {
	position: relative;
	height: 106px;
	width: 960px;
	background: url(images/headerBG.jpg) no-repeat;
	margin: 10px auto 0px auto;
}

#headerLinks {
	position: absolute;
	bottom: 1px;
	left: 10px;
}

.headerLink {
	background: url(images/headerLinkBG.jpg) repeat-x;
}

#headerTitleText {
	margin: 0px 17px;
	color: #000;
	font-size: 2.8em;
	font-weight: bold;
	margin-top: 5px;
}

#headerTagLine {
	margin: 0px 17px;
	color: #222;
	font-size: 12px;
	font-weight: bold;
}

.headerLink a {
	text-align: center;
	padding: 5px 7px;
	display: block;
	font-weight: bold;
	color: #333;
}

#content {
	position: relative;
	height: 500px;
	overflow: show;
	background: #fff url(images/contentBG.jpg) repeat-x;
	width: 960px;
	margin: 0px auto;
}

#contentPad {
	margin: 15px;
}

div>#content {
	min-height: 500px;
	height: auto;
}

#footerWrapper {
	background: url(images/bodyBottomBG.gif) repeat-x;
}

#footer {
	width: 960px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 50px;
	margin: 0px auto;
	background: url(images/footerBG.jpg) no-repeat;
}

#footer a {
	color: #fff;
	margin: 0px 10px;
}

#topThree1 {
	border: 1px solid #bbb;
	float: left;
	margin: 0px 6px 3px 0px;
	width: 300px;
	height: 160px;
	background: #fff
}
#topThree2 {
	border: 1px solid #bbb;
	float: left;
	margin: 0px 6px 3px 6px;
	width: 300px;
	height: 160px;
	background: #fff
}

#topThree3 {
	border: 1px solid #bbb;
	float: left;
	margin: 0px 0px 3px 6px;
	width: 300px;
	height: 160px;
	background: #fff;
}
#topHeader1 {
	position: relative;
	background: URl(images/topHostHDR1.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	height: 26px;
}
#topHeader2 {
	position: relative;
	background: URl(images/topHostHDR2.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	height: 26px;
}
#topHeader3 {
	position: relative;
	background: URl(images/topHostHDR3.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	height: 26px;
}
.topHeaderLink, .topHeaderLink:hover{
	position: relative;
	top: 3px;
	left: 45px;
	font-size: 16px;
}
.topContent {
	border-top: 1px solid #bbb;
	padding: 5px;
}
.topContent ul {
	/*--- ie ---*/
	margin:  0px 0px 0px 15px;
    /*--- moz ---*/
	padding: 0px 0px 0px 15px;
}
.topContent li {
	margin: 0px;
}
.topContent li.noBullet {
	list-style-type: none;
}
#clear {
	clear: both;
}

.headerOne {
	font-size: 1.8em;
	border-bottom: 2px solid #7c1a03;
}