﻿/* CSS layout */
#masthead {
	border: medium inset #FFFFFF;
	width: 700px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/headlogo.jpg');
}
#top_nav {
	border-color: #FFFFFF;
	border-width: medium;
	text-align: center;
	background-color: #425DB5;
	color: #FFFFFF;
	width: 500px;
	border-left-style: inset;
	border-right-style: inset;
	border-top-style: inset;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#page_content {
	background-position: bottom;
	border: medium inset #FFFFFF;
	padding: 10px;
	width: 680px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-indent: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 450px;
	background-image: url('images/divbott.jpg');
	background-repeat: no-repeat;
}
#footernav {
	border-width: medium;
	border-color: #FFFFFF;
	text-align: center;
	font-size: small;
	width: 400px;
	background-color: #425DB5;
	color: #FFFFFF;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	vertical-align: super;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	border: medium inset #FFFFFF;
	text-align: right;
	font-size: x-small;
	width: 700px;
	background-color: #425DB5;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
.#container {
	width: 700px;
	position: absolute;
}
