body {
	font-family: arial, helvetica;
	font-size: 1em;
	color: black;
	margin: 0px;
}

div {
	border: none 1px black;
}

#container {
	border: 0px; 
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#header {
	width: 880px;
	background: #002750;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding: 10px;
	clear: both;
}

#navigation {
	height: 150px;
	width: 150px;
	background: #002750;
	float: left;
}

#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 10px 5px 10px 10px;
}
	
#navigation a:hover {
	background: #EDEFF9;
	/*color: #002750;*/
	color: #e36a27;
}

#content {
	width: 720px;
	background: white;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 100px;

}

#content a {
	color: #e36a27;
}

#content img {
	border: 1px solid #000;
}
/*
#content a:visited {
	color: black;
}
*/

#footer {
	width: 900px;
	background: #002750;
	clear: both;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.footer {
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 5px;
}

span.h1 {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

span.h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

span.h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

span.p {
	color: black;
	font-size: 12px;
}
