
body {
	margin: 0;
	padding: 0;
	background-color: #f6f7f8;
	font-family:Arial, Helvetica, sans-serif;
}

.main { 
	width:980px; 
	margin:auto; 
}

p {
	font-size: 10px;
	color: #666666;
}

.offset { 
	position : absolute;
	top : -9000px;
	left : -9000px;
}


a, a:link {	
  	color: #999;
	text-decoration:none;
    outline: none;
}
a:hover {
	color: #333333;	 
	text-decoration:underline;
	outline:none;
}
a:visited, a:active {
	/* color: #999; */
  	outline:none;  
}
a:link img, a:visited img { border-style: none; }


/* BEGIN header footer */
#sprintHeader {
	width:930px;
	color: #777777;
	font-size: 11px;
}
.headerLogo {
	width:150px; height:100px; display:block; float:left;
}
.sprintLogo {
	background:url(../img/now_logo.png) top left no-repeat;
	width:150px; height:100px; display:block;
}
.headerLinks {
	width:575px; 
	text-align:right; 
	float:right; 
	margin-top:50px;
}
#sprintHeader a {
	font-style:italic;
	font-weight:bold;
}
#sprintFooter {
	clear:both;
	width:930px;
	color: #928b8d;
	font-size: 10px;
	padding-bottom:35px;
}
#sprintFooterBar {
	color: #928b8d;
	font-size: 10px;
	font-style:italic;
	margin-top:20px;
}
#legal, #legal a {
	color:#4F8ABE;
}
/* END header footer */


.rulesList {
	margin: 0pt 0pt 0pt 0px; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
}




