body {

	margin: 0;
	padding: 0;
	background-color: white;
	background-image:  url(images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: 14em 8em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
.insetpic {
	margin-left: 180px;
}
#header {
	background-color: white;
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 140px;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 100px;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	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: #FF6633;
}
#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;
}
#content h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
}
#content h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
}
#content h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
}
#content h4 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #2A4F6F;
}
#content ul, li {
	font-size: 90%;
	font: Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
}
.datatable {
	border : 0px solid #2A4F6F;
	border-collapse : collapse;
}
.datatable p, td, .datatable th {
	border : 0px solid #2A4F6F;
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: .2em;
	color: #2A4F6F;
}
#clockline {
	color: black;
	background-color: Silver;
	font-size: 70%;
	padding-left : 1em;
}#footer {
	clear: both;
	color: black;
	background-color: Silver;
	font-size: 70%;
	padding-left : 1em;
}