body
{
	background: #000000;
	text-align: left;
	margin: 0 0 50px 0;
	font-family: Tahoma, Arial, Serif;
}
h1
{
	background: #000000 url(/media/topBanner.jpg) no-repeat top left;
	height: 66px;
	margin: 0;
}
h1 span
{
	display: none;
}
h2
{
	margin: 0;
}
h3
{
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	margin-top: 2em;
}
li.child, li.header
{
	margin-left: 8px;
}
a
{
	color: #ffffff;
}
a.title
{
	font-style: italic;
}
a.top
{
	font-style: italic;
	font-size: 0.70em;
}
a.external
{
	text-decoration: underline;
	font-weight: bold;
}
span.title
{
	font-style: italic;
}
p, blockquote
{
	font-family: Tahoma, Arial, Serif;
	font-size: 0.75em;
	color: #ffffff;
}
blockquote
{
	margin-bottom: 0;
	line-height: 1.5em;
}
hr
{
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
}
span.indent
{
	margin-left:25px;
}

/* classes */
.mainPic
{
	float: right;
	border: solid 1px #828382;
	margin: 20px 0px 20px 20px;
}
.titlePic
{
	margin-bottom: 10px;
}
.leftPic
{
	float: left;
	border: solid 1px #828382;
	margin-right: 20px;
}
.rightPic
{
	float: right;
	border: solid 1px #828382;
	margin-left: 20px;
}
.small
{
	font-size: 0.8em;
}
.quote
{
	margin-left: 8.5em;
}
.dots
{
	border: 0px;
	margin-right: 6px;
	margin-top: 1px;
	vertical-align: middle;
}
div.thorn
{
	background: #000000 url(/media/thornBack.jpg) no-repeat top left;
}

/* left menu */
#leftmenu
{
	position: absolute;
	width: 125px;
	top: 120px;
	left: 15px;
	padding-left: 20px;
	padding-right: 10px;
}
#leftmenu ul
{
	list-style-image: url(/media/dots.gif);
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}
#leftmenu li
{
	font-size: 0.7em;
	color: #ffffff;
	margin-bottom: 10px;
}
#leftmenu a
{
	text-decoration: none;
}

/* main content well */
#content
{
	position: absolute;
	top: 120px;
	left: 160px;
	width: 570px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: visible;
	padding-bottom: 50px;
	clear: left;
}
#content p
{
	clear: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}

/* main menu */
#tabmenu
{
	margin: 0 0 0 15px;
	padding: 0;
}
#tabmenu a
{
	display: block;
	float: left;
	clear: none;
}
#tabmenu li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: lightblue;
}
#tabmenu img.menuoff
{
	border-top: solid 1px #828382;
	border-right: solid 1px #828382;
	border-bottom: solid 1px #828382;
	border-left: solid 1px #000000;
}
#tabmenu img.menuon
{
	border-top: solid 1px #828382;
	border-right: solid 1px #828382;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}
#tabmenu img.menuendoff
{
	border-top: solid 1px #828382;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #828382;
	border-left: solid 1px #000000;
}
#tabmenu img.menuendon
{
	border-top: solid 1px #828382;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}
