BODY
{
	background-color: white;
	font-family: verdana;
	font-size: 9pt;
	color: #404040;
	margin: 40px;
	margin-top: 0px;
	text-align: left;
}

.container
{
	width: 770px;
	border: 0px solid #c0c0c0;
	text-align: left;
	background-color: white;
	font-family: tahoma;
	font-size: 8pt;
}
.container A
{
	text-decoration: none;
	color: #923439;
}
.container A:Hover
{
	text-decoration: underline;
}
.intro
{
	font-family: 'arial';
	color: #A3484D;
	font-weight: normal;
	position: relative;
	left: 200px;
	top: 67px;
}
.intro h1
{
	font-family: 'arial';
	font-size: 16pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.intro h2
{
	font-family: 'arial';
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0px;
}
.menutop
{
	text-align: center;
	float: right;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-top: 80px;
	border: 1px solid #e0e0e0;
	width: 110px;
	background-color: white;
	color: #923439;
}

.menutopover
{
	text-align: center;
	float: right;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-top: 80px;
	border: 1px solid #CD9194;
	width: 110px;
	background-color: #CD9194;
	color: white;
}
.menutopover A
{
	color: white;
}
.menutopactive
{
	text-align: center;
	float: right;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-top: 80px;
	border: 1px solid #923439;
	width: 110px;
	background-color: #923439;
	color: white;
}
.menutopactive A
{
	color: white;
	text-decoration: none;
}

.menutopactive A:Hover
{
	color: white;
	text-decoration: underline;
}

.sidenav
{
	width: 150px;
	text-align: right;
	vertical-align: top;
	font-family: tahoma;
	font-size: 8pt;
	padding-right: 20px;
	border-right: 1px solid #CD9194;
}

.sidenav A
{
	color: #923439;
	text-decoration: none;
	font-weight: bold;
}
.sidenav A:hover
{
	color: crimson;
	text-decoration: underline;
}
.sidenav B
{
	font-family: arial;
	color: #923439;
	font-size: 10pt;
}
.sidenav P
{
	color: #923439;
	font-size: 9pt;
}

.main
{
	font-family: verdana;
	font-size: 9pt;
	color: #606060;
	padding-left: 20px;
}
.main h1
{
	font-family: arial;
	font-size: 12pt;
	color: #923439;
	font-weight: bold;
}
.main h2
{
	font-family: arial;
	font-size: 10pt;
	color: #923439;
	font-weight: bold;
}
.main B, .main strong
{
	font-family: arial;
	font-size: 10pt;
	color: #923439;
	font-weight: bold;
}
.main IMG
{
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #923439;
}
.credits
{
	clear: both;
	margin-top: 0px;
}	

.credits, .credits A
{
	font-family: verdana;
	font-size: 7pt;
	color: #923439;
	text-decoration: none;
}

.credits .left
{
	padding-top: 10px;
	float: left;
}
.credits .right
{
	padding-top: 10px;
	float: right;
	text-align: right;
}
.credits A:hover
{
	color: crimson;
	text-decoration: underline;
}

.main-container
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #CD9194;
	border-bottom: 5px solid #CD9194;
	clear: both;
}

