body {
	margin: 0px 79px;
	background-color: #191f56;

	font: normal normal normal medium Verdana, Arial, sans-serif;
	line-height: 150%;
}

#page_container {
	width: 98%;
	margin: 1em auto;
	background-color: white;
	background-image: url('/images/default/menu-bg.gif');
	background-repeat: repeat-y;
}

#accessibility_controls {
	height: 1.5em;
	background-color: #191f56;
}

#accessibility_controls ul {
	float: right;
	margin: 0.0em 0.2em 0 0;
	list-style: none outside none;
}

#accessibility_controls li {
	float: left;
	margin-left: 1em;
	font-size: 0.8em;
}

#accessibility_controls a {
	color: #fee723;
}

#accessibility_controls .accesskey {
	color: #fee723;
	text-decoration: none;
}

#header {
	position: relative;
	margin: 0; padding: 0;
	margin-left: 125px;
	background-color: #6873d3;
	background-image: url('/images/default/header-map.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 202px;
	color: #fee723;
}

#header h1 {
	position: absolute;
	bottom: 50px;
	height: 30px;
	margin: 0;
	padding: 130px 0 0 51px;
	font-size: 1.7em;
}

#header h2 {
	position: absolute;
	margin: 0;
	padding: 10px 0 0 30px;
	font-size: 1em;
	bottom: 20px;
	left: 4px;
}

#header img {
	position: absolute;
	left: -194px;
	top: -34px;
}

#content {
	/* What we want is min-height, but IE doesn't support it - this is for everything else. */
	min-height: 830px;
}

/* And this ensures the same effect on IE. */
* html #content {
	height: 830px;
}

#menu_container {
	position: relative;
}

#menu {
	position: absolute;
	width: 125px;
	margin-top: 35px;
}

#menu * {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#menu ul {
	margin-bottom: 1.5em;
}

#menu li {
	width: 105px;
	margin: 0 0 5px 13px; padding: 2px 0 0 0;
	text-align: center;
	position: relative;
	background-image: url('/images/default/button.gif');
	background-repeat: no-repeat;
	height: 33px;
}

#menu a {
	display: block;
	height: 35px;
	
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .accesskey {
	position: absolute;
	left: -17px;
	top: 0px;
	text-decoration: none;
	font-size: 0.8em;
	color: white;
}

#content_inner {
	background-color: #fff;
	margin-left: 125px;
	padding: 10px;

	font-size: 0.9em;
}

#footer {
	background-color: #6873d3;
	margin: 0;
	padding: 10px;
	clear: both;
	text-align: right;
	color: white;
	position: relative;
	height: 60px;
	font-size: 0.9em;
}

#footer a {
	color: white;
}

#awards {
	position: absolute;
	left: -80px;
	top: 10px;
	width: 400px;
	height: 50px;
}

#footer p {
	position: absolute;
	right: 10px;
	top: 25px;
	height: 60px;
	margin: 0; padding: 0;
}

#footer img {
	margin: 0; padding: 0;
}

a img {
	border: none;
}

th {
	text-align: left;
	vertical-align: top;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size 1.2em;
}

h6 {
	font-size: 1.1em;
}

