/* CSS Document */

body { 
	background-color: #3E6503;
	text-align:center;}


body, p, a, div { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
	}

#container {
		background-color: #FFF;
		text-align: left;
		margin: 1.5em auto;
		width: 720px;
		border: 1px solid #333333;
		}
#content {
	margin:25px;
	}
	
h1 {
	color: #000000; 
	background-color:transparent;
	font-size: 24px;
	font-weight: bold;
	}

h2, h3, h4 {
	color: #000000; 
	background-color:transparent;
	font-size: 16px;
	font-weight: bold;
	}

hr { 
	color:#000000; 
	background-color:transparent;
	}

/* navigation */

#navcontainer 
{
font-family: tahoma, "Trebuchet MS", trebuchet, sans-serif;
background-color: #ffffff;
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font-family: tahoma, "Trebuchet MS", trebuchet, sans-serif;
font-weight: bold;
font-size: 10px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
font-family: tahoma, "Trebuchet MS", trebuchet, sans-serif;
font-weight: bold;
font-size: 10px;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #912237;
background: #FFBF00;
text-decoration: none;
}

#navlist li a:link { color: #333; }
#navlist li a:visited { color: #333; }

#navlist li a:hover
{
border-color: #000;
color: #FFF;
background: #912237;
}


/* old stuff */
#header {
	clear: both;
	height: 150px;
	margin: 10px 10px 0px 10px;
	padding: 1px;
	background-color: #fff;
	}

#leftcolumn {
	float: left;
	width: 140px;
	margin-left: 10px;
	background-color: #fff;
	}

#rightcolumn {
	float: right;
	width: 190px;
	background-color: #fff;
	}
	
#rightcolumn a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	}

#rightcolumn a:link {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

#rightcolumn a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

#rightcolumn a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}
	

#centercolumn {
	padding: 0px 200px 5px 165px;
	margin: 0px;
	background-color: #fff;
	}
	
	#centercolumntext {
	padding: 0px 50px 5px 1px;
	margin: 0px;
	background-color: #fff;
	}

#footer {
	clear: both;
	padding-left: 181px;
	}	

img.photo {
padding:5px;
border: 1px solid #591E0A;
background-color: #FFFDD0;
}


.clear { clear : both; font-size: 1px; line-height: 0px; }


