@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#navcontainer {
	background-image: url(../img/bg_navigation.jpg);
	height: 216px;
	width: 196px;
	margin-top: 100px;
	padding-left: 125px;
	padding-top: 8px;
	float: left;
}
#navcontainer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
}
#navcontainer a:hover {
	color: #008BCB;
}

#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../img/bg_main.gif) no-repeat;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 20px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../img/footer.jpg) no-repeat;
	height: 93px;
	width: 970px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#textbox {
	background-image: url(../img/bg_transparent.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24292D;
	margin-left: 130px;
	float: left;
	margin-top: 5px;
	width: 800px;
}
#textboxAcademy {
	background-image: url(../img/bg_transparent.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24292D;
	float: right;
	margin-top: 5px;
	width: 800px;
	padding-right: 5px;
}
#eventbox img {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
}

#textbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#textbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
#textboxAcademy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#textboxAcademy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
#eventbox {
	height: 224px;
	width: 197px;
	float: left;
	margin-top: 100px;
	margin-left: 4px;
	background-color: #0B1105;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.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;
}
.contentimg {
	padding: 1px;
	border: 1px solid #24292E;
	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.contentimgright {
	padding: 1px;
	border: 1px solid #24292E;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 8px;
}
#picturetext {
	padding-left: 2px;
	width: 180px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}#academylinks {
	width: 95px;
	float: left;
	line-height: 20px;
	margin-top: 30px;
	padding: 6px;
	border: 1px solid #61BE1A;
	background-color: #CFEBBA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#spacerdiv {
	width: 350px;
	float: left;
	height: 330px;
}
#academylinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008BCB;
	text-decoration: none;
	font-weight: bold;
}
#academylinks a:hover {
	color: #61BE1A;
}
.link {
	text-decoration: none;
	color: #61BE1A;
	font-weight: bold;
}
.link:hover {
	color: #CCCCCC;
}
.eventboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#eventbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#textbox a {
	color: #008BCB;
	text-decoration: none;
	font-weight: bold;
}
#textboxAcademy a {
	font-weight: bold;
	color: #008BCB;
	text-decoration: none;
}
#splashpage {
	height: 371px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/splashpage.jpg);
	padding-top: 220px;
}
#splashsportbox {
	height: 120px;
	width: 250px;
	float: left;
	margin-top: 80px;
}
#splashflashbox {
	height: 279px;
	width: 430px;
	float: left;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D70F2B;
	font-style: italic;
}
#splashsupernovabox {
	height: 120px;
	width: 250px;
	float: left;
	margin-top: 80px;
}

