@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #d3d5d6 url(img/header_back.jpg) repeat-x scroll left top;
	color: #30313c;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #24242e;
	text-decoration: underline;
}
a:hover{}


h1{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.clear{
	clear: both;
}

.wrap{
	text-align: center;
	width: 690px;
	margin: 0px auto;
	padding-bottom: 45px;
}

.header{
	height: 322px;
	background: url(img/web_header.jpg) no-repeat center top;
	text-indent: -2000px;
	overflow: hidden;
}
.header h1{
	margin: 0px;
	padding: 0px;
	height: 322px;
}
.header h1 a{
	display: block;	
}


.footer{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top: 1px solid #868787;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 9px;
}


.menu{
	font-size: 14px;
	font-weight: normal;
}
.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	overflow: hidden;
}
.menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu ul li a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 0px 0px;
	height: 28px;
	display: block;
	text-align: center;
}
.menu ul li a:hover{
	background: url(img/menu_over.gif) repeat-x left top;
	color: #FFFFFF;
}
.content,.content_alt{
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: left;
	background: url(img/center_back.gif) no-repeat center top;
	padding-top: 45px;
	padding-bottom: 45px;
	font: 12px/130% Georgia, "Times New Roman", Times, serif;
}
.content_alt{
	margin-right: auto;
	margin-left: auto;
	width: 531px;
	text-align: left;
	padding-top: 45px;
	overflow: hidden;
}

.sponsor_top{
	background: #FFFFFF url(img/sponsor_top.gif) no-repeat left top;
	height: 10px;
	overflow: hidden;
}
.sponsor_back{
	background: #FFFFFF url(img/sponsor_back.gif) repeat-y left top;
	padding: 20px 30px;
}
.sponsor_bottom{
	background: #FFFFFF url(img/sponsor_bottom.gif) no-repeat left top;
	height: 10px;
	overflow: hidden;
}

/* overview page */
.intro{
	font: bold 14px "Times New Roman", Times, serif;
}
.intro_text{
	background: url(img/intro_text.gif) no-repeat left top;
	text-indent: -2000px;
	height: 56px;
	width: 460px;
}
.info_small{
	font-size: 9px;
	line-height: normal;
}

.overview{
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.button_seperator{
	text-align: center;
	padding: 20px 0px;
}


/*contact*/
.contact_info{
	font-size: 11px;
	font-weight: bold;
}

/*entry form*/
.entry_form{}
.entry_form tr td{
	padding: 7px;
	vertical-align: top;
}

.entry_form tr.sep td{
	padding-bottom: 18px;
}

.steps{
	font-size: 20px;
	font-weight: bold;
}
.step_1{
	text-align: right;
	height: 20px;
}
.step_2{	
	text-align: right;
	height: 20px;
}
.text_input{
	width: 285px;
}

/*rules*/
.rules{
	font: 11px Arial, Helvetica, sans-serif;
}
.rules ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.rules ul li{
	padding-left: 0px;
}

.rules ul li ul{ padding-left:20px;}

.rule_table{
	margin-top: 16px;
	margin-bottom: 16px;
	border-collapse: collapse;
	font: 11px Arial, Helvetica, sans-serif;
}
.rule_table tr td{
	padding:3px;
	border: 1px solid #97989a;
}


/*Sponsors*/
.sponsor{
	font-size: 11px;
}
.sponsor tr td{
	padding: 0px 0px 30px;
	vertical-align: top;
}
.sponsor tr td p{
	margin: 0px;
	padding: 0px 0px 8px;
}
.sponsor .site_link{
	padding-top: 5px;
}
.sponsor .site_link a{
	text-decoration: none;
}

.association{
	border-top: 1px solid #a2a5b9;
	border-bottom: 1px solid #a2a5b9;
	padding: 30px 40px;
	font-size: 11px;
}
.designed_by{	padding: 20px 40px;}
.minor_bold{
	font-size: 90%;
}
/*errors*/
.error{
	background: #FFD7D7;
	border: 3px solid #FF9191;
	margin: 0px 0px 20px;
	padding: 20px 40px;
}
.error li{}

/* special headers */
.h_sponsors{
	background: url(img/sponsors.gif) no-repeat left top;
	text-indent: -2000px;
	height: 20px;
}
.h_supporters{
	background: url(img/supporters.gif) no-repeat left top;
	text-indent: -2000px;
	height: 20px;
}

 .bigger 
 {
 	font-size: 14px;
 }
 
 .smaller_big 
 {
 	font-weight:bold;
 	font-size:11px;
 }
 
.small{
	font-size: 10px;
}