/* - University of Minnesota style sheet - */
/* - Last modified March 11, 2003 - */


A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	color : #FFFFFF;
	background-color: transparent;
}

A:link.footer, A:visited.footer, A:active.footer {
	color : #FFFFFF;
	background-color: transparent;
}

A:hover.footer, A:hover.searchbar{
	color: #FFCC66;
}
A:hover.leftnav{
	color: #660000;
}

A
 {
	color: #666666;
}

A:hover{
	color: #660000;
}

/* - REDEFINED HTML TAGS- */
body {
	background : #FFFFFF;
	background-color : #FFFFFF;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size   : 13px;
}

h2 {
	font:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:16px;
	color: #6F944E;
	margin-left: 15px;
	}
	
h3 {
	font-size:14px;
	color: #81A95B;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: italic;
	margin-left: 15px;
	}
	
td {
font-size:13px;
}

p {
margin-left: 35px;
margin-right: 35px;
}

/* - Applied to the links and text in the global footer - */
.footer {
	color : #FFFFFF;
}

/* - Applied to the copyright text in the global footer - */
.footeritalic {
	font-style: italic;
	color: #FFFFFF;
}

/* - Applies background color to the header table cell - */
/* - Overridden by umnglobalbkgimg.css file with a background images - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.headerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applies background color to the footer table - */
/* - Overridden by umnglobalbkgimg.css file with a background images - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */
.footerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applied to the navigation above the gloabl header - */
.headernav {
	font-size: 11px;
}


.ofwhatcounty {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	color: #a50730;
}

#navlist ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

#navlist li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

#navlist a {
	text-decoration: none;
}

#navlist a.private {
	color: #c7951d;
	font-weight: bold;
}