﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#page_content {
	border-style: solid;
	border-width: thin thick thin thick;
	border-color: #FFFFFF;
	font-size: small;
	background-color: #FFFFFF;
}
#footer {
	font-size: xx-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
