* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px 0px;
	background-color: #656565;
	/*color: #c2bebe;*/
	color:black;
	font-family: tahoma, arial, sans-serif;
	font-size:15px;
	text-align: center;
}

a {
	/*color: #c2bebe;*/
	color:blue;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	/*color: #d26a36;*/
	color:blue;
	background-color: inherit;
}

h1 {
	padding-top:10px;
	text-align:left;
	font-size:1.4em;
	font-family:tahoma,arial,sans-serif;
	color:maroon;
}

h2 {
	padding-top:10px;
	text-align:left;
	font-size:1.4em;
	font-family:tahoma,arial,sans-serif;
	color:#000080;
}
h3 {
	padding-top:10px;
	
	text-align:left;
	font-size:1.1em;
	font-family:tahoma,arial,sans-serif;
	color:black;
}

h4 {
	padding-top:3px;
	text-align:left;
	font-size:.8em;
	font-family:tahoma,arial,sans-serif;
	color:#000000;
}

p {
	padding: 14px 0px 5px;
	text-align: left;
	line-height: 1.2em;
	clear : both;
	float : none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

.mattblacktabs{
background:inherit;
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
margin-bottom:10px;
}

.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: 10px 11px; /*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 */
}

#container {
	border:1px solid #BFBFBF;
	margin: 0px auto;
	width: 745px;
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
	color: inherit;
}

#mywindow {
	background:#F4F4F4;
	padding:25px;
}

/* Page Footer */

#page_footer {
	margin-left: 375px;
	width: 362px;
	padding: 9px 0px;
	background: url('images/background.gif') #343231 repeat-x 0px 0px;
	color: white;
	clear: both;
	font-size: 10px;
	line-height: 12px;
}
#page_footer a {
	color: #c2bebe;
}
#page_footer a:hover {
	color: #c2bebe;
}