
body {
	background-color:#600018;
	font-family:arial;
	line-height:1.25;
	font-size:10pt;
}
#wrapper {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	width:100%;
}
#leftcol {
	background-color:#fefefe;
	border:1px solid #40408d;
	color:#000057;
	float:left;
	font-size:9pt;
	font-weight:bold;
	height:100%;
	margin:0;
	padding:6px;
	width:210px;
}
.menu {
	text-align:left;
    border: 1px solid #600018;
    padding: 6px;
    margin: 4px;
    background-color: #e6e6f0;
}
.menu a:link {  color: #00004d; text-decoration: none; }
.menu a:active { color: #00004d; text-decoration: none; }
.menu a:visited { color: #600018; text-decoration: none; }

.submenu {
	line-height:1.5;
	font-size: 9pt;
	font-weight:normal;
    margin-left: 10px;
}

.submenu a:link { color: #200008; text-decoration: none; }
.submenu a:active { color: #200008; text-decoration: none; }
.submenu a:visited { color: #00001a; text-decoration: none; }
.submenu a:hover { color: #200008; text-decoration: none; font-weight:bold; }

#content {
	border:1px solid black;
	background-color:#fff;
	height:100%;
	text-align:left;
	padding:20px;
	width:96%;
}
h1 {
	color:#000057;
	text-align:center;
	font-family:arial;
}
h2 {
	margin-top:4px;
	color:#000057;
	text-align:center;
	font-family:arial;
}
hr {
	color:#000057;
	width:75%;
	text-align:center;
	margin-top:10px;
}

.2 {
	color:#6d001b;
	width:75%;
	text-align:center;
	margin-top:10px;
}
#content a:link {
	text-decoration:none;
	color:#6d001b;
	border-bottom: 1px dashed #000057;
}	
#content a:visited {
	text-decoration:none;
	color:#600018;
	border-bottom: 1px dashed #000057;
}	
#content a:active {
	text-decoration:none;
	color:#6d001b;
	border-bottom: 1px dashed #000057;
}	
#content a:hover {
	text-decoration:none;
	color:#6d001b;
	border-bottom: 1px dashed #000057;
}	
fieldset {
	padding:6px 12px;
}
legend {
	font-weight:bold;
}
label{
	width:90px;
	text-align:right;
	padding:2 6px 2 2;
	font-size:llpx;
}
.bar {
	color:#000057;
	padding-left:4px;
	padding-right:4px;
}
h3 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#000057;
}
ul {
	margin-top:4;
	margin-left:16px;
}