﻿/* CSS layout */
#masthead {
	position: relative;
	max-width: inherit;
	max-height: inherit;
	margin-top: 0px;
	text-align: center;
}
#top_nav {
	top: 102px;
}
#page_content {
	top: 200;
	background-color: #889AAA;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #CCCCCC;
	visibility: visible;
	list-style-type: none;
}
.style1 {
	font-family: Arial;
}
.style2 {
	text-align: center;
}
