/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 700px
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
/* Header display attributes */
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 6em;
	background-image: url(header.jpg)
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
/* Navbar display attributes */
#nav {
	position: absolute;
	top: 9em;
	left: 1em;
	width: 14em;
}
#nav ul	{
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}	
#nav li {
	font-size: 100%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #B9421A;
	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;
}
/* Basic page divisions */
#content	{
	margin-left: 16em;
	margin-right: 2em;
	margin-bottom: 3em;
}
#content a:link, #content a:visited {
	color: #B9421A;
	background-color: transparent;
}
#content a:hover {
	text-decoration: none;
}
h1 { 
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #B9421A;
}
#content p, ul {
	font-size: 80%;
	line-height: 1.6em;
	padding-left: 1.2em;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #B9421A;
	color: #FFF;
	border-top: 1px dotted #AAAAAA;
	text-align: center;
	font-size: 70%;
}
html > body #footer {
	position: fixed;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	background-color: transparent;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
</style>