body {
	background: #7A45AE url(images/bg.gif) repeat-x fixed;
	color: #000000;
	margin: 0;
	padding: 0;
	font: 12px/18px Helvetica, Arial, sans-serif;
}

a:link {
	color: #C8116A;
	text-decoration: underline;
}

a:visited {
	color: #C8116A;
	text-decoration: underline;
}

a:hover {
	color: #CC98FE;
	text-decoration: underline;
}

a:active {
	color: #CC98FE;
	text-decoration: underline;
}

h1 {
	color: #C4005F;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #261042;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0;
	color: #612C96;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

textarea {
	margin-bottom: 10px;
}

select {
	margin-top: -10px;
	margin-bottom: 10px;
}

/* intro pages */
#wrap {
	background: #FFFFFF;
	margin: 20px auto;
	width: 980px;
}

#header {
	background: #1D0C34 url(images/banner.gif) no-repeat;
	width: 980px;
	height: 155px;
}

#header p {
	color: #FEFEFE;
	position: relative;
	top: 156px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;	
}

.dates {
	color: #FFB84F;
	font-weight: bold;
}

#content {
	background: #FFFFFF;
	padding: 10px 27px 20px 27px;
}

#content p {
	padding: 0;
}

#content .title {
	height: 81px;
}

#content .title img {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}

#logos {
	width: 100%;
}

#sponsor {
	width: 49%;
	margin-bottom: 7px;
	padding-top: 30px;
	padding-bottom: 45px;
	float: left;
	border-right: 1px solid #B59DCC;
	text-align: center;
}

#financial {
	padding-top: 30px;
	text-align: center;
}

#sponsor img {
	display: inline;
	margin-top: 20px;
}

#financial img {
	display: inline;
	margin-top: 10px;
}

#sponsor h2, #financial h2 {
	color: #CF006D;
	margin: 0;
}

#continue {
	margin: 0 7px;
	height: 75px;
	border-top: 1px solid #B59DCC;
	clear: both;
}

#continue img, #continue input {
	display: block;
	position: relative;
	top: 20px;
	left: 430px;
}

#footer {
	background: transparent;
	padding: 0;
	width: 100%;
	font-size: 10px;
	text-align: center;
}
/* end intro pages */
/* game info popup */
#popup {
	background: #FFFFFF url(images/popup-header.gif) no-repeat;
	width: 700px;
	margin: 0 auto;
	padding: 0;	
}

#txt, #prep {
	background: transparent;
	padding: 110px 0 20px 0;
	margin: 20px;
}

#txt h1, #prep h1 {
	color: #cf006d;
	font-size: 16px;
	text-align: center;
}

#txt h2, #prep h2 {
	color: #C4005F;
	margin-bottom: 4px;
	line-height: 14px;
}

#txt h3, #prep h3 {
	color: #000000;
	font-weight: bold;
	line-height: 15px;
}

#txt h4, #prep h4 {
	margin: 0;
	padding-top: 5px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#txt p, #prep p {
	margin-top: 5px;
}

.green {
	color: #388D00;
}

.red {
	color: #D30000;
}

.nav {
	color: #7FBCE7;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #7FBCE7;
}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
	text-decoration: none;
}

ul.inputs {
	list-style: none;
	margin: -10px 0 10px 0;
	padding: 0;
}

.list {
	margin: 10px;
}

.list ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
}

#txt ul li {
	padding-bottom: 9px;
}

#txt li a:link, li a:visited, li a:hover, li a:active {
	text-decoration: none;
	font-weight: bold;
}

#txt img {
	float: left;
	margin-right: 10px;
}

#txt p {
	padding: 0;
}

ul.obj {
	margin-left: 12px;
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
}

ul.obj li {
	padding: 0;
}

.active {
	color: #000000;
}
/* game info popup */

/* scorecard and qa review popup */
#popup-score {
	background: #FFFFFF url(images/popup-header.gif) top left no-repeat;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.cap {
	font-size: 11px;
}

#tabledisplay {
	padding: 120px 10px;
}

#tabledisplay a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#tabledisplay table td {
	padding: 5px;
}

#popup-score .question {
	margin-top: 77px;
}

#popup-score .printdisplay {
	padding: 80px 20px 30px 20px;
}
/* scorecard and qa review popup */
