@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("menu.css");

body {
	background-color: #003366;
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-color: transparent;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	background-color: transparent;
	height: 95px;
	width: 155px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
}
#language_select {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 0.75em;
	color: #FFF;
}
div#language_select a:link, div#language_select a:visited {
	color: #FFF;
	text-decoration: none;
}
div#language_select a:hover, div#language_select a:active {
	color: #FFF;
	text-decoration: underline;
}
#menubar {
	height: 50px;
	width: 960px;
	margin-top: -25px;
}
#container {
	background-color: #FFF;
	height: auto;
	width: 960px;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}
#photostrip {
	height: 120px;
	width: 960px;
	background-image: url(../images/photostrip_1.jpg);
	background-repeat: no-repeat;
}
#main_content {
	float: left;
	height: auto;
	width: 590px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	padding: 25px;
}
#main_content p {
	padding-bottom: 1em;
	color: #333;
}
#side_content {
	float: right;
	height: auto;
	width: 320px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
h1 {
	font-size: 2em;
	color: #999;
	padding-top: .5em;
	padding-bottom: 1em;
}
h2 {
	font-size: 1.25em;
	color: #666;
	padding-bottom: .75em;
}
h2 li {
	padding-left: .25em;
	list-style-position: inside;
	list-style-type: disc;
}
h3 {
	font-size: 1.25em;
	color: #666;
	padding-bottom: .75em;
	padding-top: 1em;
}
div#main_content a:link, div#main_content a:visited{
	color: #0084b4;
	text-decoration: none;
}
div#main_content a:hover, div#main_content a:active{
	color: #003366;
	text-decoration: none;
}
.documentlink {
	font-size: 1.25em;
	color: #333;
	background-color: #EAEAEA;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #999;
}
div#documentlink a:link, div#documentlink a:visited {
	text-decoration: none;
}
div#documentlink a:hover, div#documentlink a:active {
	text-decoration: none;
}
div#footer p{
	font-size: 1em;
	color: #FFF;
	text-align: center;
	padding-top: 1em;
}
div#footer a:link, div#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #FFF;
	text-decoration: underline;
}
#fineprint {
	margin-top: 1em;
	padding-top: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
div#fineprint p{
	font-size: .85em;
	color: #FFF;
	text-align: center;
}
.superscript {
	font-size: 0.75em;
	vertical-align: top;
}

.footnotes {
	margin-top: 1em;
	padding-top: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-size: .85em;
}
.boldtext {
	font-weight: bold;
}
