body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}
html>body, html>body #container {
	height: auto;
}




#header {
	border-bottom: 1px dotted #B2BCC6;
	height: 7em;
	padding-bottom: 2px;
}
#header .strapline {
	font: italic 30px Georgia, "Times New Roman", Times, serif;
	color: #006699;
	background-color: transparent;
	float: none;
	margin-left: 10px;
	padding-top: 10px;
	left: 130px;
	position: absolute;
	top: 30px;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 7.5em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 90%;
	line-height: 1em; 
	padding-left: 1.2em;
}
.standardpic {
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
}
.datatable {
	background: #FFFFFF;
}
#content .datatable table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
}


#content .datatable th {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-size: 90%;
	border: 1px solid #000000;
	padding: 0.3em 0.3em 0.3em 0.4em;
	background: #CCCCCC;
}

#content .datatable td {
	font-size: 90%;
	border: 1px solid #000000;
	color: #000000;
	background: #EDDEEB;
	padding: 0.3em 0.2em 0.3em 0.4em;
}
#content .datatable tr.even {
	background: #F4F4F0;
}

#footeriom {
	color: #000000;
	height: 30px;
	width: 100%;
	margin-top: 6px;
	background: #CCCCCC;
	clear: left;
	float: left;
	padding-top: 6px;
	position: absolute;
	bottom: 0px;
}
	font: italic normal 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	padding-left: 4px;
}
#container {
	position: absolute;
	left: 0px;
	top: 0px;
}

.uparrow {
	font: bold normal 90% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin-left: 70px;
	padding-left: 50px;
}
.copyright {
	font: italic normal 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999999;
	padding-left: 4px;
}
