body {
	background: #A1B6D3 url(images/bg.jpg) repeat-x fixed;
	margin: 5px;
}

body, td, th {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

b {
	font-weight: bold;
}
a {
	color: #0A428C;
	text-decoration: none;

}
select {
	background: #AEC5E0;
}
#onlineBox {
	background: #E0E8F1;
	margin: auto;
	padding: 3px;
	width: 400px;
	border: 1px solid #0A428C;
}

h1, h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.hidden {
	display: none;
}
select.quote_dropdown {
	width: 220px;
	background: #FFFF99;
}
select.quote_dropdown option {
	background: #ffffff;
}
input.quote_go {
	color: #FFFFFF;
	background: #0A4390;
	border: 1px double #FFFFFF;
}
.quotetitle {
	font-size: 14px;
	font-weight: bold;
	color: #0A428C;
}
.blueh1 {color: #0A428C}

.style4 {
	font-size: 10px;
	margin: 0px;
}
.footerCentered {
	text-align:center;
	font-style:normal;
	margin: 0;
	padding:0;
}
#home_pic {
	width: 410px;
	height: 300px;
	background:#003366 url(/images/homepic_bg.gif) no-repeat;
	margin: 5px auto;
}

#benefitsList {
	width: 156px;
}

#benefitsList ul {
	color: #000000;
	white-space: nowrap;
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	text-align: left;
}

#benefitsList ul li {
 	
	color:#003399;
	text-decoration: none;
    padding: 3px 0px 3px 8px;
	width: 156px;
	height: 18px;
	border-bottom: 1px dotted #FF9900;
}

#benefitsList b {
	font-size: 12px;
	color: #000000;
}

#benefitsList ul li a:hover {
	background: #006BB1;
	color: #FFFFFF;
}
table.mainTable {
	border: 1px solid #000000;
	background: #FFF;
}