﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	padding-top: 20PX;
	padding-bottom: 20PX;
	color: #6699FF;
	font-weight: bold;
}

#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 {
	margin-left: 200px;
	padding-top: 20PX;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#footer {
}
