a {
	color: #008;
}

body {
	margin: 5px;
	font-family: aerial , verdana, sans-serif;
	font-size: 13px;
}

.nav0 {background-color: #2F2A78; color: white;}
.nav2 {background-color: #2F2A78; color: white;}


table.structure {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}
td.logo_cell {
	background-image: url('/img/logo_background.jpg');
	background-color: #06c;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: center;
}
td.header_cell {
	height: 100px;
	vertical-align: top;
	font-size: 30px;
	color: white;
	font-weight: bold;
	text-align: left;
	background-image: url('/img/header_background.jpg');
	background-color: #06c;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 225%
}
td.menu_cell {
	vertical-align: top;
	color: white;
	background-image: url('/img/menu_background.jpg');
	background-color: #06c;
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
}
td.menu_cell a:link, td.menu_cell a:hover, td.menu_cell a:visited{
	color: white;
}

td.content_cell {
	vertical-align: top;
}

td.menu_cellbottom {
	background-image: url('/img/header_background.jpg');
	height: 33px;
	background-color: #06c;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
}

.menu_list {
	position: relative;
	left: -30px;
	top: -15px;
	list-style-type: none;
}

.cell_center td{
	text-align: center;
}

.ul_doublespace {
	line-height: 200%
}

#history a {
	color:black;
}
