body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	border: 0;
	padding: 0;
	color: #666666;
	height:100%;
}

a,
a:link,
a:visited,
a:active {
	color: #C6A45F;
	text-decoration: none;
}

a:hover {
	color: #0057A8;
	text-decoration: none;
}

.active_link
{
	color: #C9BD8F;
	text-decoration: none;
	border-bottom: 1px dashed #C9BD8F;
	background: transparent;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0057A8;
	font-weight: bold;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #818181;
	font-weight: bold;
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #818181;
}

.quote_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}

.quote_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

#topdivmain {
    background: url(images/tan_bg.gif);
    height: 275px;
    width: 100%;
}
#topdivsub {
    background: #FFFFFF;
    height: 275px;
    width: 100%;
}
#navdiv {
     background: url(images/black_bg.gif);
     height: 275px;
     width: 180px;
     float: left;
	 font-size: 1px;
	line-height: 1px;
	margin: 0;
	border: 0;
	padding: 0;
}
#topspacerdiv {
     background: #FFFFFF;
     height: 275px;
	 width: 1px;
     float: right;
}



#rulediv {
	background: #FFFFFF;
	height: 5px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
}
#bluerulediv {
	background: url(images/Blue_hrule.gif) no-repeat;
	height: 5px;
	width: 180px;
	float: left;
}
#fullbluerulediv {
	background: url(images/Blue_hrule.gif) repeat-x;
	height: 5px;
	width: 100%;
	float: left;
}
#rulespacerdiv {
	background: #FFFFFF;
	height: 5px;
	width: 1px;
	float: right;
}


#bottomdiv {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
}
#bottomleftdiv {
     background: url(images/tan_alternating.gif);
     height: 100%;
     width: 180px;
     float: left;
}
#bottomspacerdiv {
     background: #FFFFFF;
     height: 100%;
	 width: 1px;
     float: right;
}



.hidden {
     display: none;
}