body{
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(img/bg.jpg);
	background-position: 50% 0pt;
	background-repeat:no-repeat;
	background-color:#01245C;
	color: #333333;
	z-index:1;
}
.header {
	width: 960px;
	height: 131px;
	padding-top: 35px;
	margin: 0 auto;
	text-align:left;
}

.main {
	width: 960px;
	margin: 0 auto;
}
.menu_holder{
	width: 740px;
	height: 46px;
	float:left;
	padding-bottom:10px;
	margin: 0 auto;
}

a.bttn_home {
	display: block;
	width: 68px;
	height: 46px;
	background: url(img/bttn_home.png);
	float: left;
	}
a.bttn_home:hover {
	background-position: -68px 0;
	text-decoration: none;
}
a.bttn_about {
	display: block;
	width: 74px;
	height: 46px;
	background: url(img/bttn_about.png);
	float: left;
	}
a.bttn_about:hover {
	background-position: -74px 0;
	text-decoration: none;
}
a.bttn_schedule{
	display: block;
	width: 100px;
	height: 46px;
	background: url(img/bttn_schedule.png);
	float: left;
	}
a.bttn_schedule:hover {
	background-position: -100px 0;
	text-decoration: none;
}
a.bttn_shine {
	display: block;
	width: 78px;
	height: 46px;
	background: url(img/bttn_shine.png);
	float: left;
	}
a.bttn_shine:hover {
	background-position: -78px 0;
	text-decoration: none;
}
a.bttn_school {
	display: block;
	width: 82px;
	height: 46px;
	background: url(img/bttn_school.png);
	float: left;
	}
a.bttn_school:hover {
	background-position: -82px 0;
	text-decoration: none;
}

a.bttn_sponsors {
	display: block;
	width: 99px;
	height: 46px;
	background: url(img/bttn_sponsors.png);
	float: left;
	}
a.bttn_sponsors:hover {
	background-position: -99px 0;
	text-decoration: none;
}
a.bttn_gallery {
	display: block;
	width: 112px;
	height: 46px;
	background: url(img/bttn_gallery.png);
	float: left;
	}
a.bttn_gallery:hover {
	background-position: -112px 0;
	text-decoration: none;
}

.content{
	width: 960px;
	padding-top:10px;
	background-color:#FFFFFF;
	margin: 0 auto;
}
.content_holder{
	width: 940px;
	margin: 0 auto;
}
.right_content {
	width: 305px;
	height: 525px;
	text-align:center;
	float:left;
	display: inline;
	margin: 0 auto;
}
.main_content {
	width: 625px;
	text-align:left;
	float:left;
	margin: 0 auto;
}
.main_title {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1E3F67;
}

.home_1 {
	width: 300px;
	height: 325px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.3;
	text-align:left;
	background: url(img/home_1_bg.jpg);
	background-repeat:no-repeat;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 50px;
	color: #FFFFFF;
	float:left;
	margin: 0 auto;	
}

.home_2 {
	width: 300px;
	height: 325px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.3;
	text-align:center;
	background: url(img/home_2_bg.jpg);
	background-repeat:no-repeat;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 50px;
	color: #FFFFFF;
	cursor:pointer;cursor:hand;
	float:left;
	margin: 0 auto;	
}

.home_3 {
	width: 300px;
	height: 325px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.3;
	text-align:left;
	background: url(img/home_3_bg.jpg);
	padding-left: 10px;
	padding-top: 50px;
	color: #FFFFFF;
	float:left;
	margin: 0 auto;	
}

.home_3 a:link {
color: #EFEFEF;
text-decoration: underline;
}
.home_3 a:visited {
color: #FFFFFF;
text-decoration: underline;
}
.home_3 a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.title {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#62B9E8;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.warn {
	color: #ff0000;
}

a:link {
color: #55606A;
text-decoration: underline;
}
a:visited {
color: #55606A;
text-decoration: underline;
}
a:hover {
color: #333333;
text-decoration: underline;
}
.base {
	width: 960px;
	height:60px;
	font-size:10px;
	color:#EFEFEF;
	text-align:center;
	text-decoration:none;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
}
.base a:link {
color: #EFEFEF;
text-decoration: underline;
}
.base a:visited {
color: #FFFFFF;
text-decoration: underline;
}
.base a:hover {
color: #FFFFFF;
text-decoration: underline;
}
img, div, input { behavior: url(iepngfix.htc) }