﻿  /* CSS layout */
body {
	margin: 0px 0 0 0px;
	padding: 0;
}

#masthead {
	border: thin solid #000000;
	position: absolute;
	height: 81px;
	width: 1092px;
	background-color: #D9ECFF;
	top: 0px;
	left: 0px;
}

#container {
	min-width: 600px;
}

#left_col {
	border: thin solid #000000;
	width: 151px;
	float: left;
	height: 5844px;
	background-color: #D9ECFF;
}
#page_content {
	border: thin solid #000000;
	margin-left: 153px;
	height: 5737px;
	background-color: #D9ECFF;
	z-index: 1;
	left: 0px;
	top: 105px;
	position: absolute;
	width: 940px;
	margin-right: 5px;
}

#footer {
	border: thin solid #000000;
	clear: both;
	height: 325px;
	background-color: #D9ECFF;
	width: 1092px;
	position: relative;
	top: 0px;
	left: 0px;
}
.newStyle3 {
	position: relative;
	width: 200px;
	height: 150px;
}

