.menu a{
	color: white;
	text-decoration: none;
	font-family: "Comic Sans MS";
	margin-left: 0px;
	padding: 0px, 0px, 0px, 0px;
	width: 140px;
}
.footer, .footer table, .banner, .menu img, .menu table, .menu a:link, .menu a:visited, .menu a:active{
	background: Navy;
}
.menu a:link, .menu a:visited, .menu a:active{
	color: white;
	text-decoration: none;
}
.menu a:hover, .menu a:focus{
	background: White;
	color: Navy;
	text-decoration: none;
}
.menu table{
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.menu li{
	text-align: left;
	list-style: square inside none;
	vertical-align: middle;
}

.menu img{
	border-left: 0px;
}
.banner{
	height: 88px;
	border-right: thin solid Navy;
	border-bottom: thin solid Navy;
	text-align: center;
	position: static;
	vertical-align: middle;
	padding-top: 15px;
}
.top_menu{
	border-top: thin solid White;
	border-left: thin solid Navy;
	border-right: thin solid Navy;
	text-align: center;
	padding-top: 4px;

}
.center_menu{
	text-align: center;
	border-left: thin solid Navy;
	border-right: thin solid Navy;

}
.bottom_menu{
	text-align: center;
	border-left: thin solid Navy;
	border-right: thin solid Navy;
	border-bottom: thin solid Navy;
	padding-bottom: 6px;
}
.standalone_menu{
	border-top: thin solid White;
	border-left: thin solid Navy;
	border-bottom: thin solid Navy;
	border-right: thin solid Navy;
	text-align: center;
	padding: 4px;
}
.bumper{
	border-top: thin solid Navy;
}
.footer{
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer table{
padding-right: 0px;
margin-left: 0px;
margin-right: 5%;
width: 90%;
color: White;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.footer a:link, .footer a:visited, .footer a:active{
	color: white;
	text-decoration: none;
}
.footer a:hover, .footer a:focus{
	background: White;
	color: Navy;
	text-decoration: none;
}
.noscroll{
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	background: #ffffff;
	vertical-align: top;
	z-index: 1;
	visibility: visible;
	left: 0;
	top: 0;
	text-align: left;
	/* margin: 0 0 0 0; */
	position: absolute;
	width: 100%;
}
.scroll{
	margin: 0px 0px 0px 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
	z-index: 0;
}
body{
}
.new_stuff{
	border: thin dashed Red;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: Red;
}
.new_stuff a:link, .new_stuff a:visited, .new_stuff a:active{
	color: red;