#body
{
margin: 0px;
padding: 0px;
background: #484848;

scrollbar-track-color: #484848;
scrollbar-face-color: #545746;
scrollbar-arrow-color: #2B3538;
scrollbar-shadow-color: #2B3538;
scrollbar-darkshadow-color: #484848;
scrollbar-highlight-color: #2B3538;
scrollbar-3dlight-color: #000000;

font: 12pt Arial, Verdana;
color: #FFFFFF;

text-align: center;
}

#container
{
height: 100%;
margin: 0 auto;
width: 908px;
background: url(bgstage.gif) top middle repeat-y;
}

#stage
{
width: 900px;
height: 100%;
text-align: left;
}

#header
{
width: 100%;
height: 90px;
padding: 5px;
background: #A2B943;
border-bottom: solid 1px #000000;
float: left;
}

	#header p
	{
	margin-top: 0px;
	margin-right: 0px;
	_margin-top: 50px;
	_margin-right: 10px;
	font: 8pt Arial, Verdana;
	color: #FFFFFF;
	float: right;
	}

	#header a
	{
	font: 8pt Arial, Verdana;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	#header a:hover
	{
	color: #000000;
	text-decoration: none;
	}

#menu_nav
{
display: block;
width: 150px;
height: 100%;
background: #828967;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
overflow: hidden;
float: left;
}

	.menubutton
	{
	display: block;
	overflow: hidden;
	width: 150px;
	float: left;
	}
	
	.menubutton a
	{
	display: block;
	width: 100%;
	padding: 5px;
	background: #C7DA78;
	font: 9px Verdana, Arial;
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	}
	
	.menubutton a:hover
	{
	display: block;
	width: 100%;
	padding: 5px;
	background: #7C8C3B;
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
	}

	.subbutton
	{
	display: block;
	overflow: hidden;
	width: 150px;
	float: left;
	}
	
	.subbutton a
	{
	display: block;
	width: 100%;
	padding: 5px;
	text-indent: 10px;
	background: #D3DF9F;
	font: 9px Verdana, Arial;
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	}
	
	.subbutton a:hover
	{
	display: block;
	width: 100%;
	padding: 5px;
	background: #000000;
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
	}

.content
{
width: 700px;
padding: 20px;
float: left;
}

	.content h1
	{
	font: 16pt Arial, Verdana;
	color: #FFFFFF;
	line-height: 135%;
	}
	
	.content p
	{
	margin-bottom: 10px;
	font: 10pt Arial, Verdana;
	color: #FFFFFF;
	line-height: 135%;
	}
	
	.content a
	{
	font: 10pt Arial, Verdana;
	color: #A2B943;
	text-decoration: underline;
	line-height: 135%;
	}
	
	.content a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 135%;
	}

ul.contentpointer1
{
font: 10pt Arial, Verdana;
color: #FFFFFF;
padding: 10px 10px 0px 0px;
margin: 0px;
list-style: none;
}

	ul.contentpointer1 li
	{
	padding-left: 20px;
	margin-bottom: 5px;
	background-image: url(pointer1.gif);
	background-repeat: no-repeat;
	background-position: 7px 5pt;
	}

	ul a
	{
	font: 10pt Arial, Verdana;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 16pt;
	}
	
	ul a:hover
	{
	color: #A2B943;
	text-decoration: none;
	line-height: 16pt;
	}

.thumbs
{
width: 150px;
height: 200px;
margin: 10px;
font: 8pt Arial, Verdana;
color: #FFFFFF;
line-height: 135%;
float: left;
}

.show
{
width: 700px;
margin-top: 20px;
margin-left: 20px;
padding-bottom: 10px;
border-bottom: dashed 1px #FFFFFF;
float: left;
}

	.show h1
	{
	font: 16pt Arial, Verdana;
	color: #FFFFFF;
	font-variant: small-caps;
	line-height: 135%;
	}
	
	.show p
	{
	margin-bottom: 10px;
	font: 10pt Arial, Verdana;
	color: #FFFFFF;
	line-height: 135%;
	}
	
	.show a
	{
	font: 10pt Arial, Verdana;
	color: #A2B943;
	text-decoration: underline;
	line-height: 135%;
	}
	
	.show a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 135%;
	}

	.show img
	{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0px;
	border: dashed 1px #FFFFFF;
	float: right;
	}

