body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #244588;
}
#wrapper {
	background: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#header {
	background-image: url(images/header.png);
	height: 209px;
}
#content {
	padding: 5px 15px 5px 15px;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/bottommiddle.jpg);
	height: 36px;
}
h1 {
	font-family: "Arial Black", Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	font-size: 36px;
	margin-top: -5px;
}
h2 {
	color: #244588;
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #FF0000;
	text-align: center;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}
ul {
	font-size: 14px;
	font-weight: bold;
}
li {
	list-style-image: url(newimages/tick.gif);
	margin: 3px 0 8px 5px;
}



.yellowbg {
	font-weight: bold;
	background: #FFFF00;
	padding: 0px;
}
.greenbg {
	font-weight: bold;
	background: #00CC33;
	padding: 2px;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.testimonials {
	text-align: left;
	display: block;
	width: 450px;
	border: 2px solid red;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(newimages/testimonialsbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.sidebar {
	text-align: left;
	display: block;
	width: 200px;
	border: 1px solid black;
	padding: 20px;
	background-color: #40639E;
	color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
	float: right;
	margin: 10px 0 15px 25px;
	font-size: 90%;
}
.sidebarbox {
	border: 1px solid white;
	padding: 5px;
	background-color: #003366;
}

.sidebar h2 {
	color: #FFFFFF;
}

.tvsidebar {
	text-align: left;
	display: block;
	width: 200px;
	border: 0;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	background-position: bottom;
	background-repeat: repeat-x;
	float: right;
	margin: 10px 0 15px 25px;
}


.guarantee {
	text-align: left;
	display: block;
	width: 500px;
	border: 2px solid red;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	padding: 5px;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.disclaimer {
	font-size: 80%;
	color: #666666;
}
.sectionheader {
	background-color: #244588;
	color: #FFFFFF;
	padding: 4px 6px;
	font-weight: bold;
	border-top: 3px solid #305c89;
	border-right: 3px solid #305c89;
	border-bottom: 3px solid #0c233b;
	border-left: 3px solid #0c233b;
}
.valued {
	color: #990000;
	font-weight: bold;
}

.bonus {
	text-align: left;
	display: block;
	width: 500px;
	border: 2px solid red;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(newimages/testimonialsbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.tick {
	padding: 0 10px 0 0;
}
.footer {
	font-size: 80%;
	color: #999999;
}
.footer a {
	color: #0099CC;
	text-decoration: none;
}
