div#nav {
	width: 200px;
	float: left;
	position: relative;
	border: 2px solid #cc9966;
	margin-right: 5px;
}

div#nav ul li {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

div#nav span {
	text-align: center;
	display: block;
	background: #cc9966;
	padding: 2px;
	font-weight: bold;
}

div#nav a {
	display: block;
}

div#nav a:hover {
	background: #99ccff;
}

table.countdownTable {
	width: 100%;
}

div.loginAccount {
	background: #99cc99;
	margin-bottom: 10px;
}

div.createAccount {
	background: #99cc99;
	padding: 5px;
}

div.createAccountStep1 table {
	border-collapse: collapse;
}

div.createAccountStep1 table tr td {
	background: #99cc99;
}

div.createAccountStep1inner table {
	border-collapse: separate;
	border-spacing: 2px 2px;
}

div.forgotuserid {
	background: #99cc99;
}

div.forgotuserid table {
	border-collapse: separate;
	border-spacing: 2px 2px;
}

div.formErrors {
	color: #990000;
}

div.accountInfo {
	background: #99cc99;
}

div.accountInfoNav {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

div.accountInfoNav a:hover {
	font-weight: bold;
}

div.preregs {
	margin-bottom: 10px;
}

div.preregs table {
	text-align: center;
	border-collapse: collapse;
	background: #99cc99;
}

div.preregs table th {
	background: #669966;
	font-size: large;
}

div.printConfirmation {
	background: #fff;
}

div.printConfirmation h2 {
	background: #fff;
}

div.printConfirmation ul li {
	margin-bottom: 0;
}

div.printRefundPolicy {
	font-size: x-small;
}

div.onlineHelp span {
	float: right;
}

div.onlineHelp h3 {
	background: #cccc99;
	text-align: center;
}

div.onlineHelp ul li {
	list-style-type: circle;
	padding: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
}

div.onlineHelp ul li a:hover {
	text-decoration: underline;
}

div.onlineHelp ul li a {
	text-decoration: none;
}