@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #000000;
}
.oneColFixCtrHdr #container #Menu {
	border: 1px solid #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #000000;
}
.oneColFixCtrHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

.mattblacktabs ul{
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
	background-color: #FFFFFF;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #000000; /*background of tabs (default state)*/
	width: 139px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	background-color: #FFFFFF;
}

.mattblacktabs li a:visited{
	color: #000000;
	background-color: #FFFFFF;
}

.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 */
	color: #FFFFFF;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear: both;
}
