body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #6D7BB1;
	font-family: Verdana;
	border-top: 4px solid #2A4F6F
}
#top {
	position: absolute;
	left: 0px; top: 0px; height: 100px; width: 100%;
	border-top: 4px solid #778899;
	height: 3em;
}
#top .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	text-align: right;
	background-color: transparent;
	float: right;
	margin-right: 1em;
	margin-top: 1.5em;
}
#top .logo {
	float: left;
	margin-left: 0.5em;
}
#left {
	position: absolute;
	height:100%;
	width:150px;
	top:100px;
	background-color: #B2BCC6;
}
#left ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#left li {
	font-size: 75%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#left p {
	font: 65% verdana, arial, sans-serif;
	color: #FFFFFF;
	margin-left: 0.5em;
	background-color: transparent;
}	
#left a:link, a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#left a:hover {
	color: #FFFFFF;
}
#left h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#main {
	position: absolute;
	top: 100px;
	left: 175px;
}
#main a:link {
	text-decoration: none;
	color: #2A4F6F;
}
#main a:visited {
	text-decoration: none;
	color: #2A4F6F;
}
#main a:hover {
	color: #778899;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#main p {
	font-size: 80%;
	line-height: 1.4em; 
	padding-left: 1.2em;
}
#main h3 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	font-weight: bold;
	text-align: center;
}
#main h4 {
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
#main h5 {
	font: 75% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	font-weight: bold;
	text-align: center;
}
#main .logo {
	float: right;
	margin-right: 2em;
}
#main .logo2 {
	float: left;
	margin-left: 3em;
}