﻿/* CSS layout */
#masthead {
	font-family: Georgia;
	color: #006600;
	font-size: xx-large;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#top_nav {
	padding: 10px;
	text-align: center;
	font-family: Georgia;
	font-size: small;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	width: auto;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
#paragraph {
	font-family: Georgia;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
h1 {
	font-family: Georgia;
	font-size: large;
	font-weight: bold;
	color: #006600;
}
.H1 {
	font-family: Georgia;
	color: #006600;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.RedMast {
	font-family: Georgia;
	font-size: xx-large;
	font-weight: bolder;
	color: #FF0000;
}

