body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 2px solid #2A4F6F;
}

/* ======================== HEADER ======================== */
#header {
/*	border-top: 1px solid #778899; */
/*	border-bottom: 1px dotted #B2BCC6; */
	background-color: #E8F7E8;
	background-image: url(media/headerbk.jpg);
	height: 100px; /* same height as logo */
}
#header .strapline {
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F /*#778899 */;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
.strapline .strapline2 {
	font-size: 0.7em;
	word-spacing: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 0em;
	margin-top: 0em;
}

/* ======================== LEFT NAVIGATION ======================== */
#nav {
	position: absolute;
	top: 110px;  /* same height as logo (and header) plus a bit more*/
	left: 1em;
	width: 10em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 0.8em;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav li a:link {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav li a:visited {
	text-decoration: none;
	color: #778899;
	background-color: transparent;
}
#nav li a:hover {
	color: #000;
	font-style: oblique;
}
#nav h2 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

#nav h2 a:link {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav h2 a:visited{
	text-decoration: none;
	color: #778899;
	background-color: transparent;
}
#nav h2 a:hover {
	color: #000;
	font-style: oblique;
}

/* ======================== FOOTER ======================== */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: #2A4F6F;
	color: #FFFFFF;
	border-top: #778899;
	text-align: right;
}
html > body #footer {
	position: fixed; /* position fixed requires quirks mode fix for IE in html page */
}
#footer .footertext {
	padding: 0.5em 1em 0.5em 1em;
	font-size: 0.8em;
}
#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: none;
}

/* ======================== CONTENT ======================== */

#content {
	margin-left: 13em;
	margin-right: 2em;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #2A4F6F;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #2A4F6F;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #2A4F6F;
	padding-left: 1.2em;
}
#content p {
	font-size: 0.9em;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#content em {
	font-weight: bold;
	font-style: normal;
}
#content li {
	font-size: 0.9em;
	line-height: 1.6em; 
}
/* Links */
#content a:link {			/* unvisited */
	color:#2A4F6F;
}    
#content a:visited {		/* visited - use default purple*/
	/*color:#663399;*/
} 
#content a:hover {			/* cursor over */
	color:#778899;
	font-size: 1em;
}
#content a:active {
	font-size: 1em;
	font-weight: bold;
} 

.topstyle {
	text-align: right;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
}
/*
.topstyle a:link {color: #94b0a2} 
.topstyle a:visited {color: #94b0a2}
.topstyle a:active {color:#ac94a4}
*/

/* images */
img { border:0; }

#content .imagert {
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#content .imageleft {
	float:left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .newsbox {
	float:left;
	padding: 1em 1em 1em 1em;
	margin: 1em 1em 2em 3em;
	top: 0px;
	left: 20em; 
	width: 400px;
	background-color: #b6c9bf;
	border: 1px solid #2A4F6F;
}
#content .clearleft {
	clear:left;
}
#content .newsctr {
	position: relative;
	left: 3em;
	padding: 1em 1em 1em 1em;
	margin: 1em 1em 2em 3em;
	top: 0px;
	left: 10em; 
	width: 400px;
	background-color: #b6c9bf;
	border: 1px solid #2A4F6F;
}
#content tr {
	font-size: 0.8em;
}
#content tr h3 {
	padding-left: 0;
}
/* Newsletter Signup Form */

.newsletter-rt, .newsletter-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
} 
.newsletter-rt {
	text-align: right;
}
.newsletter-left {
	text-align: left;
}

.newsletter-p {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 6px;
	display: block;
}
.newsletter-head-rt, .newsletter-head-left, .newsletter-head-ctr{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #964877; 
}	
.newsletter-head-ctr {
	text-align: center;
}
.getadobe {font-size:0.8em}

#content p.crumbs {			/* breadcrumb navigation */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	margin: 0 0 14px 0;
	font-weight: lighter;
}
