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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E2DDD6;}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;}
	
#topSquare {
	width: 750px;
	height: 20px;
	background-color: #81DAF8;}
	
#topS1, #topS3, #topS5, #topS7, #bottomS1, #bottomS3, #bottomS5 {
	width: 100px;
	height: 17px;
	float: left;
	padding-top: 3px;
	background-color: #81DAF8;}
	
#topS2, #topS4, #topS6, #bottomS2, #bottomS4, #bottomS6 {
	width: 100px;
	height: 17px;
	float: left;
	padding-top: 3px;
	background-color: #FF99CC;}
	
#topSquare a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;}
	
#topSquare a.current {
	color: #CC3366}

#mainRules {}
	
#mainRules h2 {
	color: #003399;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #FFCC66;
	font-size: 24px;}

.please {
	font-weight: bold;
	color: #003399;}

#rulesBox {
	margin: 0;
	font-size: 12px;
	line-height: 1.8em;
	padding: 0 20px;
	text-align: left;}

#rulesBox h3, #mainRules h3 {
	color: #FF3300;
	font-size: 18px;}
	
p {
	font-size: 13px;
	line-height: 1.8em;}

p#blue {
	background-color: #81DAF8;}	
	
p#yellow {
	background-color: #FFCC66;}
	
p#pink {
	background-color: #FF99CC;}
	
p#greetings {
	background-color: #81DAF8;
	text-align: center;}
	
.emphasis {
	font-size: 16px;
	font-weight: bold;}

p#protection {
	font-size: 10px;
	color: #000000;}
	
#footer {
	margin: 0;
	padding: 0;}
	
#copyright {
	font-size: 9px;
	margin: 5px 0 10px 0;}
	
