
body {
	background-color: #000;
	text-align: center;
	font-family: Lucida, sans-serif;
	font-size: 75%;

}

a.top {
	float: right;
	color: #999;
	font-size: 75%;

}
a, ul, li {
	font-family: Lucida, sans-serif;
}

h1, h2, h3 {
	font-family: Lucida, sans-serif;
	color: #000;
	font-weight: normal;
}

h4 {
	font-family: Lucida, sans-serif;
	color: #ff0000;
	font-weight: normal;
	font-size: 16;

}

h5 {
	font-family: Lucida, sans-serif;
	color: #ff0000;
	font-weight: normal;
	font-size: 100%;

}

#container {
  width:800px;
  margin:0 auto;
  background:#ffffff;
}

#headertop { 
  background: #fff;
  width: 800px;
  height: 229px;
}

#headersponsor {
  background: #fff;
  width: 800px;
  height: 50 px;
}

#headertoptabs {
  background: #fff;
  width: 800px;
  height: 38px;
}

#rightcol {
  background: #fff;
  float:right;
  padding-left: 5px;
  padding-top: 80px;
  width: 168px;
}

#content {
  background: #fff;
  position: relative;
  padding-left: 12px;
  padding-right: 15px;
  left: 0px;
  width: 600px;
  text-align: justify;
  float:left;


}
#twitter_div {
 text-align:left;
 background:#565656;
 color:#FFFFFF;
 border:1px solid #333;
 width:150px;
}
#twitter_div ul{
  margin:0;
}
#twitter_div li{
 text-align:left;
  list-style:none;
  margin:0;
}
div.date {
	clear: both;
	background-color: #666;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	text-align: right;
	padding: 1px 4px;
}

div.date_1 {
	clear: both;
	background-color: #666;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	text-align: left;
	padding: 1px 4px;
}

#footer {
  background: #000;
  color: #fff;
  text-align: center;
  left: 0px;
  width: 800px;
  height: 5px;

}
table {
	border: 1px solid #333;
	border-collapse: collapse;
}

th {
	text-align: left;
	background: #ff0000;
	color: #fff;
	padding: 4px 5px;
	font-family: Lucida, sans-serif;
	font-size: 95%;
}
.clear{
	clear: both;
}