﻿/* CSS layout */
#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
}
#top_nav {
	background: transparent url(images/navbar.png) no-repeat;
	height: 35px;
	font-family: sans-serif;
	color: white;
	text-align: left;
	padding: 5px 10px 0px 20px;
	overflow: hidden;
}
#top_nav a:visited {
	color: white;
	text-decoration: none;
}
#top_nav a:hover {
	color: white;
	text-decoration: none;
}
#top_nav a:active {
	color: white;
	text-decoration: none;
}
#top_nav a:link {
	color: white;
	text-decoration: none;
}
#page_content {
	font-family: sans-serif;
}
#page_content2 {
	font-family: sans-serif;
	background: white;
	border: 1px solid silver;
	padding: 20px 20px 20px 20px;
}

#footer {
	font-family: sans-serif;
	font-size: x-small;
	color: #079aeb;
	text-align: center;
	margin-top: 4px;
}