div.container {
	width: 800;
	background: white;
}

div.top {
	width: 800;
	height: 150;
	background: white;
}

div.logo {
	float: left;
	width: 200;
	height: 150;
	background: white;
}

div.header {
	float: left;
	width: 600;
	height: 150;
	background: white;
}

h1.h1header {
	font-family: sans-serif;
	font-size: 30px;
	color: #00008A;
}

div.content {
	width: 800;
	background: white;
}

div.leftcol {
	float: left;
	width: 200;
}

div.rightcol {
	float: left;
	width: 580;
	padding-left: 10;
	padding-right: 10;
	background: white;
}

table.menu {
	width: 200;
}

a.menuitem:link,
a.menuitem:active,
a.menuitem:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	color: yellow;
	line-height: 24px;
	background: #2A1F1A;
}

a.menuitem:hover {
	background: #4A3F3A;
}

.maintext {
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	color: black;
}

.maintextlist {
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	color: black;
	line-height: 30px;
}

.maintextheader {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: black;
	text-decoration: underline;
}

.maintextcenter {
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
}

.maintextheadercenter {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-decoration: underline;
}

a.mainlink:link,
a.mainlink:active,
a.mainlink:visited {
	text-decoration: underline;
	color: black;
}

a.mainlink:hover {
	text-decoration: none;
	font-weight: bold;
}
