@charset "utf-8";
@import url("textstyles.css");
/* CSS Document */	

p { margin: 0px;}

body {
	background-color: #666; }


#pagelayout {
	width: 1000px;
	margin: 0 auto; }
	
#mainnavigation {
	width: 1000px;
	height: 25px;

	float: left;}

#banner {
	width: 1000px;
	height: 200px;
	background-image:url(../images/banner7.png);
		float: left;}

#scheduleandsearch {
	width: 1000px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left; }


#schedule {
	width: 720px;
	background-color: #000;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 15px;
	float: left; }

#search {
	margin-left: 10px;
	width: 260px;
	height: 20px;
	float: left; }

#slideshowandtwitter {
	width: 1000px;
	height: 330px;
	margin-bottom: 10px;
	float: left; }

#slideshow {
	width: 730px;
	height: 330px;
	border: none;
	margin-right: 10px;
	float: left; }

#twitter {
	width: 260px;
	background-color: #333;
	float: left; }

#mainarea {
	width: 1000px;

	height: auto;
	min-height: 300px;
	background-color: #333;
	margin-bottom: 10px;	
	float: left; }

#mainarea2 {
	width: 1000px;

	height: auto;
	background-color: #666;
	margin-bottom: 10px;	
	float: left; }

#news {
	width: 360px;
	margin-right: 10px;
	overflow: hidden;
	height: 450px;	
	float: left; }

#calendar {
	width: 360px;
	margin-right: 10px;
	height: 450px;
	overflow:hidden;
	background-color: #333;
	float: left; }

#mission {
	width: 260px;
	height: 450px;	
	
	background-color: #333;
	text-align: justify;
	float: left; }




#footer {
	margin-left: 0 auto;
	margin-right: 0 auto;
	height:180px;
	width: 1000px;
	clear:both;
	background-color: #333;
	background-repeat:repeat;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-left: 0px;
}





#footersection1 {
	width: 235px;
	height:180px;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	text-align:justify;
	background-repeat:repeat;
}

#footersection2 {
	width: 235px;
	height:180px;
	float: left;
	padding-top: 2px;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 3px;
}

#footersection3 {
	width: 235px;
	height:180px;
	padding-top: 2px;
	float: left;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 3px;
}

#footersection4 {
	width: 215px;
	height:180px;
	font-size: 14px;
	padding-top: 2px;
	float: left;
	padding-left: 5px;
}




