﻿a:visited {
	color: #800000;
}
a:link {
	color: #800000;
}
a:hover {
	color: #800000;
	
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	background-color: #FDEEDB;
}
	
html  {
	margin: 0;
	padding: 0;
}


#page-container {
	width: 780px;
	margin: 15px auto auto auto;
	text-align: left;
}

#header {
	height: 126px;
}

.h1 {
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Arial Rounded MT Bold";
	font-size: 2.8em;
	line-height: normal;
}
.h2 {
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Arial Rounded MT Bold";
	font-size: 2.2em;
	line-height: normal;
}

.h3 {
	border: medium double #4E3522;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.6em;
	background-color: #9CBFDE;
	text-align: center;
}
	

.h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.6em;
	line-height: normal;
	font-weight: lighter;
}

#menu {
  height: 48px;
  }

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  }
  
#menu ul li {
	height: 30px;
	margin: 1px;
	position: relative;
	float: left;
}
  
#menu li ul {
  display: none;
  position: absolute;
  margin: 12px; 
  top: 3em;
  left: 0;
  }
      
#menu li.over ul {
	display: block;
}

#menu li:hover ul {
	display: block;
}

#menu ul li ul li a {
	color: #724b25;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 10em;
}

#menu ul li ul li {
	border-style: none solid solid solid;
	border-width: thin;
	border-color: #724b25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #724b25;
	background: #ffffff;
	text-decoration: none;
	width: 172px;
	height: 20px;
	position: relative;
	z-index: 10;
	margin: 0px;
	padding-left: 5px;
	clear: both;
}


#menu ul li ul li a:hover {
font-weight: bold;
color: blue;
z-index: 10;
}


#sidebar {
	clear: left;
	border-width: thin;
	border-color: #724B25;
	float: left;
	width: 170px;
	background: #fedfb0;
	border-right-style: solid;
	padding-left: 3px;
	font-size: 1.2em;
	color: #724B25;
	font-family: "Trebuchet MS", Verdana, Arial;
	height: 650px;
}


#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 100%;
	list-style: none;
	color: #724B25;
	font-size: 1.3em;
	line-height: 150%;
		
}

#sidebar a {
	text-decoration: none;
	color: #724B25;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
}
#content {
	padding: 10px;
	margin-left: 175px;
}

#footer {
	clear: left;
	height: 70px;
	font-family: "Arial Narrow";
	font-size: 1.4em;
	color: #724b25;
	border-top: 1px solid #fedfb0;
	padding: 8px 25px;
	line-height: 18px;
	border-top-color: #724B25;
}

#footer a {
	color: #724b25;
	text-decoration: none;
}

#footer a:hover {
	color: #2facff;
	text-decoration: underline;
}


#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
	
}
	
