﻿/* CSS layout */
#masthead {
	width: 620px;
	height: 80px;
}

.TopBar {
	color: #808080;
	margin-top: 10px;
	clear: both;
	line-height: 4px;
}

#container {
	width: 100%;
}
#left_col {
	width: 100px;
	clear: both;
	text-decoration: none;
}

#page_content {
	margin-left: 200px;
	min-height: 80px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
}

#footer {
	clear: both;
}
#page_content {
	margin-left: 125px;
	min-height: 100px;
	max-width: 500px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
}
