﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
}
#top_nav {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-color: #3333CC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	clip: rect(auto, auto, auto, auto);
	right: 0px;
	width: 100%;
}
#page_content {
	padding: 0px;
	margin: 0px;
	background-position: 100% 100%;
	background-color: #FFFFCC;
	height: auto;
	text-align: left;
	bottom: auto;
	border-bottom-style: 0;
	position: static;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-decoration: none;
}
#footer {
	border-style: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #3333CC;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	left: 10px;
	clip: rect(auto, auto, auto, auto);
	overflow: auto;
}

