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

#container {
	height: 775px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(images/bannerwide.jpg);
	float: right;
	height: 186px;
	width: 600px;
	border: 3px solid #acb6c7;
	margin-top: 10px;
}
#titleheader {
	text-align: center;
	background-image: url(images/sfa2.jpg);
	padding: 10px;
	height: 75px;
	width: 381px;
	float: right;
	margin-top: 115px;
}
#nav {
	padding: 10px;
	height: 150px;
	width: 190px;
	line-height: 26px;
	text-align: left;
	float: right;
	margin-right: 150px;
}
#content {
	height: auto;
	width: 700px;
	padding: 10px;
	float: right;
	margin-bottom: 50px;
	margin-right: 150px;
	background-color: #acb6c7;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.innerlist {
	line-height: 24px;
}
.linklist {
	line-height: 28px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #22314e;
	text-decoration: none;
	font-size: 18px;
	padding: 5px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2dde4;
	padding: 5px;
	text-decoration: none;
	font-size: 18px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #22314e;
	text-decoration: none;
	font-size: 18px;
	padding: 5px;
}
a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2dde4;
	padding: 5px;
	text-decoration: none;
	font-size: 18px;
}
