@charset "iso-8859-1";
#outerColumnContainer
{
	border-left-color: #A79C7E;	/* left hand column background color - taupe */
	border-right-color:#521F00;	/* right hand column background color - yellow */
}

#rightColumn .vnav ul li a
{
	color: #521F00;				/* yellow */
	background-color: #FFCC00;	/* brown */
}

#rightColumn a:visited
{
	color: #521F00;
}

#rightColumn a:link	/* Cerro Gordo County - vertical navigation - to override taupe setting on white background */
{
	color: gray;				/* brown */
}

#vmenu a:hover	/* Cerro Gordo County - vertical navigation */
{
	background-color: #59291D;	/* maroon */
	color: #fff;				/* white */
}

ul.nobullet						/* CG County no bullets in list */
{
	list-style-type: none;
}

#statemap
{
	position:absolute; top: 15px; left:750px; width:35%;
	
}

#mission
{
	position:absolute; top: 30px; left:500px; width:35%; text-align:center;
	font-family: Trebuchet MS;
	font-size: 116%;
}


