﻿/* CSS layout */
#masthead {
}
#top_nav {
	border-color: none;
	border-width: none;
	border-style: none;
	color: #FF6600;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: large;
	padding-top: 12px;
	visibility: visible;
	background-color: #000000;
	font-variant: small-caps;
	font-style: normal;
}
#page_content {
	background-color: #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
#footer {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	color: #FD7F1F;
	border-style: outset none none none;
	border-top-width: medium;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-color: #FD7F1F;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
	background-color: #000000;
	font-weight: bold;
}
