/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.menu a:link {
	text-decoration: none;
	color: #000033;
	font-size: 8px;
}

.menu a:visited {
	text-decoration: none;
	color: #000033;
	font-size: 8px;
}

.menu a:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 8px;
}

.menu a:active {
	text-decoration: none;
	color: #EAA023;
	font-size: 8px;
}

.content a:link {
	color: #003366;
	text-decoration: underline;
}

.content a:visited {
	text-decoration: underline;
	color: #003366;
}

.content a:hover {
	text-decoration: underline;
	color: #000033;
}

.content a:active {
	text-decoration: none;
	color: #000033;
}

#border {
	border: 1px solid #000000;
}

#borderWhite {
	border: 1px solid #FFFFFF;
}

#topbar { background-image: url(/images/topbar.png); background-position: top left; background-repeat: no-repeat; height: 19px; }

#bottombar { background-image: url(/images/bottombar.png); background-position: top left; background-repeat: no-repeat; height: 19px; }

#header { background-image: url(/images/header.png); background-position: top left; background-repeat: no-repeat; height: 96px; }

#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #E4E7EE;
}

.left_BG { background-image: url(/images/left_BG.jpg); background-position: top left; background-repeat: repeat-y; width: 225px; }

#about_BG { background-image: url(/images/coffeeTable.jpg); background-position: top right; background-repeat: no-repeat; width: 535px; height: 700px; border: 1px solid #000000; padding: 5px; }

#history_BG { background-image: url(/images/history.jpg); background-position: top right; background-repeat: no-repeat; }

#contest_BG { background-image: url(/images/contest.jpg); background-position: top right; background-repeat: no-repeat; }

.gold_fade { background-image: url(/images/gold_fade.jpg); background-position: top; background-repeat: repeat-x; }

#gold_fade2 { background-image: url(/images/gold_fade2.jpg); background-position: bottom; background-repeat: repeat-x; }

