
header {
		margin:2px;
		background:#999999;
		}
		
body {
	margin: 0;
	padding: 0;
	background: #d3d3d3 ;
	font: normal medium Georgia, "Times New Roman", Times, serif;
	color: #000000;
	
}

h1, h2, h3 {
	color: #114403;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.0em; }

p, blockquote, ul, ol {
	line-height: 1.8em;
}

blockquote, ul, ol {
}

blockquote {
}

a {
	color: #114403;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


img { border: none; }

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 0 1em;
}

hr { display: none; }

.hr {
}

/* Logo */

#logo {
	height: 100px;
}

#logo h1 {
	float: left;
	margin: 40px 0 0 20px;
	padding: 0 0 0 35px;
	background: url(../images/img03.gif) no-repeat left center;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 52px 20px 0 0;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	position:relative;
	float: left;
	top: 50px;
	padding: 20px;
}

/* Content */

#content {
	margin-right: 280px;
	min-width: 700px;
}

#welcome {
	padding-bottom: 20px;
}

/* Sidebar */

#sidebar {
	position: absolute;
	right: 0;
	top: 60px;
	float: right;
	width: 200px;
	padding: 20px;
	background:#737375;
	z-index:1;
}

#sidebar h2 {
	font-size: 1.2em;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
	background:#666666;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px dotted #006600;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 0;
	text-transform: uppercase;
	background: url(../images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;

	position:relative;
	float:left;
	top: 50px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}






.mattblacktabs{
width: 100%;
overflow: hidden;
position:relative;
top:70px;
border-bottom: 1px 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 Georgia;
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 */
}


.box {
			overflow/**/: auto;
			\height: 1%;
		}



