/* CSS Document */

body {
	font-family: Verdana;
	font-size: 14px;
	background-color: #ffffff;
	color: #555555;
	padding: 1px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
/* Navigation */
.btmnav {
	font-family: Verdana;
	font-size: 10px;
}
.btmnav a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	text-transform: uppercase;
}
.btmnav a:hover, .btmnav .now {
	color: #99CC00;
	text-decoration: underline;
}
/* Copyright Msg */
.copy {
	font-family: Verdana;
	font-size: 8px;
}
.copy a {
	color: #555555;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	text-transform: uppercase;
}
.copy a:hover, .btmnav .now {
	color: #99CC00;
	text-decoration: underline;
}

/* Menu */
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}
.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}
.mattblacktabs li{
display: inline;
margin: 0;
}
.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* Info. Scroll */
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}