﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding: 5px 15px 5px 15px;
	border: thick double #000080;
	margin: 10px 100px 10px 100px;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: medium;
	color: #000080;
	text-indent: 2em;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}

#footer {
}
