html, body {border: 0; margin: 0; padding: 0;}
/* 
Gold #F2CA52 
Boxes 290px width
*/
body {
  	font-family: arial;
  	line-height: 130%;
  	width: 100%;
  	font-size: 14px;
}
.special {color: red;}
.specialbig {color: red; font-weight: bold; font-size:14px;}
.big {color: #000000; font-weight: bold; font-size:14px;}
.img {padding: 2px; border: 1px solid black; background: white; margin: 1px 3px;}


#header { 
	height: 50px; 
	width: 100%;
	text-align: center; 
	padding: 0px; 
	margin: 0px 0px 15px 0px;
	color: #F2CA52;
	font-size: 25px;
	line-height: 50px;
	border-bottom: 4px solid #f2ca52;
	background: #000000;	
  	font-family: Times New Roman, times, times-roman, georgia, serif;
	}
#content {
  	width: 905px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: center;
	padding: 5px 10px;
	background: #ffffff;
}
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #F2CA52;
	text-decoration: none;
}
#menu {
  	font-family: Times New Roman, times, times-roman, georgia, serif;
	background:#F2CA52;
	width: 100%;
	height: 55px;
	width: 905px;
	color: #ffffff;
	text-transform:uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-radius: 9px 9px 0px 0px;
	-moz-border-radius:  9px 9px 0px 0px;
	-webkit-border-radius:  9px 9px 0px 0px;
	border-bottom: 2px solid #000000;
}
#menu ul{
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 55px;
	line-height: 55px;
}
#menu li{	
	display: inline;
	list-style-type: none;
	padding: 0px 15px 0px 15px;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
}
#menu a, a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover{
	color: gray;
	text-decoration: none;
}
#textarea {
	text-align: center;
	width: 903px;
	min-height: 125px; 
	padding: 0px;
	margin: 0px;
	background: #ffffcc;
	border: 1px solid #000000;
	border-bottom: 0px;
}
#textarea p{
	text-align: left;
	padding: 10px;
}

#col {width: 290px; height: 350px; margin: 5px; padding: 0px; float: left; background: #e8d7a4;}
#col h1{ width: 290px; color: #F2CA52; background: #000000; padding: 10px 0px; margin: 0px; font-family: Gill Sans, Verdana;
	font-size: 17px; line-height: 17px; text-transform: uppercase;	letter-spacing: 2px;}
#col p{margin: 1px; padding: 3px 10px; line-height: normal;}
#col a, a:visited {color: gray; text-decoration: none;}
#col a:hover {color: #b7181f; text-decoration: underline;}


#col1 {width: 890px; margin: 5px; padding: 0px; float: left; background: #e8d7a4; text-align: left; min-height: 350px;}
#col1 h1{ color: #F2CA52; background: #000000; padding: 10px 3px; font-family: Gill Sans, Verdana; margin: 0px; 
	font-size: 17px; line-height: 17px; text-transform: uppercase;	letter-spacing: 1px;}
#col1 p{margin: 1px; padding: 3px 10px; line-height: normal;}
#col1 a, a:visited {color: gray; text-decoration: none;}
#col1 a:hover {color: #b7181f; text-decoration: underline;}

#testimonials {
	background: #000000;
	color: #ffffff;
}
#testimonials a:hover{
	color: gray;
	text-decoration: underline;
}
#testimonials a, a:visited{
	color: #F2CA52;
	text-decoration: none;
}

.sponsors a, a:visited, a:hover{
	text-decoration: none;
	border: 0px;
}
#footer {
	clear: both; 
	height: 50px; 
	width: 100%;
	text-align: center; 
	padding: 0px; 
	margin: 0px 0px 15px 0px;
	color: #F2CA52;
	font-size: 12px;
	line-height: 50px;
	border-top: 2px solid #f2ca52;
	background: #000000;	
  	font-family: arial;
}

.errors {color: red; font-style:italic; }


