html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* reset done */

body {
	text-align: center;
	font: 16px Verdana, sans-serif;
	background: url(gradient.png) repeat-x;
	width: 100%;
}

#page {
	position: absolute;
	top: 200px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#main {
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#centerList {
	font-size: 24px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

#centerTable {
	text-align: left;
	margin: 0 auto;
	width: 400px;
}

#sortList {
	text-align: left;
	margin: 0 auto;
}

#sortList div {
	text-align: left;
	text-shadow: #005098 0 0 10px;
	margin-bottom: 2px;
}

.removeThis:hover {
	color: #f00;
}

.removeThis {
	color: #999;
	text-decoration: none;
	font-size: 16px;
	font-variant: small-caps;
	vertical-align: top;
}

#thrillDiv{
/*	text-align: right; */
	width: 410px;
	margin: 0 auto;
	padding-bottom: 5px;
}


#thrillMe:hover, #resetPage:hover {
	text-decoration: underline;
}
#thrillMe {
	float: right;
	color: #c00;
	text-decoration: none;
}

#thrillOff {
	float: right;
	color: #ccc;
}

#resetPage {
	float: left;
	color: #c00;
	text-decoration: none;
}

#theSelection {
	text-align: center;
	text-shadow: #ddd 2px 2px 3px;
	width: 100%;
	margin: 0 auto;
	font-size: 50px;
	line-height: 200px;
	color: #1b3a82;
}

.isSelected{
	color: #c00;
}

input {
	height: 30px;
	width: 410px;
	font-size: 24px;
}

.hidden {
	display: none;
}

#footer a:hover {
	color: #c00;
}
#footer, #footer a{
	color: #b6b6b6;
	text-align: center;
	margin: 0 auto;
}
#footer{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 9px;
	text-align: center;
}
#instructions{
	text-align: left;
	width: 410px;
	font: 18px/25px Verdana, sans-serif;
}
#submitForm {
	vertical-align: -6px;
	_vertical-align: -2px;
}