﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	height: 160px;
	width: 710px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: inherit;
	margin-left: auto;
}

#top_nav {
}

#container {
	background-position: center top;
	min-width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 825px;
	height: auto;
	position: static;
	overflow: auto;
	clip: rect(auto, auto, auto, auto);
	z-index: auto;
	vertical-align: baseline;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url('Media/Images/Background9c.jpg');
	background-repeat: no-repeat;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	padding: 10px 10px 10px 30px;
	margin-right: 200px;
	width: 685px;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 15px;
}
#Right_Nav {
	right: auto;
	width: 140px;
	height: 800px;
	position: relative;
}
#page_content2 {
}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	vertical-align: top;
	text-align: right;
	margin: auto;
	padding: inherit;
}
#Left_Nav {
	right: auto;
	width: 140px;
	height: 800px;
	position: relative;
}

