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

body{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: black;
	line-height:150%;
	margin:0px;
	text-align: center;
	background: black;
}

#Body{
	width: 900px;
	margin:0px auto;
	text-align: left;
	margin: 15px auto;
}

#Header{
	height: 120px;
}

#middle{
	height: 32px;
	margin-top:12px;
}

#middle div a{
	font-family: SunSans-Regular, Sans-Serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

#main{
	background: #2C2C2C;
	border-bottom: 1px solid white;
}

#main_left{
	float: left;
	width: 184px;
	padding: 8px;
}

#main_left h1{
	margin:0;
	padding:0;
	font-size: 14px;
	color:white;
	padding-bottom:8px;
}

#main_right{
	float: left;
	width: 683px;
	background: #999999;
	padding: 8px;
	border-left: 1px solid white;
	min-height:500px;
}

#main_right h1{
	margin:0;
	padding:0;
	font-size: 14px;
	color:white;
}

#main_right a.link, #main_right a.visited, #main_right a.hover, #main_right a.active {
	color: #FFFFFF;
	text-decoration: none;
}

a.link, a.visited, a.hover, a.active {
	color: #FFFFFF;
	text-decoration: none;
}

a.white link, a.white.visited, a.white.hover, a.white.active {
	color: #FFFFFF;
	text-decoration: none;
}

#main_left ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#main_left ul li{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

#main_left ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

table.pagebar{
	margin-left: auto;
	margin-right: auto;

}

table.pagebar tr td {
	color: #FFFFFF;
	text-decoration: none;
	width:20px;
}

table.pagebar tr td a{
	color: #FFFFFF;
	text-decoration: none;

}

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

hr{
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

#footer{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}







