@charset "utf-8";
/* CSS Document */

body{
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
a:link, a:visited{
color: #831a25;
text-decoration: none;

}
a:hover {
color:#000000
}
h1{
font: normal 1.5em;
color: #831a25;
}
h2{
font: normal 1.25em;
color: #831a25;

}
#container{
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #8e1a25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	
}
#container #topnav{
text-align: left;

}
#container #header{
	position: relative;
	padding: 0;
	height: 320px;
	
}
#container #header #logoimg{
    text-align: center;

}
/* --- main navigation styles-- */
#container #header ul{
	margin:0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width:780px;
	}
#header ul li{
	float: left;
	height: 1%

	}
#header ul a{
	padding: 0 1.1em;
	font-size: 16px;
	font-family:Chickadee, "Copperplate Gothic Bold", Abbess;
	line-height: 1.5em;
	text-decoration: none;
	color: #8e1a25;
	float: left;
	display: block;
	border-bottom:#8e1a25;
	border-bottom-style:groove;
	border-bottom-width:thin;
	}
	#header ul a.first
	{
	background:none;
}
#header ul a:hover{
	color:#000000;
}	
#container #navbar2{
}
   #container #navbar2 ul{
    margin: 2px;
	padding: 0;
	list-style: none;
	position: relative;
	right: 0;
	bottom: 0;
	width:780px;
}
	#container #navbar2 ul li{
	float: right;
	height: 1%

	
}
	#container #navbar2 ul a{
	padding: 0 1.2em;
	font-size: 16px;
	font-family:Chickadee, "Copperplate Gothic Bold", Abbess;
	line-height: 1.5em;
	text-decoration: none;
	color: #831a25;
	float: left;
	display: block;
	border-top:#8e1a25;
	border-top-style:groove;
	border-top-width:thin;
	
	}
	
		#container #navbar2 ul a:hover{
	color:#000000;
	}
#container #main-content{
	padding: 10px;
	float: left;
	width: 765px;
}
.nobox {
	border: none;
	text-decoration: none;
}

#footer {
}

	#container #main-content #img1{
	float: left;
	padding: 20px;
	
}
.indent {
	margin-left: 20px;
}


#container #footer{
	clear: both;
	height: 20px;

}
#container #tagline{
