@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.body1 #container1 {
	width: 800px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.body1 #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}






h1 {
color:#333; 
font-size:24px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a:link { text-decoration:none; color:#333; }
h1 a:visited { text-decoration:none; color:#333; }
h1 a:active { text-decoration:none; color:#333; }
h1 a:hover { text-decoration:none; color:#ffffff; background-color:#333333; }

h2 {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:18px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* smaller text */

.proslogionText {
background-color:#333;
padding:10px;
margin:0px;
color:#FFFFFF; 
font-size:11px;
font-weight:300;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* smallerText link formatting */
.proslogionText a:link, a:visited, a:active { text-decoration:none; color:#ffffff; padding:0px; }
.proslogionText a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; padding:0px; }


.gameText {
padding:10px;
margin:0px;
color:#333; 
font-size:11px;
font-weight:300;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.metaText {
background-color:#333;
padding:10px;
margin:0px;
color:#ffffff; 
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.metaText a:link, a:visited, a:active { text-decoration:none; color:#ffffff; padding:0px; }
.metaText a:hover { text-decoration:none; color:#333; background-color:#fff; padding:0px; }


.nav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}


.nav a:link {  color: #333333; text-decoration: none}
.nav a:visited {  color: #333333; text-decoration: none}
.nav a:active {  color: #333333; text-decoration: none}
.nav a:hover {  color: #ffffff; text-decoration: none; background-color:#cc6600;}


.lapNav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #CCCCCC;
}


.lapNav a:link {  color: #CCCCCC; text-decoration: none}
.lapNav a:visited {  color: #CCCCCC; text-decoration: none}
.lapNav a:active {  color: #CCCCCC; text-decoration: none}
.lapNav a:hover {  color: #CCCCCC; text-decoration: none; background-color:#cc6600;}








