﻿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:0; 
	background-color:#F0F5FF; 
	background-image:url(img/mn_bkg.jpg); 
	background-position:top; 
	background-repeat:repeat-x;	
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #000000;
	line-height: 150%;
	text-align:left;	
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	color : #000000;
	line-height: 150%;
	text-align:left;
}
#content {
	margin: 20px 15px 20px 30px;  
}
h4 {
	color:#0000FF;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
}
#smallpics {
	display:block;
	width:690px;
	height: 140px;	
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	overflow: auto;
	scrollbar-base-color: #9f9f9f;
	scrollbar-arrow-color: #333333;
}
#smallpics2 {
	display:block;
	width:550px;
	height: 140px;	
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	overflow: auto;
	scrollbar-base-color: #9f9f9f;
	scrollbar-arrow-color: #333333;
}
 #scroll2 {
	width: 170px;
	height: 320px;
	overflow: auto;
	padding:10px;
	color: #EFEFEF;
	font: Verdana, Arial, Helvetica, sans-serif ;
	font-size : 10px;
	scrollbar-base-color: #9f9f9f;
	scrollbar-arrow-color: #333333;
}
.list {
	margin:5px 20px 5px 0px;
	padding:10px;
	border: 1px solid #cccccc;
	width: 224px;
}
.highlight{
	margin:5px 20px 5px 0px;
	padding:10px;
	border: 1px solid #cccccc;
	/*width: 530px;*/
	width: 530px;
}
.list img {
	margin-top:-3px;
}
#sitelink a:link, #sitelink a:visited {
	color:#0000FF;
	font-size: .7em;
	margin: 5px 5px;

}
#foot {
	background-image:url(img/mn_ft.jpg);
	width: 779px;
	height: 56px;
	font: 9px Arial, Verdana, Geneva, sans-serif;
	color:#666;
	margin:0;
	padding:0;  
}
#foot p {
	padding: 15px 30px 10px 150px;
	margin:0px;
	text-align:right;
}
.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}
h1 {
	font-size: 14pt;;
	font-family:Arial, Helvetica, sans-serif;
	color:#990033;
	font-weight:normal;
}


/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: none;
	width: 100px;
	border-right: 0px solid #039;
	padding: 0;
	margin-bottom: 1em;
	background-color: #;
	color: #FFF;
	margin-left:auto;
	margin-right:auto;
}

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

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

#navsite ul li a {
	display: block;
	padding: 2px 2px 2px 10px;
	/*border-left: 30px solid #8F2CID;
	border-right: 0px solid #69c;*/
	border-bottom: 0px dotted #FFF;
	background-color: #;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}
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 #FFF;
	color: #DDBEBA;
	
}

/* 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;
}


*/