<style type="text/css">

a {text-decoration:none;}

a:link {
	color: "#0F3446";
	text-decoration: none;
	}

a:visited {
	color: gray;
	text-decoration: none;
	}

a:hover {
	color: "#00EEFF";
	text-decoration: none;
	}

a:active {
	color: "#FF7700";
	text-decoration: none;
	}

a img {
	border: 0px;
	}

span {
	margin: 0.1em;
	display: block;
	} 

span.firstchar {
	float:left;
	width:0.7em;
	font-size:400%;
	font-family:algerian,courier;
	line-height:80%;
	}

span.small {
	font-size:75%;
	color: gray;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	line-height:1.2em;
	}

span.singlespace {
	line-height: 0em;
	}

span.title {
	line-height: 0%;
	}

.center {
	text-align:center;
	}

.floatright {
	float:right
	}

.floatleft {
	float:left
	}

.bullet {
	font-size:100%;
	list-style-type: square;
	}

hr.section {
	width:"250px";
	}

hr.divider {
	width:"200px"; 
	text-align:left;	
	}

img.top {
	vertical-align:middle;
	border-right: 2px solid black;
	}

div.container {
	width:790;
	margin-left: auto; 
	margin-right: auto;
	border:2px solid black;
	line-height:150%;
	text-align: left;
	}

body
{
text-align: center;
}


div.header {
	color:white;
	clear:left;
	border-bottom: 1px solid black;
	}

div.location {
	padding-left:0.5em;
	color:"#0F3446";
	background-color:white;
	clear:left;
	border-bottom: 1px solid black;
	background-color: "#F8F8F8";
	}

div.footer {
	padding-left:0.5em;
	color:white;
	background-color:"#0F3446";
	clear:left;
	border-top: 1px solid black;
	}

div.menu {
	float:left;
	width:100px;
	padding: 1em;
	}

div.content {
	margin-left:100px;
	padding: 1em 1em 1em 1em;
	border-left:2px solid black;
	}

div.contentinvert {
	margin-left:100px;
	padding: 1px 1em 1px 1em;
	color:white;
	background-color:"#0F3446";
	border-left:2px solid black;
	}
