body {
	font-stretch: semi-expanded; font-size: 110%; font-family: "Helvetica", serif;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 67px;
	height: 100%;
	background: #003399 ;
}

#header h1 {
	margin-left: 5px;
	font-size: 20pt;
	font-weight: bold;
	color: white;
}

#headerlinks {
	position: fixed;
	top: 62px;
	right: 0px;
	padding: 5px;
	color: #003399;
	font-size: 9pt;
	text-align: right;
	background-color: #FFF6D4;
	border-left: solid 2px #003399;
	border-bottom: solid 2px #003399;
}

#headerlinks a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;	
}

#headerlinks a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;	
}

#content {
	margin-top: 20px;
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 50px;
}

#content h1 {
	font-size: 28pt;
	font-weight: bold;
	color: #003399;
}

#content h2 {
	font-size: 20pt;
	font-weight: bold;
	color: #003399;
}

#content h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #003399;
}

#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #003399;
}

#footer-copyright {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 9pt;
	float: left;
}

#footer-logos {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 9pt;
	float: right;
}

.errormsg {
	border: solid 2px #ff0000;
	padding: 5px;
	color: #003399;
	background-color: #FFF6D4;
	font-weight: bold;
}

.emphasis {
	border: solid 2px #003399;
	padding: 5px;
	color: #003399;
	background-color: #FFF6D4;
	font-weight: bold;
}

.admin {
	font-size: 9pt;
	color: gray;
	text-align: right;
	margin-top: 10px;
}

.admin a {
	font-size: 9pt;
	color: gray;
	text-align: right;
	text-decoration: none;
}

.admin a:hover {
	font-size: 9pt;
	color: gray;
	text-align: right;
	text-decoration: underline;
}

th {
	border: solid 1px #003399;
	background-color: #FFF6D4;
	color: #003399;
	padding: 2px;
	text-align: center;
}

td {
	border: solid 1px #003399;
	padding: 2px;
	text-align: center;
}

hr {
	border: solid 1px #003399;
}

a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #003399;
	background-color: #FFF6D4;
	font-weight: bold;
	text-decoration: underline;
}
