﻿/* CSS layout */
#top_nav a {
	text-decoration: none;
	color: #0000FF;
	font-variant: small-caps;
	font-weight: bold;
}
#top_nav a:link {
	color: #0000FF;
	text-decoration: none;
}
#top_nav a:visited {
	color: #0000FF;
	font-weight: bold;
}
#top_nav a:hover {
	font-variant: small-caps;
	color: #FF0000;
}
#bot_nav a {
	text-decoration: none;
	color: #0000FF;
	font-variant: small-caps;
	font-weight: bold;
}
#bot_nav a:link {
	color: #0000FF;
	text-decoration: none;
}
#bot_nav a:visited {
	color: #0000FF;
	font-weight: bold;
}    
#bot_nav a:hover {
	font-variant: small-caps;
	color: #FF0000;
}
#masthead {
	background-color: #FFFFFF;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: url('images/Chart_Table_Masthead.png');
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: 133px;
}
#top_nav {
	margin-right: 5px;
	margin-left: 5px;
	margin: 0 auto 0 auto;
	font-size: medium;
	color: #000000;
	background-color: #8C4910;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url('wood5.gif');
	width: auto;
}
#page_content {	text-align: center;
}
#footer1 {
	font-style: italic;
	font-size: xx-small;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	text-align: right;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#bot_nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#bot_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 12px;
}
#container {
	border-radius: 25px;
	border: 2px solid #BC7834;
	margin: 25px auto;
	background-image: url('bkgd.jpg');
	background-color: #FFFFFF;
	width: 960px;
}
#bot_nav {
	margin-right: 5px;
	margin-left: 5px;
	margin: 0 auto 0 auto;
	font-size: medium;
	color: #000000;
	background-color: #8C4910;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url('wood5.gif');
	width: auto;
	font-weight: bolder;
}
