body {
	margin: 0;
	padding: 0;
	background-color: #184576;	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
} 

a:link { color: #d8d800; text-decoration: none }
a:visited { color: #d8d800; text-decoration: none }
a:hover { color: white; background: black; text-decoration: underline }	

#header {
	border-top: 1px solid #000000;
	height: 12em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 6em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 14em;
	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: #d8d800;
	background-color: transparent;
}
#nav a:hover {
	color: #ffffff;	background: black;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: ffffff;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 16em;
	margin-right: 3em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif; color: white;
}
h2 {
	font: 120% Georgia, "Times New Roman", Times, serif; color: white; 
} 

h3 {
	font: 95% Georgia, "Times New Roman", Times, serif; color: white; letter-spacing: normal
}

em {
	font: 110% Georgia, "Times New Roman", Times, serif; color: #F5750C; letter-spacing: normal
} 

#content p {
	font-size: 90%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}

#content ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#content li {
	font-size: 95%;
	margin-bottom: 1.3em; 
}		

#box1 {
	position: absolute;
	top: 16em;
	left: 22em;
	width: 500px;
	background-color: #184576;
	}

#box1 h2 {
	font: 130% Georgia, "Times New Roman", Times, serif; color: white; 	
 }
 
 #box2 {
	position: absolute;
	top: 16em;
	left: 22em;
	width: 700px;
	background-color: #184576;
	}

#box2 h2 {
	font: 130% Georgia, "Times New Roman", Times, serif; color: white; 	
 }
 
 
