body {
font-family: Arial, helvetica, sans-serif;
height: 100%;
font-size: 12px;
line-height: 100%;
color: #456c87;
margin: 0;
margin-top: 0;
text-align: center;
text-decoration: ;
}

p {
	line-height: 16px;
	padding: ;
	}


#container {
	width: 760px;
	min-width: 600px;
	min-height: 400px;
	margin: 0 auto;
	background: #fff center;
	opacity: 1.0;
	filter: alpha(opacity=);
	text-align: left;
	margin-top: ;
	position: relative;
	top: 0px;
	left: 16px;
	}
	
#slideshow {
	float: right;
	width: 250px;
	min-height: 200px;
	margin: 10px 0px 0px 0px;
	background-color: ;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	position: ;
	border: 0px solid silver;
	color: ;
	}
	
/*navigation*/
.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: 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: 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{
color: #456c87;
background: #f4ceaf; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/*end navigation*/


.smlsub{
	font-size: 75%;
	line-height: ;
	color: #d6d5d3;
	margin-top: 10px;
	text-transform: uppercase;
}
.head{
	font-size: 160%;
	font-weight: normal;
	line-height: 100%;
	color: #dc6707;
	}
	
.subhead{
	font-size: 120%;
	font-weight: normal;
	line-height: 100%;
	color: #dc6707;
	}
	
li {
	line-height: 100%;
	margin: 10px 0px 0px 0px;
	}
	
.foot{
	font-size: 90%;
	line-height: 50%;
	color: #b9b7b5;
	padding-left: 20px;
text-align: left;
	}
	
.foot A:link {
text-decoration: none;
color: #b9b7b5;
}
.foot A:visited {
text-decoration: none;
color: #b9b7b5;
}
.foot A:active {
text-decoration: none;
color: #b9b7b5
}
.foot A:hover {text-decoration: none; color: #dc6707;}

#slideshow A:link {
color: #dc6707;
}
#slideshow A:visited {
color: #dc6707;
}
#slideshow A:active {
color: #dc6707;
}
#slideshow A:hover {
color: #b9b7b5;
}
	
.head A:link {
color: #dc6707;
}
.head A:visited {
color: #dc6707;
}
.head A:active {
color: #dc6707;
}
.head A:hover {
color: #b9b7b5;
}
	
#container A:link {
color: #dc6707;
text-decoration: none;
}
#container A:visited {
color: #dc6707;
}
#container A:active {
color: #dc6707;
}
#container A:hover {
color: #b9b7b5;
}