body { 
	font: 11pt/16pt verdana, sans-serif; 
	color: white;
	background-color: black;
	margin-left: 3%;
	margin-right: 3%;
}

p { 
	font: 11pt/16pt verdana, sans-serif; 
}

h1 {
	font: normal 16pt verdana, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 5px;
	margin-top: 20px;
	color: white;
	background: #980000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h2 { 
	font: normal 16pt verdana, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 5px;
	margin-top: 20px;
	color: #980000;
	border-bottom: solid medium #980000;
}

h3 { 
	font: italic normal 12pt verdana, sans-serif; 
	border-bottom: thin dotted  #980000; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #980000;
}

h5 { 
	font: italic normal 11pt verdana, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #980000;
}

a:link { 
	font-weight: bold; 
	color: white;
}

a:visited { 
	font-weight: bold; 
	color: white;
}

a:hover, a:active { 
	color: white;
}

#pageHeader h1 { 
	padding: 5px 0px 25px 0px; 
	margin-left: 25px; 
	margin-right: 25px; 
	font: normal 48pt arial;
	text-align: center;
	background-color: black;
	color: white;
	background: url(champions.png) no-repeat center;
}

#container { 
	margin-left: 25px;
	margin-right: 25px;
	background: black;
}

#sidebar {
	color: white;
	width: 220px;  
	margin: 25px;
	margin-left: 0px;
	float: left;
	background: black;
	font: 8pt verdana, sans-serif; 
	padding: 10px; 
	border: 1px solid #980000;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding: 2px; 
	margin-bottom: 5px;
}

#sidebar li:hover {
	line-height: 2.5ex; 
	list-style-type: none;
	background-color: #980000;
	display: block; 
	padding: 2px; 
	margin-bottom: 5px;
}
	
#sidebar li a:link { 
	color: white;
	text-decoration: none;
	padding: 8px;
}
	
#sidebar li a:visited {
	color: white;
	text-decoration: none;
	padding: 8px;
}

#sidebar h3 { 
	margin: 25px 0px 5px 0px; 
	width: 220px; 
	height: 15px; 
	color: white;
	font: 9pt verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
}
	
#sidebar h3 span {
	display:block
}

#limitations-table {
/*	border: 1px dashed #F7F7F7; */ 
	margin: 10px;
	color: #F7F7F7;
}

#limitations-table .ability {
	text-align: left;
	width: 30%;
	text-indent: 10px;
}

#limitations-table th {
}

#limitations-table td {
	text-align: center;
	border-top: 1px dashed #F7F7F7;
}

#limitations-table td.footnote {
	font-size: 8pt;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	border-top: none;
}

#date-list tr {
  margin-bottom: 5px;
}

#date-list .date {
  width: 100px;
  text-align: center;
}

table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

td {
  vertical-align: top;
}

th {
  border-bottom: 1px dashed #980000;
}

#cyclopedia-list .name {
  width: 15%;
}

#attributes-list td {
  text-align: center;
}

#attributes-list {
  width: 50%;
}

#attributes-list td {
  border-bottom: 1px dashed #580000;
}

#attributes-list th {
  border-bottom: 1px solid #980000;
}

.table-note {
  font-style: italic;
  font-size: 90%;
}