@charset "utf-8";
/* CSS Document */

html, body {height:100.1%;}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1b1b1b;
	background-color: #999;
	min-width: 740px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
#wrapper {
	width: 760px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #000;
	background-color: #FFF;

}

#navigation {
	font-size: 12px;
	display: block;
	text-align: center;
}

#navigation a{
	font-size: 12px;
	color: #9D1F23;
	text-decoration: none;
}

#navigation a:hover{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#navigation strong{
	font-size: 14px;
}
.whitetext {
	color: #FFF;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #9D1F23;
	display: block;
	text-align: center;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #9D1F23;
	text-align: center;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #9D1F23;
	text-align: center;
}
h5 {
	font-size: 22px;
	line-height: 24px;
	color: #9D1F23;
	text-align: center;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.redtext {
	color: #9D1F23;
}
#sponsors {
	margin: 5px;
	padding: 5px;
	width: 748px;
	border: 2px solid #000;
	text-align: center;
}
