﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	color: #006666;
	text-align: center;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
	border-style: groove;
	border-width: thick;
	padding: 0px 10px 5px 10px;
	margin: 0px 10px 5px 10px;
	background-image: inherit;
}
#top_nav {
	font-size: large;
	font-weight: bold;
	text-align: center;
	border-bottom-style: groove;
	border-bottom-width: thick;
	border-bottom-color: #006666;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	color: #006666;
}

#container {
	min-width: 600px;
}

#left_col {
	border-style: groove;
	border-width: thick;
	padding: 10px 5px 5px 10px;
	margin: 10px 5px 5px 10px;
	width: 200px;
	float: left;
	color: #006666;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	background-image: inherit;
}
#right_col {
	border-style: groove;
	border-width: thick;
	padding: 10px 10px 5px 5px;
	margin: 10px 10px 5px 5px;
	width: 200px;
	float: right;
	color: #006666;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	background-image: inherit;
}
#page_content {
	margin-left: 250px;
	margin-right: 250px;
	text-align: center;
	margin-top: 0px;
	color: #006666;
	font-size: large;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #006666;
	border-bottom-color: #006666;
	border-top-width: thick;
	border-bottom-width: thick;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #006666;
}
