@charset "UTF-8";
/* CSS Document */

.sec-nav{
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	height: 68px;
}
.sec-nav h1{
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 20px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

li.secnav{
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
.secnav a{
	color: #666;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-variant: small-caps;
	text-decoration: none;
	border-color: white;
}

.secnav a:hover, .secnav a:active{
	color: #732f31;
	text-decoration: none;
	font-variant: small-caps;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

ul.secnav{
	list-style-type: none;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	#margin-left: 0px;
}

.banner{
}