#rephead {
	background-color: #14200a;
	padding: 20px;
	position:relative;
	height:125px;
}
#rephead2 {
	background-color: #14200a;
	padding: 20px;
	position:relative;
	height:300px;
	margin:auto;
}
#repbody {
	padding: 20px;
	position:relative;
}
.titleMain {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
}
.titleSub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFF;
}
.linkYellow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0;
	text-decoration: underline;
}
#repIcon {
	padding: 20px;
	position:absolute;
	left: 600px;
	top: 5px
}
#repIcon2 {
	padding: 20px;
	position:absolute;
	left: 450px;
	top: 5px
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#repList {
	text-transform: uppercase;
	list-style-position: outside;
	list-style-image: url(/site/images/check.jpg);
	list-style-type: none;
	vertical-align: text-top;
	display: list-item;
	font-family: Calibri;
	font-size: 24px;
	line-height: 40px;
	margin-left: 15px;
}
#repParts {
	position: absolute;
	left: 550px;
	top: 100px;
}
.linkYellow a {
	color:#f4ea12;
}