﻿/* CSS layout */
body
{
	background-attachment: fixed;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	background-color:white;
}
#masthead {
	background-image: url("header1b.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	width: inherit;
	height: 197px;
	background-color:white;


}
#masthead1 {
	background-image;background-image:url('header1a.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: inherit;
	height: 197px;
	margin-left: auto;
	margin-right: auto;
	width: 955px;

}

#footer {
	width: 955px;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #663200;
	background-color:white;

}
#top_nav {
	width: inherit;
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	background-color: white;
	position: relative;
	left: 0px;
	top: 0px;
	list-style-type: none;
	margin: 0px;
	height: 11px;
	padding-top: 5px;
}
#top_nav a {
	text-decoration: none;
	color: black;
}
#top_nav1 {
    background-image: url("../../header1a.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 955px;
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	background-color: white;
	position: relative;
	left: 0px;
	top: 0px;
	list-style-type: none;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 955px;

}
#top_nav1 a {
	text-decoration: none;
	color: black;
}

#container {
	top: 225px;
	width: 955px;
}
td a {
	text-decoration: none;
	color: black;
}
a {
	color:blue;
	text-decoration:underline;
}
li {
	list-style-type: disc;
	font-size: 12px;
	color: #663200;
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px;
	background-position: center;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.spacer {
	width: 3px;
	border-bottom: 2px solid #000000;
}
.activetab {
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: center;
	font-weight: bold;
	color: black;
}
.activetab a {
	text-decoration: none;
	color: black;
}
.inactivetab {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	background-color: #66CCFF;
	padding-left: 3px;
	padding-right: 3px;
}
.inactivetab a:hover {
	-background-color: white;
	-font-weight: bolder;
}
.inactivetab a {
	text-decoration: none;
	color: black;
	-font-weight: lighter;
}




