*{
  padding:0;
  margin:0;
}
html {
	height:100%;
	width: 100%;
	background-image: url(images/bodybackground_tile.gif);
	font-family: Arial, sans-serif;
	background-color: #ECECEC;
		}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}
p {
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	display: block;
}
h1 {
	padding-bottom: 5px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
}
h2 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	line-height: 17px;
}
li {
	font-size: 12px;
	line-height: 15px;
	list-style-position: outside;
	}
a {
color: #CC0000;
}
/**************************
TOP PANEL
**************************/
/*logobar*/
#logobar {
	z-index: 999;
	height: 75px;
	width: 966px;
	position:relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
/*TOP NAVIGATION POSITION*/
#totfit_logo {
	/*item position*/
	position: absolute;
	z-index: 999;
	top: 0px;
	margin-left: 660px;
}
#nb_logo {
	/*item position*/
	position: absolute;
	z-index: 999;
	margin-top: 15px;
	top: 0px;
}
/**************************/
/******************
PNG BKG WRAPPER AND FIX
*******************/
.pngwrap {
	width: 980px;
	/*item position*/
	position:relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/wrapperbkg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.pngwrap[class] {
	background-image:url(images/wrapperbkg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/****************************/
/*MAIN NAVIGATION
*****************************/
#mainnav {
	text-align: left;
	background-image: url(images/topnav_tile.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 960px;
	vertical-align: top;
}
/****************************
CONTENT
*****************************/
/*content*/
#wrapper {
	width: 980px;
	position:relative;
	text-align: left;
	clear: both;
}
#slideshow {
	position: absolute;
	z-index: 998;
	clear: both;
	left: -0px;
}
#content {
	width: 960px;
	position: relative;
	z-index: 999;
	top: 0px;
	clear: both;
	background-image: url(images/content_tile.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#loginpanel {
	width: 346px;
	background-color: #F63;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}

/*******************************
LEGAL
********************************/
#legal {
	width: 940px;
	line-height: 12px;
	color: #333;
	text-align:left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 10px;
}
#legal a{
	color: #999999;
}
/*******************************
FORM
********************************/

.codefield {
	width: 42px;
	border: 1px solid #CCCCCC;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 4px;
	margin-top: 4px;
	margin-right: 5px;
	background-color: #e6e6e6;
	text-align: center;
	font-weight: bold;
}
.formfield {
	border: 1px solid #CCCCCC;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 4px;
	margin-top: 4px;
	margin-right: 5px;
	background-color: #e6e6e6;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 13px;
	color: #FF0000;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
/*******************************
RULES
********************************/
#rulesScroller{
	border:0;
	width:450px;
	overflow : auto;
	height:670px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 22px;
}
.one_k {
	height: 41px;
	width: 77px;
	display: block;
	background-image: url(images/shoecounter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
/*
.one_k {
	height: 40px;
	width: 77px;
	display: inline-block;
	background-image: url(images/shoecounter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0F0;
}
*/
.GOR_tally {
	display: inline-block;
	padding-left: 160px;
	background-image: url(images/logo_girlsontherun_tally.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
}
.SGK_tally {
	display: inline-block;
	padding-left: 160px;
	background-image: url(images/logo_susangkomen_tally.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
}
.SPO_tally {
	display: inline-block;
	padding-left: 160px;
	background-image: url(images/logo_specialolympics_tally.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
}
.clear {
	padding-bottom: 4px;
	margin-bottom: 10px;
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.totals {
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bolder;
	width: 154px;
	color: #cc0000;
	text-align: left;
}
.smalltxt {
font-size: 10px;
}

