﻿* {
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	background-color: #EE0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header_table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.header_table td {
	text-align: center;
	padding-top: 10px;
}
.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
}
.header_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#navigation {
	padding: 10px;
}
.nav_table {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.nav_table td {
	border: 4px none #001696;
	border-collapse: separate;
	border-spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.nav_table a {
	text-decoration: none;
	color: #E00;
	font-weight: bold;
}
.nav_table a:hover {
	color: #EFBD29;
}
#content {
	padding: 10px;
	position: relative;
}
.underconstruction {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

