body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
/*_______________________________________________ TOP OF PAGE___________________*/
#header {
	border-top: 1px solid #778899;
	background-color: #FFFFFF;
	border-bottom: none;
	height: 3em;
	margin-left: 13em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	padding: 2px;
	border: none;	
}
/*_______________________________________________ START OF NAVIGATION___________*/
#nav_area {
	position: absolute;
	top: 5em;
	left: 1em;
	width: 12em;
}
#nav_area img {
	border: none;
	text-align: center;
}
#nav_area ul {
	list-style: none;
	margin-left: 0em;
	padding-left: 0;
}
#nav_area li {
	font-size: 80%;
	border-bottom: none;
	margin-bottom: 0.3em;
}
#nav_area a:link, #nav_area a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav_area a:hover {
	text-decoration: none;
	color: #FF0000;
}
#nav_area ul ul {
	margin-left: 1.5em;
}
#nav_area ul ul li {
	border-bottom: 1px solid #000080;
	margin:0;
}
#nav_area ul ul a:link, #nav_area ul ul a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #880F1D;
}
#nav_area ul ul a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #FF0000;
}
#nav_area h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

/*_______________________________________________ CONTENT_______________________*/
h1 {
	font: 150% Arial, Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: 120% Arial, Georgia, "Times New Roman", Times, serif;
}
p {
	font: 1em Arial, Helvetica, sans-serif;
}
td, th {
	font: .7em Arial, Helvetica, sans-serif;
}

img.floatLeft {
	float: left; 
	margin: 1em;
}
img.floatRight {
	float: right; 
	margin: 1em;
} 
#text_area {
	margin-left: 14em;
	margin-top: 0em;
	margin-right: 3em;
	margin-bottom: 0em;
}
#text_area ul {
	list-style: none;
	margin-left: 0em;
	padding-left: 0;
}
#text_area li {
	font-size: 80%;
	border-bottom: none;
	margin-bottom: 0.3em;
}
#text_area a:link {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#text_area a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #e2e2e2;
}
#text_area a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: #e2e2e2;

/*_______________________________________________ BUTTON NAVIGATION_____________*/
#button {
float: left;
list-style-type: none;
display: block;
margin: .5em;
padding: .5em 0;
border-top: 1px solid #000080;
}
#button a {
display: block;
width: 10em;
color: #FFF;
background-color: #036;
padding: .2em 0;
text-align: center;
text-decoration: none;
}
#button a:hover {
color: #FFF;
background-color: #000080;
}
