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

/* ======================== HEADER ======================== */
#header {
/*	border-top: 1px solid #778899; */
/*	border-bottom: 1px dotted #B2BCC6; */
	background-color: #CCCCCC;
/*	background-image: url(media/headerbk.jpg);*/
	height: 95px; /* same height as logo */
}
#header .strapline {
	font-size: 1.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;	
	color: #e40301;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
.strapline .strapline2 {
	font-size: 0.7em;
	font-weight: normal;
	/*word-spacing: 0.3em;*/
}
#header .logo {
	float: left;
	margin-left: 1em; /* same as nav margin-left */
	margin-top: 5px;
	vertical-align: middle;
}

/* ======================== LEFT NAVIGATION ======================== */
#nav {
	position: absolute;
	top: 100px;  /* same height as logo (and header) plus a bit more*/
	left: 1em;	/* same as logo margin-left */
	width: 10em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0.5em;	
	margin-bottom: 0.5em;	
}
#nav li {
	font-size: 0.8em;
	/*border-bottom: 1px solid #e40301;*/
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.3em;
}
#nav li a:link {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
#nav li a:visited {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
#nav li a:hover {
	color: #000000;
	background-color:#e40301;
	/*font-style: oblique;*/
}
#nav h2 {
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	margin-top: 0.5em;	
	margin-bottom: 0.5em;	
	/*line-height: .5em;	/*
	/*border-bottom: 1px groove #e40301;*/
}

#nav h2 a:link {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
#nav h2 a:visited{
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
#nav h2 a:hover {
	color: #000000;
	background-color:#e40301;
}

/* ======================== FOOTER ======================== */
#footer {
	position:absolute;
	bottom: 0;
	left: 0;
	/*clear:both;*/
	width: 100%;
	height: 2em;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
}


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;
	vertical-align: text-top;
}
#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.8em;
	vertical-align: text-top;
}
#footer a:hover {
	text-decoration: none;
}

/* ======================== CONTENT ======================== */

#content {
	margin-left: 13em;
	margin-right: 2em;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2A4F6F;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2A4F6F;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-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: Verdana, 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: Verdana, Arial, Helvetica, sans-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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 1.3em 0 0 0;
	padding: 0 0 0 0;
	font-weight: lighter;
}
