﻿/* CSS layout */
.newStyle1 {
	background-color: #80A6CD;
}
#masthead {
	background-color: #80A6CD;
	background: #80A6CD;
}

#top_nav {
	background: #80A6CD;
	border: medium;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thick;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: medium #FF0000 solid
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {

	border: #FF0000 solid;
	position: absolute;
	right: 0px;
	top: 0px;
	width:190px
}

#footer {
	border-bottom: thick #FF0000 solid;
	position: relative;
	clear: both;
} 

a:link {
	color: #FF0000;
}
