@charset "utf-8";
/* CSS Document */

#menu {
	height: 21px;	/*border-top: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	margin-left: 70px;
	margin-right: 130px;
		}
		#menu ul 			{
	position:relative;
	height:21px;
	font-family: Verdana, Geneva, sans-serif;
	width: 650px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFF;
					}	
	
		#menu li a:hover {
	background: #FFCC66 repeat-x;
	color: #000;
	font-weight: normal;
	display: inline-block;
	line-height: 20px;
				}
	#menu li a:active {
	color: #000;
}			

	#menu li 		{
	float:left;
	color: #CCC;
	list-style: none;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
				}	
#menu ul li a {
	text-decoration: none;
	color: #CCC;
	
}
#mainContent a {
	color: #0FF;
}

.EventGold {
	font-family: "Comic Sans MS", cursive;
	color: #FC0;
	margin-right: 0px;
	margin-left: 0px;
	font-size: large;
	font-weight: bold;
}
.eventDate {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

.goldQuotes{
	font-family: "Comic Sans MS", cursive;
	color: #FC0;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 18px;
}
.gold {
	font-family: "Comic Sans MS", cursive;
	color: #FC0;
	margin-right: 30px;
	margin-left: 30px;
}
.ques {
	color: #FC0;
	font-family: "Comic Sans MS", cursive;
}
.ans {
	background-color: #666;
	padding-left: 30px;
}

.note1 {
	font-size: 12px;
	color: #CCC;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.CentreBold {
	font-weight: bold;
	text-align: center;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.tableInput {
	color: #FF6;
}
.eventBox {
	background-color: #999;
	padding: 20px;
	width: 600px;
	margin-left: 75px;
	text-align: left;
	color: #FFF;
	border: thin solid #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

.middle {
	text-align: center;
}
