body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	background: url(images/bgBack.png) repeat-x #2b2b2b;
	text-align: center;
color: white;
font-family: Verdana;
}

#leftContainer{
	background: url(images/bgLeft.png) no-repeat top left; 
	width: 100%; 
	height: 100%;
}

#rightContainer{
	background: url(images/bgRight.png) no-repeat top right; 
	width: 100%; 
	height: 100%;
	min-width: 1024px;
}

#title{
	width: 535px; 
	margin: 0px auto;
	margin-bottom: 30px;
}
#mainTable{
	width: 1068px;
	margin: auto;
}

#mainTable td{
	vertical-align: top;
}

#content{
	margin-right: 10px;
	width: 708px; 
	border: 10px solid #222222;
	background-color: #666666;
}
#leftContent{
	margin-right: 10px;
	width: 160px;
}

#news{
	width: 708px; 
	background: url('images/newsRepeat.png') repeat-y;
}
.newsTitle{
	font-size: 20px;
	font-weight: bold;
}
#newsContent{
	
	margin-left: 50px;
	margin-right: 60px;
	text-align: left;
	color: black;
	font-family: Verdana;
	font-size: 12px;
}
#news table{
	color: black;
	font-size: 12px;
	font-family: verdana;
	
}
#news table td{
	padding-bottom: 10px;
}
#news ul{
	padding-left: 20px;
	list-style: disc;
}
#news li{
	padding-bottom: 5px;
}

#news a{
	color: #222222;
	background-color: #dddddd;
}

#leaderAd{
	width: 728px;
	text-align: left;
	margin-bottom: 10px;
}
#skyscraperAd{
	width: 160px; 
}

#nav {
	width: 160px;
	border: 1px solid black;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial Black, Arial;
	color: white;
	background-color: #222222;
}

#nav td{
	padding-bottom: 5px;
	padding-top: 5px;
}

#nav td:hover{
	color: #ffd737;
}

a, a:visited{
	text-decoration: none;
	color: white;
}
 a:hover{
	text-decoration: none;
	color: #ffd737;
 }

#fpStats{
	width: 160px;
	border: 1px solid black;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	margin-top: 20px;
	background-color: #222222;
	padding-top: 10px;
	padding-bottom: 10px;
}
.focus{
	color: #23b23e;
}
#statsTitleBlock{
	padding-left: 20px;
	padding-bottom: 20px;
}
#statsTitle{
	color: white;
	font-size: 24px;
	font-weight: bold;
}
#statsSubTitle{
	color: #c7c7c7;
	font-size: 16px;
}

#statsContrib{
	color: #23b23e;
	font-size: 14px;
}
#statsContribText{
	color: #c7c7c7;
	font-size: 12px;	
}

#statsPage{
	background-color: #363636;
	padding-top: 20px;
}

#statsTable{
	width: 100%;
	color: #c7c7c7;
	
}
#statsTable td{
	padding-left: 10px;
	text-align: center;
	
}
.statsHeader, .statsRow0, .statsRow1{

}
.statsHeader{
	font-weight: bold;
}
.statsHeaderR{
	border-bottom: 15px solid #363636;
}
.statsRow0R, .statsRow1R{
	padding-top: 5px;
	padding-bottom: 5px;

	border-bottom: 2px solid #363636;
	border-left: 2px solid #363636;
	border-right: 2px solid #363636;
}
.statsRow1{
	background-color: #222222;
}
.statsRow0, .statsHeader{
	background-color: #272727;
}

#leaderSelect{
	width: 678px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#leaderSelect td{
	background-color: #222222;
	border-left: 10px solid #363636;
	padding: 5px 5px;
	text-align: center;
}

#poll{

width: 250px;  
color: black; 
font-family: Arial;
font-size: 20px;
padding-left: 10px; 
border: 10px solid #222222; 
background: white;
float: left;

}

h1{
	color: white;
	font-family: Arial;
	font-size: 60px;
	text-align: center;
}

#regTable{
	width: 300px; 
	margin: auto;
	color: white;
	font-family: Arial;
	font-size: 20px;
	
}
#regTable td, #regTable input{
	width: 150px;
}

#submitButton{
	width: 100px; 
	margin: auto;
	text-align: center;
}

.perk{
	padding-left: 20px;
	background: url('images/PerkBullet.jpg') no-repeat;
}

.error{
	color: red;
	font-weight: bold;
}

#pager{
	width: 100%;
	text-align: center;
}
#pager span{
	background-color: #222222;
	padding: 5px 5px;
	margin: 5px 5px;
}


