﻿/* CSS layout */
#content_container {
	background-color: #000000;
	background-repeat: repeat;
}
#masthead {
	border: 1px solid #D9DCC0;
	background-color: #FFFFFF;
	width: 850px;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	border-style: solid;
	border-width: 2px 1px 1px 1px;
	border-color: #E1E3CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #E1E3CD;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 840px;
	margin-top: 1px;
	text-align: center;
}
#container {
	border: 1px solid #D8DBBF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left_col {
	padding: 5px;
	width: 175px;
	position: ;
	left: px;
	top: px;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#page_content {
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 630px;
	float: right;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#footer {
	border-color: #D8DBBF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #E1E3CD;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

