body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}

#header {
	height: 20%;
	background-color: #336666;
	border-bottom: 7px solid #000000;
}

#header .strapline {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: transparent;
	float: left;
	margin-left: 5em;
	margin-top: 0.5em;
}



#header .logo {
	float: left;
	margin-left: 1.5 em;
	margin-top: 0.5 em;
}

#pressbox .logo {
	float: left;
	margin-left: 1.5 em;
	margin-bottom: 1.5em;
}

#nav {
	position: absolute;
	top: 35%;
	left: 1em;
	width: 12em;
	background-color: #ffffff;
	color: #336666;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}

#nav li {
	font-size: 80%;
	margin-bottom: 0.1em;
}


#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #336666;
	background-color: transparent;
}

#nav a:hover {
	color: #778899;
	text-decoration: underline;
}

#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

#pressbox {
	position: absolute;
	top: 80%;
	left: 1.5em;
	width: 11em;
	padding: 3px;
}


#pressbox ul {
	list-style: ;
	margin-left: 1em;
	padding-left: 0;
}

#pressbox li {
	font-size: 80%;
	margin-bottom: 0.1em;
}

#pressbox a:link, #pressbox a:visited {
	text-decoration: none;
	color: #660000;
	background-color: transparent;
	font-weight: bold;
}

#pressbox a:hover {
	color: #778899;
}

#pressbox h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

#content {
	margin-left: 13em;
	margin-right: 2em;
	padding-left: 15px;
	background-color: #ffffff;
	border-left: 2px solid #000000;
}

#content .navtop {color: #000000;
			background-color: transparent;
		font: 60% Arial, "Times New Roman", Times, serif;}
#content .navtop		a:link {text-decoration: none; color: #336666; background-color: transparent;}
#content .navtop		a:visited {text-decoration: none; color: #336666; background-color: transparent;}		
#content .navtop		a:hover {color: #778899; text-decoration: underline;}
 
			

h1 {
	font: 175% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#content {width: 600px;}

#content h4 {
	font: 100% Georgia, "Times New Roman", Times, serif;
}

#content h5 {
	font: 85% Georgia, "Times New Roman", Times, serif;
		display: inline;
		font-weight: bold;
}

#content h6 {
	font: 75% Arial, "Times New Roman", Times, serif;
}

#content p {
	font-size: 50%;
	line-height: 1.6em;
	padding-left: 1.2em;
}

#content li {
	font-size: 70%;
}

#content li ul {
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, "Times New Roman", Times, serif;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #660000;
	background-color: transparent;
	font-weight: bold;
}

#content a:hover {
	color: #778899;
}

#footer {
	color: #ffffff;
			background-color: transparent;
		font-family: arial,"Times New Roman", Times, serif;
		font-size: .7em;
		text-align: center;
		height: 15%;
		background-color: #336666;}
		
#footer a:link {text-decoration: none; color: #ffffff; background-color: transparent;}
#footer a:visited {text-decoration: none; color: #ffffff; background-color: transparent;}		
#footer a:hover {color: #ffffff; text-decoration: underline;}




