﻿/* CSS layout */
#masthead {	text-align: center;
	font-size: large;
	font-weight: 700;
	font-style: italic;
	color: #FFFFFF;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
.newStyle1 {
	left: inherit;
}
.newStyle2 {
	left: auto;
}
