﻿  /* CSS layout */
body {
	margin: 0;
}
#masthead {
	background-image: url('../images/top_banner.png');
	width: 900px;
	height: 175px;
	margin-right: auto;
	margin-left: auto;

}
#top_nav {
	border: thin solid #000000;
	padding: 0px 0px 0px 0px;
	width: 896px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	background-color: #336600;
	color: #D4E0D6;
	font-weight: bold;
}
.top_nav {
	text-align: right;
}
a.top_nav:link {
	text-decoration: none;
	color: #d0eaea;
}
a.top_nav:active {
	text-decoration: none;
	color: #d0eaea;
}
a.top_nav:visited {
	text-decoration: none;
	color: #d0eaea;
}
a.top_nav:hover {
	text-decoration: none;
	color: #ffff80;
}
a img { border: none ; }
#container {
	background-image: url('../images/content_bg.png');
	width: 900px;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}
#main_content {
	padding-top: 12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}
#page_content {
	padding: 10px;
	margin-left: 200px;
}
#left_nav2 {
	padding: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8D8D47;
}

#footer {
	width: 900px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #8FAB8F;
}
#page_title {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #808080;
}
#left_nav {
	padding: 7px;
	background-color: #cccc99;
	font-family: "Times New Roman", Times, serif;
	color: #336600;
	font-size: 14px;
}
.style1 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: xx-small;
}
