/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #455660;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1F3D5F;
}
a:visited {
	color: #1F3D5F;
}
a:hover {
	color: #1F3D5F;
}
a:active {
	color: #1F3D5F;
}
#container {
	width: 960px;
	margin: auto;
	background: url(images/container_back.jpg);
}
#olson {
	width: 960px;
}
#header {
	width: 940px;
	height: 150px;
	background: url(images/header.jpg);
	padding-left: 20px;
}
#copyright {
	width: 880px;
	padding: 20px;
	margin: auto;
	text-align: center;
}
#content {
	width: 840px;
	padding: 20px;
	margin: auto;
}
.headers {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #1F3D5F;
}
.copyright {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
}
.copyright a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
}
.copyright a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
}
.copyright a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
}
.copyright a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
}
.subheaders {
	color: #5B1200;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
}
