body {font-family: Georgia, Helvetica, Arial, sans-serif; font-size:13px; line-height: 18px; color: #333333; padding:0px; margin:0px; text-align:left; background-color: #666666; background-image: url('../images/mainbackground.gif'); background-repeat: repeat-x; }
p, div, table, tr, td, form, input {margin: 0px;}

a {color: #003366; text-decoration:underline;}
a:visited {color: #003366; text-decoration:underline;}
a:hover {color: #990000; text-decoration:underline;}

td.off {background: #5C5752;}
td.on {background: #48413A;}

.onwhite a {color: #FFCC66; text-decoration:underline; } 
.onwhite a:hover {color: #FF9900; text-decoration:underline; }
.date {font-size:12px; line-height:20px; color:#333333; padding:0px; margin:0px; font-weight:bold; text-decoration:none;}

h1 {font-size:22px;	line-height:28px; color:#003366; padding:0px; margin:0px; font-weight:bold; text-decoration:none;}
h2 {font-size:16px;	color:#9E090D; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h3 {font-size:16px; line-height:18px; color:#FFFFFF; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h4 {font-size:13px; line-height:15px; color:#FFFFFF; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h5 {font-size:13px; line-height:15px; color:#333333; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h6 {font-size:16px; color:#FFFFFF; padding:0px; margin:0px; font-weight:bold; text-decoration:none;}

hr {color: #e8e8e8; background-color: #e8e8e8; border: 1px dotted;}

div.line {border-top: 1px dotted #ccc; clear:both; width:100%}
div.line hr {visibility:hidden;}

img.floatLeft {float: left; margin: 5px; }
img.floatRight {float: right; margin: 10px; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
font: normal 15px Georgia, Arial, sans-serif;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 1px solid transparent; /*right divider between tabs*/
color: white;
background: transparent; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #000000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	border-bottom:0px solid #666;
	margin-bottom:0em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/slide-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/slide-right.gif") no-repeat right top;
	padding:10px 15px 14px 6px;
	margin-right:0px;
	color:#666666;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -40px;
	}

#tabs a:hover span {
	background-position:100% -40px;
	color:#333333;
	}