/* CSS Document */
/*Eliminate all predefined margins and paddings*/
* { margin: 0px; padding: 0px; }body {
	background: #ffffff;
}

.style28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


#button {
width: 200px;
float: left;
}

#left2 {
	width: 170px;
	height: 100%;
	vertical-align:top;
	float: left;
	padding-right: 10px;
}

#photo {
	width: 170px;
	float: left;
	}

#photo2 {
	width: 170px;
	height: 400px;
	vertical-align:top;
	float: left;
	padding-right: 10px;
}


#host {
	width: 100px;
	height: 100px;
	float: left;
	}
	
#schools {
	width: 790px;
	height: 75px;
	float: left;
	padding-left: 10px;
}

#footer {
	float: left;
	width: 900px;
	border-top: 1px #444444 solid;
	margin-top: 20px;
	padding-top: 20px;
}

#copy {
	width: 475px;
	height: 100%;
	vertical-align:top;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border-right:1px #444444 solid;
	border-left:1px #444444 solid;
}


#sponsors {
	width: 160px;
	height: 100%;
	vertical-align:top;
	float:left;
	padding-left: 5px;
	}
	

#bullets {
	width: 525px;
	float: right;
	padding-left: 50px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	padding-bottom: 20px;
}
p {
	font: 14px/22px Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
a:link {
	color: #000000;
	text-decoration:none;
	
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:active { 
	color: #000000;
	text-decoration:none;
} 
a:hover {
	color: #FF0000;
	text-decoration:none;
	
}

