/* CSS Document */
body {
		background-color: white;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		color: #000;
	  }
h1 	{
		text-align: center;
		color: #900;
	}
h2	{
		size: 20px;
		color: #000;
		text-decoration: none;
		}
h5	{
		size: 8px;
		text-align: center;
	}
p 	{
		text-align: left;
	}
li	{
		list-style-type: none;
	}	
a	{
	 	text-decoration: underline;
	 	color: #900;
	 }
a:hover
		{
		color: #333;
		}
table
	{
	margin-bottom: 20px;
	}
td	{
	 	vertical-align: top;
	 	text-align: left;
	 }
li	{
	margin-bottom: 20px;
	}
caption	{
	color: white;
	text-align: left;
}
#leftimage 	
{
	 float: left;
	 margin-right: 10px;
}
.email
{
	text-align: right;
}
#masthead 	
{
	 width: 100%;
	 text-align: center;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
#nav 		
{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 200px;
			}
#content 	{
			margin-top: 20px;
			margin-left: 200px;
			margin-right: 200px;
			}

#footer 	{
			margin-top: 20px;
			margin-left: 200px;
			margin-right: 200px;
			clear: both;
			}

#sidebar 	{
			position: absolute;
			right: 10px;
			top: 0px;
	      	width: 200px;
			}

#navlist	{
			border-bottom: 1px solid #000;
			border-top: 1px solid #000;
			margin: 0px;
			margin-bottom: 30px;
			padding: 0px;
			padding-left: 20px;
			background-color: #900;
			/*font-family: "Lucida Bright", "Lucida Sans Unicode", verdana, lucida, sans-serif;*/
			padding-bottom: 3px;
			padding-top: 3px;
			text-align: center;
			}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #900;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #fff;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #fff;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.9em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a 
{ 
color: #000;
background-color: #fff; 
}
