body{
	padding:0px;
	margin:0px;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	height:620px;
	}

body, td {

font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.main-wrapper{
	width:1000px;
	margin:0 auto;
}
.top-header{
	width:845px;
	height:154px;
	margin:0 auto;
	background-image:url(images/menu-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.mattblacktabs{
	width: 587px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	font-family: Georgia, Times, serif;
	font-size: 12px;
}

.mattblacktabs ul{
	margin: 0;
	padding-left: 90px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 113px;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: bold;
	line-height: 20px;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*right divider between tabs*/
	color: #000000;
}

.mattblacktabs li a:visited{
color: #000000;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	color: #3E5A36;
}
.flash{
	width:1000px;
	margin:0 auto;
}
#content {
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
	text-align: left;
	background-color: #aac8a3;
	padding-bottom: 16px;
	padding-top: 16px;
}
#left {
	font:left;
	width:451px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 10px;
	margin: 0px;
	padding-top: 32px;
	padding-bottom: 8px;
}	
#left p {
	font-family: "Lucida Sans Unicode", arial, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight: normal;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 18px;
	line-height: 18px;
}
#left p a{
	font-weight: bold;
	color: #18007C;
	text-decoration: none;
	font-size: 10px;
}
#left p a:hover{
	color:#760909;
	text-decoration:underline;
}
#right {
	float:right;
	width:210px;
	padding-top: 32px;
	padding-bottom: 8px;
	padding-left: 22px;
	padding-right: 0px;
	clear: both;
}
#right p {
	font-family:"Lucida Sans Unicode", Georgia, serif;
	font-size:14px;
	color:#000000;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 5px;
}
#right a{
	color: #000000;
	text-decoration:none;
}
#right a:hover{
	color: #3E5A36;
	text-decoration:none;
}

