﻿@import url(layout.css);
body {
	color: #58595b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}
#container {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#masthead {
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-color: #fff;
	overflow: hidden;
	top: 0px;	
}
#page_content {
	padding-left: 9%;
	padding-right: 9%;
	z-index: 1;
	padding-top: 9px;
}
#id31053 {
}
#footer {
	position: fixed;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
/* Styles for Masthead */
#masthead img {
	vertical-align: top;
	border-width: 0;
}
/* Styles for Footer */
#footer img {
	vertical-align: bottom;
}

