#title {
	background-color:#c80000;
	font-family:Verdana;
	font-size:12px;
	height:80px;
	left:0px;
	padding-bottom:15px;
	padding-left:270px;
	padding-top:10px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:3;}
#menu {
	background-color:white;
	border-right:20px solid #c80000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	height:100%;
	left:0px;
	padding-left:20px;
	padding-top:20px;
	position:fixed;
	top:100px;
	width:230px;
	z-index:2;}
#content {
	background-color:white;
	font-family:Verdana;
	font-size:14px;
	left:270px;
	min-height:100vh;
	padding-left:20px;
	padding-top:20px;
	position:absolute;
	top:100px;
	width:100%;
	z-index:1;}
a:link {
	background-color:white;
	color:black;
	font-weight:bold;
	text-decoration:none;}
a:visited {
	background-color:white;text-decoration:none;
	color:black;
	font-weight:bold;}
a:hover {
	background-color:white;text-decoration:none;
	color:#c80000;
	font-weight:bold;}
a:focus {
	background-color:white;
	color:black;
	font-weight:bold;
	outline:none;
	text-decoration:none;}
a:active {
	background-color:white;
	color:#c80000;
	font-weight:bold;
	outline:none;
	text-decoration:none;}
a:visited:hover {
	background-color:white;
	color:#c80000;
	font-weight:bold;
	text-decoration:none;}
.bluelink {
	background-color:white;
	color:rgb(0,0,255);
	font-weight:normal;
	text-decoration:underline;}
.redlink {
	background-color:white;
	color:#c80000;
	font-weight:bold;}
.red {
	color:#c80000;}
.green {
	color:#008000;}
.lightgreenbold {
	color:#60BF00;
	font-weight:bold;}
f16b {
	font-size:16px;
	font-weight:bold;}
fw16b {
	color:white;
	font-size:16px;
	font-weight:bold;}
