@charset "utf-8";
/* CSS Document */
#container {
	width:780px;
	background-color: White;
	margin:4px;
	padding: 0px;

}

#header_nav {
	padding-top:4px;
	padding-left:0px;
	padding-bottom:4px;
	background:#696;
	border:1px solid #696;
}
#header_nav a {
	font-size:14px;
	padding:.2em;
	padding-left:.4em;
	padding-right:.4em;
	text-decoration:none;
	color:#fff;
	letter-spacing:1px;
	background:#696;
	text-align:justify
}
#header_nav_active {
	background:#9c6
}
#header_subnav {
	padding-top:4px;
	padding-left:0px;
	padding-bottom:4px;
	background:#9c6
}
#header_subnav a {
	font-size:12px;
	padding:.2em;
	padding-left:.4em;
	padding-right:.4em;
	text-decoration:none;
	color:#000;
	letter-spacing:1px;
	background:#9c6;
	border:1px solid #99cc66
}
#header_subnav_active {
	background:#ffe5b2
}
#header_nav a:hover, #nav a.current, #header_nav a:active {
	background:#ffe5b2;
	color:#000
}
#header_nav_inactive, #header_subnav_inactive {
	background:#696
}
#header_subnav a:hover, #nav a.current, #header_subnav a:active {
	background:#ffe5b2;
	color:#000;
	border:1px solid #fc0
}
.promotext {
	font-size:12px;
	text-decoration:none;
	color:#666;
	letter-spacing:1.125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #F3F7B2; padding:4px;
}
