@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #000000;
	padding: 36px 0 30px 0;
	text-align: center;
}

.clearFloat {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #990000;
}

a:hover {
	color: #CC0000;
}

p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}

.headingLvl01 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 5px;	
}

.headingLvl02 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 5px;	
}

.headingLvl03 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px;	
}

.mouseType {
	font-size: 12px;
}

.mouseLink {
	font-size: 10px;
}

dl, dl p {
	font-size: 10px;
	line-height: 14px;
}

dd {
	margin: 0 0 0 10px;
}

.pullquote {
	display: inline;
	margin: 3px 5px;
}

#case {
	margin: 0 auto;
	width: 1000px;
}

#stage {
	background-color: #000000;
}

#subFooter {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

#rules {
	display: block;
	margin: 40px 0 0;
	padding: 20px 30px;
	text-align: left;
	border-top: 1px #444444 solid;
}

#rules p, #rules h1, #rules h2, #rules h3, #rules dl {
	color: #444444;
}

#rules p {
	margin: 0 0 6px;
}

#rules dl p {
	margin: 0 0 2px;
}

.layout02Col {
	width: 49%;
	float: left;
	margin: 0 1% 0 0;
}

.spaceAfter {
	margin: 0 0 10px;
}





/* ##############################
  INDEX.PHP Rules
############################## */

body#index #stage {
	margin: auto;
	width: 350px;
	text-align: center;
}

body#index #head {
	margin: 0 0 10px;
}

body#index #banner {
	margin: 0 0 10px;
}

body#index .indexCol {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#flashCol {
	width: 164px;
	padding-right: 10px;
	text-align: right;
	border-right: 2px solid #660000;
}

#htmlCol {
	width: 160px;
	padding-left: 10px;
	text-align: left;
}

body#index ul {
	list-style-type: none;

}

body#index h1, body#index p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 0 0 3px;
}

body#index h1, body#index h1 a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	text-decoration: none;
}

body#index ul p, body#index ul p a {
	text-transform: uppercase;
	text-decoration: none;
}

body#index .caption {
	font-size: 10px;
	font-style: italic;
	text-transform: none;
}


