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

#masthead {
	border: medium solid #C0C0C0;
	padding: 5px;
	color: #009999;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#container {
	min-width: 600px;
}

#left_col {
	border: medium solid #C0C0C0;
	padding: 5px;
	margin: 5px 5px 5px 20px;
	width: 200px;
	float: left;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #009999;
	text-align: center;
}
#page_content {
	padding: 0px 5px 0px 5px;
	margin-left: 250px;
	margin-right: 25px;
	font-size: x-large;
	text-align: center;
	margin-top: 0px;
}
#footer {
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	color: #009999;
	list-style-type: none;
	font-size: large;
	font-weight: normal;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #C0C0C0;
}

