@charset "UTF-8";
/* CSS Document */
/* WARNING: Copyright 2010 by Jack Waldenmaier. All Rights Reserved. */


/* BEGIN Keep the footer at the bottom */
html, body {
background-color:#fff;
font-family: Verdana, Geneva, sans-serif;
color:#333;
HEIGHT: 100%;
WIDTH: 100%;
MARGIN: 0px;
PADDING: 0px;
}

#Contents
{
POSITION: absolute;
TOP: 0;
LEFT: 0;
MIN-HEIGHT: 100%;
WIDTH: 100%; /* Optional - Depending on your layout */
}
* html body #Contents
{
HEIGHT: 100%; /* Only IE sees this */
}
#Main
{
MARGIN-bottom: 3.5em; /* Set this to the height of the footer */
BACKGROUND-COLOR: #FFF;
PADDING: 0px;
}
/* END Keep the footer at the bottom */



.lnk {color:#333; text-decoration:none;}




#footer {
	border-top: #3572bd 1px solid;
	margin:20px;
	padding:5px;
	position:absolute;
	bottom:0px;
	width:95%;
	color:#777;
	font-size:10pt;
}
#footer a {
	text-decoration:none;
	color:#777;
}


#title {
	background-color:#fdfdfd;
	text-shadow: 0px 1px 3px #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 48pt;
	color: #3572bd;
	font-weight: normal;
	line-height: 85%;
}

#title2 {
	background-color:#fdfdfd;
	text-shadow: 0px 1px 1px #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #3572bd;
	font-weight: normal;
	line-height: 85%;
}

#subtitle {
	text-shadow: 0px 1px 2px #333;
	font-size: 24pt;
	color: #900000;
	font-weight: normal;
}

#find a {
	color:#900000;
	text-decoration:none;
	
}

#find a:hover { 
	text-decoration:underline;
	
}




/* BEGIN Nav */
#navcontainer {
background: #d7e7f0;
width: 238px;
margin: 0 auto;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
font-size: 13pt;
text-align: center;
}
ul#navlist {
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}
ul#navlist li {
display: block;
margin: 0;
padding: 0;
}
ul#navlist li a {
display: block;
width: 100%;
padding: 0.5em 0 0.5em 0.7em;
border-width: 1px;
border-color: #eff #9cabaa #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #eaf2f7;
}
#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active a {
background: #d7e7f0;
color: #900000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #900000;
background: transparent;
border-color: #9cabaa #eee #fff #ccc;
}
/* END Nav */




