/* CSS Document */
body {
	margin: 5px; 
	font-family: Verdana, Arial, sans-serif;
	background-image: url("../images/background-fade.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #fff; 
	font-size: x-small; 
	color: #000;
	}

p {padding-left: 20px; padding-right:40px; line-height: 1.4em}
ul, ol {list-style: square outside none;}
li {line-height: 1.4em}
h1 {font-family: Tahoma, Times, serif; font-size: 2.2em; color: #A53522; padding-top: 15px; padding-left: 10px;}
h3, h2 {font-family: Tahoma, Times, serif; font-size: 1.6em; color: #900; padding-left: 20px;}
th {background: #508FC4; text-align: center; font-weight: bold; color: white;}
td {font-family: Verdana, Arial, sans-serif; font-size: small; color: #006;}
.caption {font-family: Arial, serif; font-size: x-small; color: #900;}
a:visited {color: #00F;}
.footer {font-family:Arial; font-size: x-small; color: #666; text-align: center;}
a.footer:link, a.footer:active, a.footer:visisted, a.footer:hover {color: #fff; text-decoration: underline;}

.council { font-family: Arial; font-size: x-small; border-left: solid 1px #c96; padding-left: 5px;}

/*--- STYLING FOR HORIZONTAL NAV   ---*/
#nav, #nav li, #nav li ul, #nav li ul li {
margin:0;
padding:0;
list-style:none;
}

#nav li {
float:left;
width:100px;
}

#nav li ul {
position:absolute;
left:-999em;
}

#nav li ul li {
clear:both;
}

#nav li:hover ul, #nav li.sfhover ul {
position:relative;
left:auto;
height:1%;
}

/*
#navcontainer { 
	width: 130px; 
	border-right:1 px solid #000;
	padding: 0 0 1em 10;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #9cf; 
	font-size: 12px;
	color: #333;
	}
	
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10;
	border: none;
	}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 130px;
	}
	
html>body #navcontainer li a {width:auto;}

#navcontainer li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}
*/	
.prop {
	float: right;
	width: 1px; 
	}	
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}
.min400px {
	height: 600px;
	}	
.note {color: red; font-size: small;}