<style type="text/css">


* {margin:0; padding:0}

body {
	font: 100% Helvetica, Arial, sans-serif;
	background:;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/pgbg.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5ea;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/pgbgrepeaty.jpg);
	background-repeat: repeat-y;
	

}
.oneColFixCtr #mainContent {
	padding: 150px 80px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/pgbgtop.jpg);
	background-repeat:no-repeat;	
}

p {
	font-size:13px;
	line-height:1.4;
}
h1 {color:#424467;}

h2 {color:#F18C23; font-weight:normal; font-size:16px; padding-top:20px;}

h3 {color:#B1690D; font-weight:normal; font-size:13px; font-weight:bold; padding:10px 0 0; }

li {
	margin-bottom:10px;
	font-size:12px;
	list-style-type: none;
}

a, a:link {color:#424467; text-decoration:none;}

a:hover {color:#F18C23;}

a:visited {color:#B1690D;}



.topButton {
	float:right;
	margin:0 70px 0 300px;
	position:relative;
	top: 45px;
}

.footerText {
	font-size:11px;
	color:#424467;
	margin-top:55px;
}

.footerText a, .footerText a:hover, .footerText a:visited{
	color:#424467;
	text-decoration:none;}
	
#mainContent p img {
	display:block;
	margin-bottom:7px;
}

#nav a {border:0; margin-left:10px;}

table.comparison td {
	vertical-align:top
}

table.comparison td img {
	margin:0 0 0 20px;
}

table.comparison td p {
	margin:10px 10px 20px 20px;
	font-size: 12px;
}
