body {
	background-image: url(bg.gif);
	margin: 0px;
}
a {
	color: #DE1015;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
td{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size:1.2em;
	font-weight:bold;
}
h1 {
	color: #DE1015;
}
h2 {
	color: #00599C;
}

/*-- main id boxes --*/

#wrap {
	width: 759px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 759px;
}
#content {
	margin: 0px 20px;
	padding: 0px;
	width: 719px;
	line-height: 1.2em;
	text-align: left;
}
#main {
	padding: 0px;
	float: left;
	width: 430px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#secondary {
	padding: 0px;
	float: left;
	width: 269px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#fullspread {
	padding: 0px;
	float: left;
	width: 709px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	margin: 10px 0px 0px;
	padding: 0px;
	width: 759px;
	background-color: #DE1015;
	height: 15px;
	clear: both;
}

/*-- nav-bar --*/

#mainNav {
	width: 759px;
}
#mainNav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 759px;
	list-style-type: none;
	background-image: url(images/navBGround.gif);
	background-repeat: repeat-x;
	font-size: .9em;
	font-weight: bold;
}
#mainNav li{
	float: left;
	vertical-align: middle;
}
#mainNav a{
	line-height: 1.8em;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 6px;
	padding-right: .8em;
	padding-bottom: 6px;
	padding-left: .8em;
	background-image: url(images/navDivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
#mainNav ul .first a{
	background: none;
	padding-left: 22px;
}
#mainNav ul .first a:hover{
	background: none;
	background-color: #DE1015;
}
#mainNav a:hover {
	background-color: #DE1015;
	text-decoration: none;
}
/*-- break --*/

.break {
	clear: both;
}

/*-- quote box --*/

.quote {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
	margin-right: 5px;
	width: 80%;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.br {
	background: url(images/quote_br.gif) no-repeat 100% 90%;
}
.tl {
	background: url(images/quote_tl.gif) no-repeat left top;
	padding:10px 20px 10px 10px;
	margin-bottom: 5px;
}
.tr {
	padding:10px 30px 10px 60px;
	margin-bottom: 5px;
}
.by-line {
	font-size: 0.9em;
	color: #333333;
	margin-right: 5px;
	width: 80%;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	font-style: italic;
	text-align: right;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 8px;
}
.imagebox {
	border: 3px solid #DE1015;
	margin: 5px;
}

a:hover{
	text-decoration:underline;
}

.homeTable img{
	border:none;
}

.homeTable p{
	font-size:16px;
	text-align:center;
	font-family:times, serif;
	margin-bottom:20px;
}

.compareTable td{
	font-size:14px;
	font-weight:normal;
}

.altRow{
	background:#ececec;
}
