﻿/* CSS layout */
#masthead {
	border-style: ridge;
	font-family: Verdana;
	font-size: small;
	background-image: none;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	width: 670px;
	padding-top: inherit;
}
#top_nav {
}
#page_content {
	border-width: inherit;
	border-style: none;
	border-color: inherit;
	font-family: Verdana;
	font-size: small;
	color: #000000;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
}

