@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, Futura;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#head {
	height: 72px;
	width: 800px;
	background-color: #CCCCCC;
}
#navbar {
	font-family: Arial, Helvetica, Futura;
	color: #cc0000;
	background-color: #CCCCCC;
	text-align: center;
	height: 46px;
	width: 560px;
	float: right;
}
#left {
	background-color: #CCCCCC;
	text-align: left;
	float: left;
	height: 400px;
	width: 210px;
	font-family: "American Typewriter", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: auto;
}
#right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	text-align: left;
	float: right;
	width: 500px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	height: 315px;
	padding-bottom: 20px;
}
#whitespace {
	text-align: left;
	float: right;
	height: 5px;
	width: 560px;
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C7C6C4;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E3E2E2;
} 
.CollapsiblePanelContentHead {
	font-family: Arial, Helvetica, Futura;
	font-weight: bold;
	font-size: small;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	
}
.style8 {
	color: #000000;
	font-weight: bold;
}
.style10 {color: #CC0000}
.style11 {color: #CC0000; font-size: large; font-family: "American Typewriter";}
.style12 {color: #FF0000}

