body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	color: #333333;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 335px 0 0;
	margin-top: 4px;
	background-color: #C1D5EB;

}
html, body, #wrapper {
	min-height: 100%;
	height: 100%;
}
#header {
	background-color: #0070AF;
	position: absolute;
	width: 760px;
	height: 90px;
	top: 0px;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}
#header a:link, #header a:visited {
	color: #BFE7FF;
}
#header a:hover, #header a:active {
	color: #FFCABF;
}
#content {
	position: absolute;
	top: 140px;
	padding-right: 2em;
	padding-left: 2em;
	font-size: 80%;
	background-color: #C1D5EB;
	padding-bottom: 2em;
}
#content h1 {
	font-size: 140%;
	font-weight: bold;
}
#content ul {

}
#content li {
	padding-bottom: 1em;
}
#content dt {
	font-weight: bold;
	color: #7A1500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF1E00;
}
#content dd {
	margin-top: .5em;
	margin-bottom: 1em;
}
a:link {
	color: #004C7A;
}
a:visited {
	color: #0070AF;
}
a:hover, a:active {
	color: #AF1E00;
}

#navigation {
	font-size: 90%;
	position: absolute;
	top: 96px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004C7A;
	width: 760px;
	text-align: center;
	padding-bottom: .85em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 2px 10px 3px;
	color: #FFFFFF;
	background-color: #0070AF;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	border-top: 1px solid #BFE7FF;
	border-right: 1px solid #004C7A;
	border-bottom: 1px solid #004C7A;
	border-left: 1px solid #BFE7FF;
}
#navigation a:hover, #navigation a:active {
	color: #FFFFFF;
	background-color: #AF1E00;
	border-top: 1px solid #7A1500;
	border-right: 1px solid #FFCABF;
	border-bottom: 1px solid #FFCABF;
	border-left-width: 1px solid #7A1500;
}
#footer {
	clear: both;
	font-size: 70%;
	color: #AAAAAA;
	background-color: #99CCCC;
	padding-top: 1em;
	padding-bottom: 1em;
}
.headercontact {
	text-align: center;
	float: right;
	margin-right: 1em;
	line-height: 160%;
	margin-top: 1.75em;
}
.logoright {
	width: 112px;
	text-align: right;
	margin-left: 2em;
}
.footnote {
	font-size: 90%;
	color: #7A1500;
	font-style: italic;
}
.holderright {
	float: right;
	width: 140px;
	background-color: #C1D5EB;
	text-align: right;
	padding-bottom: 2em;
}
.contactdetails {
	background-color: #BFE7FF;
	font-weight: bold;
	margin: 2em;
	padding: 1.5em;
}
.top {
	background-color: #BFE7FF;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}

