@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
}
#mainContainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	overflow: visible;
	top: 10px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
}

#holder {
	position:relative;
	width:748px;
	z-index:1;
	left: 0px;
	border: thin solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 40px;
	right: 0px;
	bottom: 0px;
}
#nav {
	position: absolute;
	width: 113px;
	left: 0px;
	top: 221px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 450px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	display: inline;
}
#nav ul {
	margin: 0px;
	left: 20px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav li {

}
#nav li a {
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(Images/navBullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
	background-color: #535353;
	background-image: url(Images/navBulletOver.gif);
	background-repeat: no-repeat;
	background-position: left;
}





#nav #faLogo {
	background-image: url(Images/fa_logo.jpg);
	height: 190px;
	width: 70px;
	position: relative;
	top: 10px;
	left: 22px;
}



#holder #holderTop {
	background-color: #666666;
	height: 13px;
}
#holder #bannerPic {
	background-image: url(Images/homeBanner.jpg);
	height: 200px;
	width: 748px;
}

#holder #footerPic {
	background-image: url(Images/homeFooter.jpg);
	height: 100px;
	width: 748px;
	background-position: bottom;
	background-repeat: no-repeat;
}


#tempAnnouncement {
	position:absolute;
	left:80px;
	top:270px;
	width:507px;
	height:219px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

#tempDots {
	position:absolute;
	left:263px;
	top:277px;
	width:67px;
	height:16px;
	z-index:1;
	background-image: url(Images/dots.gif);
	background-repeat: no-repeat;
}
#bodyContent {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
}
#bodyContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#bodyContent a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#bodyContent .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
#contact {
	position: absolute;
	width: 311px;
	height: 142px;
	left: 415px;
	top: 316px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #780C27;
	vertical-align: middle;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
#contact a {
	color: #FFFFFF;
}
#contact a:hover {
	text-decoration: none;
}
#bodyContent .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#imagePad {
	padding-right: 10px;
}
hr {
	color: #FFFFFF;
}
#schoolClub {
	background-color: #011C4B;
	height: 70px;
}
