body
{
	background-color: #fff;
	margin: 0;
}

.no
{
	display: none;
}


#content p, #content dd, #content dt, #content td
{
	color: #666;
	background-color: #fff;
	line-height: 16px;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#content h2, #content h3, #content h4
{
	color: #1B645F;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-left: 0;
	font-size: 11px;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content li, #content label
{
	color: #666;
	background-color: #fff;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content a:link
{
	color: #099;
	text-decoration: underline;
}

#content a:visited
{
	color: #6cc;
	text-decoration: underline;
}

#content a:link:hover, a:visited:hover
{
	color: #099;
	text-decoration: none;
}

#content a:active
{
	color: #0ff;
	text-decoration: underline;
}


#content p
{
	margin-top: 0;
	margin-bottom: 1em;
}

#nav3rd li:first-child
{
	border-top: none;
}

#nav3rd ul {
	background-color: #E5E5E5;
	margin: 0;
	padding: 0;
}

#nav3rd li a
{
	color: #8B001F;
	background-color: transparent;
	text-decoration: none;
}

#nav3rd li
{
	color: #1B645F;
}

#nav3rd
{
	background-image: url(/_assets/images/nav_3rd_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 22px 0;
	background-color: #fff;
}


#footer
{
	border-top: 1px solid #c6d6d4;
	margin-top: 100px;
}

#footer p
{
	color: #859896;
	margin-top: 9px;
	font-size: 11px;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-color: #fff;	
}

#privacy p
{
	color: #666;
	background-color: #fff;
	line-height: 16px;
	font-family: Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#footer a
{
	color: #20635f;
	background-color: #fff;
	text-decoration: none;
}	


.footermenu
{
	float: left; 
	width: 600px;
	background-color: #fff;
}


