body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, 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;
	margin-right: 4em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 4em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 75%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.4em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	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: 6em;
}
li   {
	font-size: 80%;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #385876;
}
h2 {
	font: 115% Georgia, "Times New Roman", Times, serif;
	color: #385876;
}
#content p {
	text-align: justify;
	font-size: 80%;
	line-height: 1.4em; 
	padding-left: 1.2em;
}
#content a:hover {
	color: #778899;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #2A4F6F;
	background-color: transparent;
}

#next {
	margin-left: 16em;
	margin-right: 6em;
}
#next p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#next a:hover {
	color: #778899;
}
#next a:link, #next a:visited {
	text-decoration: underline;
	color: #2A4F6F;
	background-color: transparent;
}

#adsense {
	position: relative;
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 2px 4px 2px 6px;
}