body {
	background-color: #FCFCFC;
	padding: 0px;
	margin: 0px;
	min-width: 795px;
}

h3 {
	font-weight: bold;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: large;
	padding: 1em 0 0 1em;
	margin: 0;
	display: block;
}

#top {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 78px;
	background-color: #000000;
}
#topHeader {
	height: 78px;
	width: 600px;
	background-color: #009900;
	overflow: hidden;
}
#topTitle {
	position: absolute;
	left: 170px;
	top: 11px;
}



#main {
	background: url(glyphright.gif) 0% 0% no-repeat;
	margin-left: 155px;
}
#mainTopLeft {
	background: url(glyphleft.gif) 100% 0% no-repeat;
	padding: 10px;
}
#verticalFade {
	float: right;
	margin-right: -1px; /* Move the fade to the right to make it line up under the glyphs - Firefox */
	_margin-right: -3px; /* Move the fade to the right to make it line up under the glyphs - Explorer */
	padding: 0px;
}



#menu {
	color: #A85045;
	background: url("glyphright.gif") no-repeat;
	width: 155px;
	float: left
}
#menuTopLeft {
	width: 155px;
	background: url(glyphleft.gif) 100% 0% no-repeat;
}
#menu ul {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
}
#menu ul li {
	display: block;
	padding-bottom: 1.25ex;
	padding-left: 0px;
}
#menu ul li a {
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	text-decoration: none;
	color: #883025;
	background-color: #FCFCFC;
	display: block;
}
#menu #currentpage {
	padding-left: 22px;
	font-style: italic;
}
#menu ul li a:hover {
	background-color: #883025;
	background: url(icon.png) 5px 50% no-repeat;
	padding-left: 22px;
	color: black;
}

.overview {
	margin: 20px;
	padding: 0px;
	background: #f0f0f0;
	border: 1px solid black;
	overflow: hidden;
	clear: right;
}
.overviewpic {
	clear: right;
	float: right;
	padding: 10px;
}
.overview p {
	padding: 10px;
}
.overviewbody {
	padding: 10px;
	margin: 0px;
}
.permalink {
	font-size: 80%;
}