﻿/* CSS layout */
#masthead {
	position: relative;
	width: 1000px;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 120px;
}

#container {
	position: relative;
	width: 1024px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 24px;
	margin-left: 300px;
	max-width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}

#right_col {
	width: 260px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
	text-indent: 5px;
}

#footer {
	width: 1024px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
