body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #444;
	line-height: 100%;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #444; }

#header {
	background: #000;
	width: 80%;
	height: 145px;
	line-height: 125px;
	margin: 0 auto;
	/*
	background-image: url(img/TGRbanner.jpg);
	background-position: right;
	background-image: url(img/TGRbanner.jpg);
	background-position: left;
    background-repeat: no-repeat;*/
	*/
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #444 top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	background: #FFF;
	width: 80%;
	margin: 0 auto;
	font-size: 80%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* This re-adjusts IE to the above padding */

#menu ul {
	background: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	width: 100%;
}

#menu li { display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: #000;
	color: #aaa;
	text-decoration: none;
	float: left;
	border-right: 1px solid #aaa;
}

#menu a:hover {
	background: #aaa;
	color: #000;
}

#cont {
	width: 78%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
	font-family: trebuchet, verdana, tahoma, georgia, serif;
	font-size: 80%;
	text-align: left;
}


* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 90%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #123123 top left repeat-x;
	border: 2px solid #000;
	font-size: 80%;
}

h2 {
	color: #aaa;
	padding-bottom: 1px;
/*	border-bottom: 1px solid #a0c80e; */
	font-size: 200%;
	letter-spacing: -1px;
}

a:link, a:visited {
    font-weight: bold;
	color: #0000ff;

}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

.mdtbl {
	width: 75%;
	margin: 0 auto;
	font-size: 100%;
	white-space: nowrap;
	padding-right: 2px;
	background: #000;
}

.mdtbl a:hover {
	background: #666;
	color: #fff;
}

.mdtbl a:link, .mdtbl a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
/*	float: center;*/
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
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-family: Tahoma;
font-weight: bold;
font-size: 90%;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 5px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: #fff;
background: #000; /*background of tabs (default state)*/
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #aaa; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #000;
}

.footmenu a{
font-size: 9pt;
color: #FFF;
background-color: #000;
}

.footmenu a:hover{
font-size: 10pt;
color: #fff;
background-color: #888;
}

.copy{
font-size: 8pt;
color: #444;
}

