body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	padding: 1em;
	color: #43433F;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-top: .5em;
	margin: 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 2em;
}
p {
	font-size: medium;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
ul {
	font-size: medium;
	font-weight: normal;
	text-transform: none;
}
ol {
	font-size: medium;
	font-weight: normal;
	text-transform: none;
}
.headline {
	font-size: large;
	font-weight: normal;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	vertical-align: middle;
	margin-top: 0px;
}
.bold {
	padding-top: 1em;
	font-weight: bold;
}
.h1home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	clear: both;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 0px;
	color: #000000;
}
#header {
	display:none
}
#container {
	background-color: #b27f62;
	overflow:hidden;
	width:960px;
}
#sidebar {
	position: absolute;
	left:0px;
	top: 126px;
	width: 210px;
	padding-left: 15px; 
	padding-top: 50px; 
	z-index: 0;
	background-color: #b27f62; 
	height: 100%;
}
#content {
	top:186px;
	margin-left: 225px;
	width: 735px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1em;
	margin-top: 20px;
	}
#footer {
	display:none
}
#footercenter { 
	display:none
}
.sidea a:link  {text-decoration: none; color:black; font-weight: bold;} 
.sidea a:visited  {text-decoration: none; color:black; font-weight: bold;}
.sidea a:active  {text-decoration: none; color:black; font-weight: bold;}  
.sidea a:hover  {text-decoration: underline; color:black; font-weight: bold;} 
.left {
	margin: 0;
	padding: 0;
	font-size: x-small;
	list-style: none;
}
#navigation {
	display:none
}
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 102px;
	text-decoration: none;
	border: thin ridge #000000;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding:0;

}
#nav a:hover {
	border: thin inset #000000;
}
#nav li { 
	float: left;
	width: 102px; /* width needed for Opera */
	margin-right: 3px;
	padding: 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	left: -999em;
	z-index: 10; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	width: 170px;
	background: #B27F62;
	text-align: left;
}
#nav li ul li{
	width: 170px; /* width needed or else Opera goes nuts */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.float {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.clear {
	clear: both;
}
.dropcap {
float:left;
color:#b5121b;
font-size:45px;
line-height:36px;
} 