body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height:3em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
    width: 300px;
    text-align:right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
    width: 231px;
	margin-left: 0.25em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 10em;
	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: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
} 

#footer {
	font-size: 80%;
	padding-top: 1em;
    text-align:right;
    color: #999;
    background-color: transparent;
}

#footer ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#footer li {
	font-size: 80%;

	margin-bottom: 0.3em;
}
#footer a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#footer a:hover {
	color: #778899;
}

#footerNav ul {
 font-size: 12px;
 margin: 0 0 10px 0;
}
#footerNav li {
 display: inline;
}
#footerNav li a {
 padding: 0 8px 0 0;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
}
#footerNav li a:hover {
 text-decoration: underline;
}
#footerNav {
position:absolute;
left:500px;
top:-300px;
}
