@charset "UTF-8";
/* CSS Document */

.style3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#header {
	padding: 0.1em;
	letter-spacing: 0.25em;
	word-spacing: 1em;
	text-decoration:none;
}

#content {
	float: left;
	width: 740px;
	margin-right: 5em;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFF;
	font-weight: bold;
}
#navigation {
	letter-spacing:0.2em;
	margin: 0;
	padding-top: 0px;
	float: left;
	width: 800px;
	background-position: left;
	text-align: left;
	text-decoration: none;
}

#navigation ul {
	margin: 0;
	list-style: none;
	text-decoration: none;
}

#navigation li {
	display: inline;
	text-decoration: none;
}

#navigation a {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: underline overline;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer { 
clear:both;
margin-top:5em;
padding: 5em;

}
 
#container {
	width:860px;
	border-width: 0 px;
	margin-top: 2em;
	margin-left: 2em;
}

a:link{
	color: #999999;
	text-decoration:none;
}
a:visited {color: #999999;
text-decoration:none;

}
a:hover {
	text-decoration: none;
	color:#304E89;
}
