﻿/* CSS layout */
#masthead {
	font-family: "Times New Roman", Times, serif;
}
#top_nav {
	border: thin ridge #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #FFCC66;
	position: absolute;
	vertical-align: bottom;
	line-height: normal;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	border: thin ridge #663300;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
	font-size: small;
	background-color: #FFCC66;
}

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

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
	text-indent: inherit;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #FFCC66;
	border: thin ridge #663300;
}

