h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
body {
	background-color: #101E39; 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#MainContainer {
	width: 762px;
	margin: 0 auto;
	background-color:#1C3451;
	border: 3px #274B7F solid;
}
#Masthead {
	position:relative;
	width: 762px;
	height: 95px;
	background-image:url(../images/masthead_inner.jpg);
	z-index: 100;
}
#MastheadAdditional {
	display: none;
}
#HomeLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 90px;
}
#HomeLink a {
	display: block;
	width: 200px;
	height: 90px;
}
#HomeLink a:hover {
	background-image: url(../images/logo_part1_over.gif);
}


#QuickQuote {
	position: absolute;
	top: 27px;
	left: 310px;
}
#LeftContainer {
	/*position:relative;*/
	float: left;
	top: 0px;
	left: 0px;
	width: 90px;
	min-height: 520px;
	text-align: left;
}
#LeftContainer ul {
	position: absolute;
	padding: 0;
	margin: 0;
}
#LeftContainer li {
	position: relative;
	list-style-type: none;
	width: 90px;
	height: 20px;
	padding-top: 2px;
	background-image: url(../images/btn_out.jpg);
}
#LeftContainer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding-left: 2px;
	width: 86px;
	height: 22px;
	font-weight: bold;
	text-decoration: none;
}
#LeftContainer li a:hover {
	background-image: url(../images/btn_over.jpg);
	color: #122640;
}
#Suggestion {
	position: absolute;
	top: 380px;
}
#SocialMedia {
	position: absolute;
	top: 460px;
	width: 90px;
	text-align: center;
}
#RightContainer {
	/*position:absolute;*/
	float: left;
	top: 0px;
	padding: 5px;
	padding-right: 0px;
	width: 667px;
	min-height: 400px;
	text-align: left;
	border-top: 1px #274B7F solid;
}
#Footer {
	text-align:center;
	font-size: 12px;
}
#MiddleContent {
	float:left;
	text-align: center;
	min-height: 400px;
	font-size: 12px;
	width: 474px;
}
#Highlights {
	float: left;
	background: url(../images/bg_rightthing3.gif);
	background-color: #0E1425;
	background-repeat: no-repeat;
	border-left: 1px #455A78 solid;
	width: 189px;
	min-height: 400px;
	padding-left: 8px;
}
#Highlights a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 2.5;
}

.clear_floats {
	clear:both;
}
