﻿a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #333333;
	text-decoration : none;
}

a:visited
{
	color : #333333;
	text-decoration : none;
}

a:hover
{
	color : #666666;
	text-decoration : underline;
	color: #FF0000;
}

a:active
{
	color : #333333;
	text-decoration : none;
}

body{
	margin: 0px;	
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #000000;
	line-height: 150%;
	text-align:left;	
	background-image:url(img/mn_bkg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	color : #000000;
	line-height: 150%;
	text-align:left;
}
.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}
a.blue, a:link.blue {
	color:#0000FF;
	font-weight:bold;
}
a:visited.blue {
	color:#0000FF;
	font-weight:bold;
}
a:hover.blue {
color:#FF0000;
}
#content {
	margin: 20px 20px 0px 20px;
	padding:0;
}

#pubstate {
	margin: 10px 10px 10px 50px;
}
#pubform {
	margin: 15px 80px 10px 80px;
	background-color:#F0F0F0;
	border:1px #666666 dotted;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color:#000000;
	line-height:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color:#F00;
	margin-top:5px;
	font-weight: normal;
	line-height:1.6em;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#000000;
}
.alert {font-weight:bold; color:#F00; font-style:italic;}
.notelink {text-decoration:underline !important}
.biglink {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:1.3em;
	font-weight:bold;
}
a.biglink, a:link.biglink, a:visited.biglink {
	margin-left:auto;
	margin-right:auto;
	color:#000;
	margin: 0;
	}
a:hover.biglink {
	color:#F00;
	text-decoration:none;	
	}
#foot {
	width:728px;
	border-top:1px solid #003399; 
	font-size:.8em; 
	text-align:right; 
	padding:5px 20px 5px 0px;
}

/* CCS 75 */
#navsite p {
	display: none;
}

#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: none;
	width: 130px;
	border:0;
	padding: 0;
	margin: 0 20px 0 20px;
	margin-bottom: 1em;	
	color: #666;
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
	border-bottom: 1px dotted #666;	
}

#navsite ul li a {
	display: block;
	margin: 2px 2px 2px 15px;
	padding:0;
	/*border-left: 30px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #FFF;
	background-color: #; */
	color: #666;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	/*border-left: 30px solid #8F2CID;
	border-right: 1px solid #;
	border-bottom: 0px dotted #039;*/
	color: #039;
}

/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:0;
	padding-left:0;
	list-style: none;
	float:left;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
}
ul#navigation a {
	display:block;
	float:left;
	padding: .2em 1em;
	text-decoration:none;
	color:black;
	border-right:1px solid #000;
}

ul#navigation a:hover {
	padding-left:30px;
	background-color: maroon;
	color:white; 
}

/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/