﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
#masthead {
	width: 800px;
	height: 285px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: thin ridge #800000;
}
#top_nav {
	width: 800px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #800000;
	border: thin ridge #800000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	vertical-align: sub;
}
#container {
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
	border: thin ridge #800000;
}
#left_col {
	width: 195px;
	height: auto;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-weight: 700;
}
#page_content {
	width: 593px;
	height: auto;
	padding: 2px;
	border: thin ridge #800000;
	background-color: #C0C0C0;
	font-size: medium;
	color: #000000;
	font-style: normal;
}
#footer {
	width: 800px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #800000;
}
