body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-align: center;
margin: 0px;
padding: 20px 0px 20px 0px;
background-color: #F0F0F0;
}
#wrapper {
width: 840px;
background-color:#FFFFFF;
padding:10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 1px solid #ddd;
}
#nav{
margin: 0px;
padding: 10px 0px 0px 0px;

width: auto;
}
#header {
margin: 0px;
padding: 0px;
height: 158px;
width: auto;
background-image:url(Images/new/header.jpg);
border-bottom: 1px solid black;
}
#container {
padding: 0px;
margin: 10px 0px 0px 0px;
width: auto;
}
#left {
margin: 0px;
text-align: left;
width: 155px;
padding: 15px 8px 10px 8px;
float: left;
line-height: 1.8em;
}
#center {
	height: auto;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 430px;
	padding: 10px 20px 10px 20px;
	float: left;
	margin: 0px 0px 0px 6px;
	line-height: 1.8em;
	text-align: left;
}
h1 {
font-size: 14px;
margin: 0px;
padding: 0px;
}
h2{
font-size: 11px;
margin: 0px;
padding: 0px;
}
img.floatLeft { 
float: left; 
margin: 4px; 
}
img.floatRight { 
float: Right; 
margin: 4px; 
}
#right {
padding: 15px 10px 10px 15px;
text-align:left;
height: auto;
width: 150px;
float: left;
margin: 0px;
line-height: 1.8em;
}
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}
#sponsor {
margin: 10px 0px 0px 0px;
text-align: left;
padding: 15px 0px 15px 5px;
}
#footer {
margin: 5px 0px 0px 0px;
text-align: center;
padding: 10px 0px 15px 0px;
background-color: #caced4;
}
#footer p {
color:#666666;
margin: 0px auto 0px auto;
padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #666666;
text-decoration: none;
}
#footer a:hover {
color:#000000;
text-decoration: none;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background-color:#414141;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 1em Tahoma;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 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 */
}

