body {
	margin: 0;
	padding: 0;
	background-color: #F0F5D4;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	background-color:#FOF5D4 ;
	top: 0;
	left: 0;
}
#header {
	height: 102px;
	border-bottom: 1px dotted #ccc;
}
#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: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 5em;
	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: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 3em;
	margin-right: 2em;
	margin-bottom: 3em;
	margin-top:2em;
	float: none;
	clear: both;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
#content p {
	font-size: 1em; 
	padding-left: 1.2em;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	background-color: #CCCCCC;
	color: #626262;
	font-size: 70%;
	
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}hr {
	color: #CC0000;
}
#top {
	width: 250px;
	float: left;
}
#top_nav a:link, #top_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
	padding-left: 10px;
}
#top_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
	padding-left: 10px;
	border-top: 2px solid #999;
		
}
#top_nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 12px;
	border-top: 2px solid #999;
	text-align: right;	
}
#content a:link, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#top_nav {
	width: 340px;
	float: left;
	border-top: 2px solid #c80901;
	margin-top: 50px;
}


#top_pic {
	width: 405px;
	float: left;
}
#content a.pdf:link, #content a.pdf:visited{
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-left: 20px;	
}

#content a.word_doc:link, #content a.word_doc:visited{
	background-image: url(../images/word_icon.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-left: 20px;	
}
a img {border:0px;}

