body {
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #2A4F6F;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
#header {
	height: 3.3em;
}
#header .strapline {
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 12em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.2em;
	margin-top: 1.3em;
}
#nav {
	position: absolute;
	top: 5em;
	left: 0.5em;
	width: 11em;
}
#nav ul {
	list-style: none;
	list-style-image: url(images/star.gif);
	margin-left: 1.2em;
	padding-left: 0;
	background-repeat: no-repeat;
}
#nav li {
	font-size: 70%;
	border-bottom: 5px solid #FFFFFF;
	background-color: transparent;
	padding: 3px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #ED1C24;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 14em;
	margin-right: 8em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #595959;
}
h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #595959;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
hr {
	border: dotted;
	background-color: #AAAAAA;
	color: #AAAAAA;
	height: 1px;
	width: 100%;
}