﻿/* CSS layout */
#masthead {
	color: #FFFFFF;
	font: 100% "Times New Roman", Times, serif;
	font-size: xx-large;
	background-color: #333399;
	text-align: center;
}
#top_nav {
}
#container {
	position: relative;
	width: 100%;
}
#page_content {
	margin-right: 200px;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	border: 1px solid #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}
p {
	font-family: "Times New Roman", Times, serif;
}
