﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #C0C0C0;
}

#top_nav {
}

#container {
	border: 0px solid #C0C0C0;
	min-width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 150%;
	background-color: #C0C0C0;
}
#left_col {
	width: 200px;
	float: left;
	background-color: #C0C0C0;
}
#right_col {
	width: 200px;
	float: right;
	background-color: #C0C0C0;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #800000;
}
.Textformat01 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 150%;
}
.Footerformat01 {
	text-align: center;
}
