﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	color: #D10E0E;
}
p {
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
#masthead {
	max-width: 1024px;
	width: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: small;
}
#top_nav {
	max-width: 1024px;
	width: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: medium;
	text-align: center;
}
#container {
	min-width: 640px;
	max-width: 1024px;
	width: auto;
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: small;
}
#left_col {
	width: 165px;
	float: left;
	background-color: #FFFFFF;
}
#right_col {
	width: 165px;
	float: right;
	background-color: #FFFFFF;
}
#page_content {
	margin-left: 170px;
	margin-right: 170px;
}
#footer {
	clear: both;
	max-width: 1024px;
	width: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: small;
	text-align: center;
	font-weight: lighter;
}
