/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00B2EB;
	line-height: 140%;
	background-image: url(images/blue_back_tile_01.jpg);
}
h1, h2, h3 {
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
a {
	text-decoration: none;
}
a:link {
	color: #0066ff;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #33CCFF;
	/*border-bottom: 1px dashed #3366cc;*/
}
/*a:hover .no_border {
	border-bottom: none;
}*/
#main_container {
	width: 975px;
	border: 2px solid #F5D300;
	margin: 10px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -490px;
}
#header {
	margin: 5px 5px 5px 6px;
	border: 2px solid #000000;
	width: 960px;
}
ul#nav {
	list-style-type: none;
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
}
ul#nav a {
	display: block;
	text-decoration: none;
	background-color: #F5D300;
	color: #0066CC;
	font-family: "Century Gothic", "Eurostar Regular Extended", "Lucida Sans", sans-serif;
	font-size: 150%;
	padding: .2em .5em;
	border: 1px solid #000000;
	width: 155px;
	font-weight: bolder;
	margin: 2px;
}
ul#nav a:visited {
	color: #FFFFFF;
}
ul#nav a:hover {
	background-color: #0066CC;
	color: #FFCC33;
}
#main_content {
	float: left;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	margin: 2px 0 5px 5px;
	width: 770px;
	padding: 6px;
	position: relative;
	background-color: #ECFAFF;
}
#sponsor {
	float: right;
	width: 200px;
	height: 220px;
	background-color: #EFEFEF;
	margin: 3px;
	border: 2px solid #000000;
	padding: 3px;
	display: block;
}
#sponsor img {
	margin-top: 10px;
	margin-left: 2px;
}
#sponsor_header {
	color: #FFFFFF;
	text-align: center;
	background-color: #993333;
	font-size: 150%;
	width: 98%;
	display: block;
	padding-bottom: 5px;
	border: 2px solid #000000;
}
.sponsor_entry {
	padding: 2px;
	display: inline;
	float: left;
	width: 283px;
	height: 225px;
}
.sponsor_entry img {
	border: 1px solid black;
}
#footer {
	clear: both;
	text-align: right;
	border-top: 2px solid #000000;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
}
.email_logo {
	padding-right: 15px;
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#mission_statement {
	background-color: #ECFAFF;
	border: 1px solid #000000;
	clear: both;
	padding: 5px;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 4px;
	text-align: center;
	line-height: 100%;
}
* html body {
	font-size: x-small; /*for ie5/win*/
	f\ont-size: small; /*for other ie versions*/
}
#thanks {
	text-align: center;	
}
#helmet {
	background-image: url(images/helmet03.gif);
	background-repeat: no-repeat;
	height: 300px;
	background-position: right bottom;
	position: relative;
	clear: both;
}
.center_align {
	text-align: center;
	clear:both;	
}
.left_align {
	text-align: left;	
}
#faq dt, #faq p, #bulletin dt {
	font-weight: bold;	
}
.large_red_text {
	font-size: large;
	color: #FF0000;
}
.red_text {
	color: #FF0000;	
}
.yellow_text {
	color: #FFFF00;	
}
.blue_text {
	color: #0033CC;	
}
#roster_table {
	clear: both;
}
/*hide from ie5/mac\*/
* html #footer { height: 1%; }
/*end hide from ie5/mac*/
.index_page_paragraph_margin {
	margin-bottom: 100px;
}
.thumbnail {
	padding: 5px;
	border: 1px #999999 solid;
	float: left;
	height 120px;
	margin: 5px;
}
#div_clear {
	clear:both;
}
.para_clear {
	clear:both;
}