H1    { font-size: 35pt;
	color: black; }

A	{color: black; font-weight: bold}
A:hover	{color: red; font-weight: bold}

BODY {
	background-color: #80e0ff;
	color: #000000;
}

DT { font-weight:bold;
}

TR.national,TD.national {
	background-color: #ee7777;
}
TR.qualifier,TD.qualifier {
	background-color: #11ff11;
}
TR.ryc,TD.ryc {
	background-color: #eeee11;
}
TR.nasq,TD.nasq {
	background-color: #ff77ee;
}
TR.nasc,TD.nasc {
	background-color: #FFCC00;
}


TR.gold,TD.gold {
	background-color: #F7F74C;
}
TR.silver,TD.silver {
	background-color: #C3C3C3;
}
TR.bronze,TD.bronze {
	background-color: #B58231;
}
TR.medal,TD.medal {
	background-color: #00FFFF;
}




TD {
	text-align: top;
}

.menuItem {
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}




.greeting { font-size: 20pt; }

.editorial {
	font-family: sans-serif;
	font-size: 10pt;
	color: #503010;
	font-weight: normal;
	font-style: italic;
}

.section {
	font-family: sans-serif;
	font-size: 16pt;
	color: #503010;
	font-weight: bold;
	font-style: italic;
}


.subsection {
	font-family: sans-serif;
	font-size: 14pt;
	color: #503010;
	font-weight: bold;
}

.subsectionbody {
	margin-left: 20pt;
}

.clubname {
	font-family: sans-serif;
	color: #000000;
	font-weight: bold;
}

.address {
	color: #000000;
	font-weight: bold;
}

.email {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-underline: single;
}

.tournement {
	font-family: sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.event {
	color: #000000;
	font-weight: bold;
}

.centeredbold {
	font-weight: bold;
	text-align: center;
}


/* Dropdown menu navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 12em;
}

#nav li { /* all list items */
	float: left;
	width: 10em;		/* width needed or else Opera goes nuts */
}

#nav li > ul > li > a { /* all list items */
	line-height: 105%;
	margin-top: 2;
	margin-bottom: 2;
	text-decoration: none;
}

/* using left instead of display to hide menus because display:none is not read by screen readers */
#nav li ul { /* second-level lists */
	position: absolute;
	background: #90ffff;
	width: 12em;
	left: -999px;
	display: none;
	white-space: 200%;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}
