@charset "utf-8";


/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: 10px;
}
#container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-left: 180px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../imagesforbuttons/bgd.png);
}
#header {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#navbar {
	width: 900px;
	position: absolute;
	left: 150px;
	top: 165px;
}
#maincontent {
	background-color: #1e1e1e;
	width: 1035px;
	margin: 0 auto;
	border: solid #f90 1px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
	height: 530px;
}
#leftcol {
	background-color: #333;
	width: 250px;
	float: left;
	border-style: solid;
	border-color: #000;
	border-right-width: 1px;
	border-top-width: 1px;
}
#middlecol {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 500px;
	height: 450px;
}

#rightcol {
	background-color: #333;
	width: 250px;
	float: left;
	border-style: solid;
	border-color: #000;
	border-top-width: 1px;
	margin-left: 10px;
	border-left-width: 1px;
}
#smalltable {
	width: 170px;
	margin: 0 auto;
	text-align: center;
	background-color: #1e1e1e;
	padding-top: 2px;
	padding-bottom: 2px;
}

#m2 {
	border: solid #f60 1px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 2px;
	margin-bottom: 10px;
	height: 330px;
	position: relative;
	width: 500px;
	background-color: #000;
}
#scrolltext {
	padding-left: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	padding-right: 30px;
	overflow: visible;
	visibility: visible;
	text-align: center;

}
#scrollthumb {
	width: 2000px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#m4 {
	overflow-x: scroll;
	overflow: scroll;
	float: left;
	overflow-y: hidden;
	width: 500px;
	height: 115px;
	position: relative;
}

#m3 {
	text-align: center;
	margin-bottom: 5px;
	float: left;
	width: 500px;
}

h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #600;
	background-color: #F90;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 0px;
}
h2 {
	background-color: #F90;
	color: #600;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	border: solid #600 1px;
}
h3 {
	border-color: #000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px;
	margin-top: 0px;
	font-size: 10px;
}




.textabovedates {
	color: #C60;
	font-weight: bold;
}

.dates {
	color: #FF6;
	font-weight: bold;
	font-size: 11px;
}

#scrolltext p a {
	text-decoration: underline;
	font-weight: bold;
}

#scrollthumb a img {
	padding-left: 5px;
	border: none;
}

a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #F90;
	text-decoration: none;
}

#footer {
	width: 580px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
}
