body {
	background-color:white;
	background-image: url("layout/background.gif");
	background-repeat: repeat;
	font-family: verdana, geneva, arial, helvetica;
	font-size: 9pt;
	text-align: left;
	color: #333333;
}


img {
		border: 0px;
}
	
a:link, a:visited {
	color: #339900;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
		color: #b6ff4d;
		text-decoration: underline;
}

a:active {
		color: #000000;	
		text-decoration: none;
}

	
p{
	font-size:9pt;
}

.indent{
		text-indent: 5%;
		line-height: 150%;
	}
h1{
	font-family: Helvetica, Verdana, Arial;
	font-size: 14pt;
	margin-top: 3px;
	margin-bottom: 3px;
}

h2{
	font-family: Helvetica, Verdana, Arial;
	font-size:12pt;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3{
	font-family: Helvetica, Verdana, Arial;
	font-size:10pt;
	margin-top: 2px;
	margin-bottom: 2px;
}

hr {
	color: #9A9A9A;
}

span.date{
	font-style: italic;
	font-size: 8pt;
	background-color: #BBBBBB;
}

div.dark_content{
	width: 95%;
	min-height: 40px;
	position: relative;
	padding: 3px;
	background-color: #EAEAEA;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
	height: 126px;
}

div.light_content{
	width: 95%;
	min-height: 40px;
	position: relative;
	padding: 3px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC; /* opposed to thin dotted */
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    vertical-align: top;
}

div.generic_content{
	width: 95%;
	min-height: 40px;
	position: relative;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC; /* opposed to thin dotted */
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    vertical-align: top;
}

div.footer_content{
	width: 500px;
	height: 50px;
	position: relative;
	right: 40px;
	float:right;
	font-weight: bold;
	text-align: center;
}

#navList{
	width: 600px;
	margin: 0px;
	padding-top: 18px;
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: 9pt;
	float:left;
	position: relative;
	left: 40px;
}

#navList li{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#navList ul{
	margin: 0px;
	padding: 0px;
}

#navList a {
	padding: 3px 5px 3px 30px;
	/*border: 1px dotted;
	border-color: #DDD #000 #000 #DDD; */
	background-image: url("layout/linkUp.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}

#navList a:link, #navList a:visited {
	color: #555555;
}

#navList a:hover, #navList a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-image: url("layout/linkDown.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: underline;
	color: #60a400;
}

#layout_container{
	width: 811px;
	vertical-align: top;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width: 811px;
	height: 148px;
	background-image: url("layout/banner.jpg");
	background-repeat: no-repeat;
}

#menu_container{
	width: 811px;
	height: 48px;
	background-image: url("layout/menu.gif");
	background-repeat: no-repeat;
}

#main_container{
	width: 811px;
	min-height: 500px;
	background-image: url("layout/mainBG.gif");
	background-repeat: repeat-y;

}

#main_content{
	min-height: 550px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;	
}


#blank{
	width: 811px;
	height: 100px;
	clear: both;
}
	
#news_container{
	width: 368px;
	vertical-align: top;
	float: left;
	
}

#news_header{
	max-width: 368px;
	height: 52px;
	background-image: url("layout/newsHeader.gif");
	background-repeat: no-repeat;
}

#news_content{
	max-width: 368px;
	min-height: 200px;
	background-image: url("layout/newsBG.gif");
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#news_footer{
	width: 368px;
	height: 57px;
	background-image: url("layout/newsFooter.gif");
	background-repeat: no-repeat;
}

#event_container{
	width: 412px;
	min-height: 500px; 
	background-image: url("layout/eventsBG.gif");
	background-repeat: no-repeat;
	vertical-align: top;
	float:right;
	position: relative;
	top:-10px;
	right:-5px;



}

#event_content{
	max-width: 300px;
	min-height: 250px;
	position: relative;
	vertical-align:top;
	top: 60px;
	left: 100px; 
	
}

#footer{
	width: 811px;
	height: 55px;
	background-image: url("layout/footer.gif");
	background-repeat: no-repeat;
	clear: both;
}

#styled_form input, #styled_form select, #styled_form textarea {
	background-color: #f0ffdd;
}
	
a:link.red {
	font-size:14px;
	color:#FF0000;
	text-decoration:none;
}

a:hover.red {
	font-size: 14px;
	color:#FF0000;
	text-decoration:underline;
}

#contestants p {
	text-align:center;
}

#contestants caption {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

#contestants td {
	text-align: center;
}