/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 260px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 260px;
}

#footer {
}
.Large1 {
	font-size: medium;
	font-weight: bold;
}
