body {
	background-color:#BACBDE;
	text-align:center;
	font-family:arial;
	font-size:.8em;
	color:#333B2D;
}

h1{ 
	margin:0px;
	font-size:16px;
	color:#7B5D61;
}

h2{ 
	margin:0px;
	font-size:14px;
	color:#554F50;
}
a:hover {
	text-decoration:underline;
} 

#outercontainer {
	width:755px;
	margin:0 auto;
	background-color:#fff;
	padding:8px;
}
#topheader {
	
	height:50px;
	text-align:left;
	background-color:#0A1F42;
	padding:4px;
}

#topheader h1{ 
	margin:0px;
	font-size:16px;
	color:#fff;
}
#navbar {
	background-color:#2A61B4;
	height:20px;
	color:#fff;
	padding:4px;
}

#navbar a, #navbar a:visited {
	color:#fff;
	text-decoration:none;
}


#navbar a:hover {
	text-decoration:underline;
}

#navbarbanner {
	text-align:left;
	background-color:#DBE1D7;
	width:100%;
}

#emptynavbar
{
	height:20px;
	background-color:#A7B59D;
}

#rightnavbar {
	text-align:center;
	background-color:#DBE1D7;
	width:28%;
	height:500px;
	float:right;
	padding:4px;
	font-size:.9em;
}
#rightnavbar .section {
	background-color:#fff;
}

#rightnavbar .linkscontainer {
	text-align:left;
	width: 96%;
	padding: 2px;
	border-bottom: 1px solid #794D54;
	display: block;
}
#rightnavbar  a:hover {
	width: 96%;
	text-decoration:underline;
}
#rightnavbar a {
	text-decoration:none;
	color:#000;
}
#rightnavbar .hdr {
	background-color:#794D54;
	width:96%;
	color:#fff;
	font-weight:bold;
	padding:4px;
	font-size:1em;
}

#body {
	text-align:left;
	padding:8px;
	color:#333B2D;
	background-color:#fff;
}

#bodycontainer {
	background-color:#FAFCF9;
	height:500px;
}

#footer {
	font-size:.75em;
}

#footer a {
	text-decoration:none;
	color:#000;
}
.clear {
	clear:both;
}

#applinkdiv {
	text-align:center;
	color:#000;
}

.applinkdiv a,.applinkdiv a:visited {
	text-decoration:none;
}


#FormShortQuote {	
	border: #000 solid;
	border-width: 1px;
	background-color:#ADC9E0;
	width:220px;
	text-align:right;
	padding:4px;
	font-size:14px;
}

#FormShortQuote #hdr{
	border: #000 solid;
	border-width: 0px 0px 0px 0px;
	width:220px;
	text-align:center;
	color: #000;
	padding:6px;
	font-weight:bold;
	font-size:14px;
}

#FormShortQuote #ZIP{
	width:110px;
}

#FormShortQuote #FName{
	width:110px;
}

#FormShortQuote #submit{
	width:110px; 
	background-color:#060860;
	color:#fff;
	font-size:11px;
	border: #000 solid;
	border-width: 1px;
}
