﻿/* CSS layout */
#masthead {
	background-color: #6B79FA;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	background-color: #6B79FA;
	font-family: Verdana;
	font-style: normal;
	color: #FFFFFF;
	background-image: none;
}

#left_col {
	background-position: inherit;
	width: 131px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}

#page_content {
	margin-left: 150px;
	height: 300px;
	background-color: #6B79FA;
}
#footer {
	background-color: #FFFFFF;
	background-position: inherit;
