﻿/* CSS layout */
#masthead {
	width: 1000px;
	float: inherit;
	clip: rect(auto, auto, auto, auto);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#top_nav {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#page_content {
	font-size: small;
	font-family: "Century Gothic";
	color: #003366;
	font-weight: 400;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#rsisalto {
	float: left;
	width: 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#footer {
}