* {
	margin: 0;
	padding: 0;
}


img {
	border: none;
}

body {

	background-color: #333366;
	width: 1200px;
	text-align: center;
	font-family:sans-serif;
	}
	
h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
hr {
	margin-bottom: 5px;
	margin-top: 5px;
	}	

a:link {
	color:navy;
	text-decoration: none;
}

a:visited {
	color:navy;
	text-decoration: none;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

.logobox {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 30px;
	left: 20px;
	text-align: center;
	padding-top: 20px;
	z-index: 100;
	}
	
.landingpic {
	width: 1200px;
	height: 427px;
	position: absolute;
	top: 120px;
	left: 30px;
	text-align: center;
	border: 1px solid white;
	z-index: 90;
}

.subpic {
	width: 1200px;
	height: 150px;
	position: absolute;
	top: 120px;
	left: 30px;
	text-align: center;
	border: 1px solid white;
	z-index: 90;
}
.upcoming {
	background-image: url(images/upcoming.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 450px;
	position: absolute;
	top: 300px;
	left: 25px;
	text-align: center;
	border: 1px solid white;
	z-index: 90;
}

.upcomingcontent {
	margin-top: 120px;
	margin-left: 5px;
	margin-right: 5px;
}
.bottombkgd {
	background-color: #000066;
	width: 100%;
	height: 475px;
	position: absolute;
	top: 470px;
	left: 0px;
	z-index: 1;

}

.navbar {
    background-color: #ffff33;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
	width: 800px;
	height: 60px;
	position: absolute;
	top: 70px;
	left: 340px;
	z-index: 91;
	}

.buttonon {
	font-size: 14pt;
	background-color: 	#000066;
	height: 65px;
	width: 24%;
	text-align: center;
	padding-top: 15px;
	float: left;
	border-left: 1px solid white;
	color: white;
	}

.buttonon a {
	color: #ffffff;}	
	
.buttonoff {
	font-size: 14pt;
	height: 41px;
	width: 24%;
	text-align: center;
	padding-top: 20px;
	float: left;
	border-left: 1px solid #ffff33;
	}	

.buttonspacer {
	font-size: 14pt;
	height: 58px;
	width: 2%;
	text-align: center;
	float: left;
	border-left: 1px solid white;
	}	
	
	
.contentmain {
	height: 300px;
	width: 800px;
	position: absolute;
	top: 400px;
	left: 400px;
	z-index: 95;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 20px 20px 20px 20px;
	color: black;
	font-size: 10pt;
	}
	
.contentsub {
	width: 1120px;
	position: absolute;
	top: 250px;
	left: 50px;
	z-index: 95;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 20px 20px 20px 20px;
	color: black;
	font-size: 10pt;
	text-align: left;
	}

.contentsub li {
	margin-left: 30px;
	}

.footer {
	border-top: 2px solid white;
	width: 1200px;
	height: 75px;
	color: white;
	position: relative;
	top: 100px;
	left: 0px;
	}	

.toplinks {
	position: absolute;
	top: 20px;
	left: 800px;
	width: 450px;
	height: 50px;
	text-align: right;
	font-size: 10pt;
	color: white;
	}

.toplinks a {
	color: #ffffff;
	}
.toplinks a:visited {
	color: #ffffff;
	}
.toplinks a:hover {
	color: #bbb
	}		
	
.curric {
	margin-left: 20px;
	}
	
.curric li {
	margin-left: 30px;
	}		
