﻿body {
	margin: 0px;
	background-color:#6699FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
	width: 90%;
	background-color:#FFFFBB;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5%;
	border: 2px solid #000080;
}

#header {
	background-color:#FFFFBB;
}

.menu-table {
	position: relative;
	width: 100%;
	float: left;
	background-color:#000080;
	text-align: center;
}
.menu-table tr td a {
	text-decoration:none;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu-table tr td a:link {
	color:#FFFFBB;
	font-size: .9em;
}
.menu-table tr td a:visited {
	color:#FFFFBB;
	font-size: .9em;
}
.menu-table tr td a:hover {
	color:#6699FF;
	font-size: .9em;
	background-image:  url(../images/menu_bg_hover.gif);
	background-repeat: no-repeat;
}
#footer {
	font-size: .7em;
	text-align: center;
	width: 100%;
	line-height: 30px;
}
#contentSection {
	font-size: .85em;
	padding: 10px;
	width: 95%;
}
h1 {

	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: .85em;
}

a:link {
	color: #0000CC;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:hover visited {
	color: #CC3300;
	text-decoration: none;
}
hr {
	height: 1px;
}
p {
	font-size: .85em;
}
ul li {
	font-size: .8em;
}
.section-summary {
	position: relative;
	width: 90%;
	left: 5%;
	margin-top: 20px;
}
.section-summary tr td {
	background-color:#FFFF99;
	width: 20%;
	border: 1px solid #000080;
}
.section-summary tr td a {
	text-decoration:none;
	padding: 5px;
	display: block ;
}
.sectionMenu a {
	display: list-item;
	width: 120px;
}