﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 95%;
	left: 0px;
	top: 0px;
}
#left_col {
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
}

#page_content {
	border-style: none;
	padding: 0px;
	background-position: 0px 0px;
	margin-left: 200px;
		font-family: Arial, Helvetica, sans-serif, Arial;
		font-size: small;
		color: #003366;
		left: 15px;
		margin-bottom: 23px;
	vertical-align: baseline;
	font-weight: 400;
}

}

