body{
	background-color: #E9E9E9;
	margin: 0px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	text-align: center;
}
#test{
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	}

h1{
	color: #151B79;
	margin-bottom: 10px;
}

h2{
	color: #151B79;
}

a{
	color: #151B79;
	text-decoration: underline;
}

a:hover{
	color: #151B79;
	text-decoration: underline;
}

#Container{
	width: 778px;
	margin: 0px auto;
	text-align: center;
	position:relative;
	z-index:1;
	float:left;
}

#Skyscraper {
	width:120px; 
	height:600px; 
	float:left; 
	margin-left:20px;
}

#Layout{
	text-align: center;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	float: left;
}

#Global{
	text-align: right;
	margin-bottom: 5px;
	float: right;
}

#Global a{
	color: #000000;
	text-decoration: none;
}

#Global a:hover{
	color: #000000;
	text-decoration:underline;
}

#Nav{
	width: 778px;
	height: 33px;
	text-align: center;
	background-image: url(/images/navbg.jpg);
	background-repeat: repeat-x;
	float: left;
}

#Header{
	width: 778px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

#Logo{
	float: left;
	width: 262px;
	margin-right:2px;
	background-image: url(/images/logobg.jpg);
	height: 199px;
}

#FootballLogo{
	float: left;
	width: 262px;
	margin-right:2px;
	background-image: url(/images/footballlogobg.jpg);
	height: 199px;
}

#MainImage{
	float: left;
	width: 514px;
	height: 199px;
}

#MainBody{
	width: 778px;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-top: expression("0px");
}

#Content{
	border: 1px solid #C6C4A8;
	background-color: #ffffff;
	float: left;
	width: 555px;
	width: expression("567px");
	margin-right: 4px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

#Content td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;

}


#RightSide{
	width: 195px;
	width: expression("207px");
	padding: 5px;
	background-color: #ffffff;
	background-image: url(/images/rightbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C6C4A8;
	float: left;
}

#Footer{
	color:#666666;
	font-size: 10px;
	width:100%;
	text-align:center;
	clear:both;
	padding-top:20px;
	font-weight:normal;
}

#Footer a {
	color:#666666;
	text-decoration:none;
}

.contentFeature{
	float:left;
	width:267px;
	border: 1px solid #212A94;
	font-weight:bold;
	margin:3px;
	height:200px;
}

.contentFeature a{
	color: #000000;
	text-decoration: none;
}

.contentFeature a:hover{
	color: #212A94;
	text-decoration:underline;
}

.contentFeature li {
	list-style-image: url('/images/eaglebullet.jpg');
	margin-bottom: 5px;

}

.contentFeatureTop{
	float:left;
	background-color:#212A94;
	background-image: url(/images/eagle.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
	font-size: 20px;
	color:#ffffff;
	width: 100%;
}

.headerblue{
	color: #151B79;
	font-size: 18px;
}

.alert {
	background-color:#FFFFCC;
	border:#333333 solid 1px;
	margin:5px;
	padding:5px;
	color:#333333;
	clear:both;
}

/* NAVIGATION MENU STYLES */
#menu {
	width: 778px;
	float: left;
	text-align: left;
	margin-bottom: 0px;
	background-image: url(/images/navbg.jpg); 
}

.menuCell{
	letter-spacing: 2px; 
	font-weight: bold; 
	margin-top: 3px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu li {
	height:25px;
	padding-right:6px;
	padding-left:7px;
	float:left;
}

#menu ul li ul li {
	border-right:none;
	border-bottom:#CCCCCC 1px solid;
	width: 93%;
	width: expression("100%");
}

#menu ul li ul li:hover {
	background-color:#7A81CD;
}

#menu a, #menu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px;
}

#menu h2 {
	color: #000000;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#menu li {
	position: relative;
	float: left;
}

#menu ul ul {
	position: absolute;
	background-color: #212A94;
	width: 150px;
	margin-left: -7px;
}

#menu ul ul li {
	position: relative;
	clear: left;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#FFFFFF thin 1px;
	font-weight:bold;
	width:90%;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* END NAV STYLES */

/* Baseball NAVIGATION  STYLES */
#BaseballMenu {
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-left: 25px;
}

.BaseballMenuCell{
	font-size: 12px;
}

#BaseballMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#BaseballMenu li {
	height:20px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}

#BaseballMenu ul li ul li {
	border-right:none;
	border-bottom:#CCCCCC 1px solid;
	background-color: #3E5B96;
	width: 93%;
	width: expression("100%");
}

#BaseballMenu ul li ul li:hover {
	background-color: #6F8CC7;
}

#BaseballMenu a, #BaseballMenu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px;
}
.Baseball_LABELS {
color:#3E5B96

}

#BaseballMenu h2 {
	color: #000000;
}

#BaseballMenu a {
	color: #ffffff;
	text-decoration: none;
}

#BaseballMenu a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#BaseballMenu li {
	position: relative;
	float: left;
}

#BaseballMenu ul ul {
	position: absolute;
	width: 100px;
	margin-left: -7px;
	background-color: #6F8CC7;	
}

#BaseballMenu ul ul li {
	position: relative;
	clear: left;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#FFFFFF thin 1px;
	font-weight:bold;
	width:90%;
}

#BaseballMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#BaseballMenu ul ul,
div#BaseballMenu ul li:hover ul ul,
div#BaseballMenu ul ul li:hover ul ul
{display: none;}

div#BaseballMenu ul li:hover ul,
div#BaseballMenu ul ul li:hover ul,
div#BaseballMenu ul ul ul li:hover ul
{display: block;}


/* END Baseball NAV STYLES */



/* Basketball NAVIGATION  STYLES */
#BasketballMenu {
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-left: 25px;
}

.BasketballMenuCell{
	font-size: 12px;
}

#BasketballMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#BasketballMenu li {
	height:20px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}

#BasketballMenu ul li ul li {
	border-right:none;
	border-bottom:#CCCCCC 1px solid;
	background-color: #AC4646;
	width: 93%;
	width: expression("100%");
}

#BasketballMenu ul li ul li:hover {
	background-color: #D86C6C;
}

#BasketballMenu a, #BasketballMenu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px;
}

#BasketballMenu h2 {
	color: #000000;
}

#BasketballMenu a {
	color: #ffffff;
	text-decoration: none;
}

#BasketballMenu a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#BasketballMenu li {
	position: relative;
	float: left;
}

#BasketballMenu ul ul {
	position: absolute;
	width: 100px;
	margin-left: -7px;
	background-color: #D86C6C;	
}

#BasketballMenu ul ul li {
	position: relative;
	clear: left;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#FFFFFF thin 1px;
	font-weight:bold;
	width:90%;
}

#BasketballMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#BasketballMenu ul ul,
div#BasketballMenu ul li:hover ul ul,
div#BasketballMenu ul ul li:hover ul ul
{display: none;}

div#BasketballMenu ul li:hover ul,
div#BasketballMenu ul ul li:hover ul,
div#BasketballMenu ul ul ul li:hover ul
{display: block;}

/* END Basketball NAV STYLES */

/* Cheer NAVIGATION  STYLES */
#CheerMenu {
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-left: 25px;
}

.CheerMenuCell{
	font-size: 12px;
}

#CheerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#CheerMenu li {
	height:20px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}

#CheerMenu ul li ul li {
	border-right:none;
	border-bottom:#CCCCCC 1px solid;
	background-color: #7B4A84;
	width: 93%;
	width: expression("100%");
}

#CheerMenu ul li ul li:hover {
	background-color: #9C79A2;
}

#CheerMenu a, #CheerMenu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px;
}

#CheerMenu h2 {
	color: #000000;
}

#CheerMenu a {
	color: #ffffff;
	text-decoration: none;
}

#CheerMenu a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#CheerMenu li {
	position: relative;
	float: left;
}

#CheerMenu ul ul {
	position: absolute;
	width: 100px;
	margin-left: -7px;
	background-color: #7B4A84;	
}

#CheerMenu ul ul li {
	position: relative;
	clear: left;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#FFFFFF thin 1px;
	font-weight:bold;
	width:90%;
}

#CheerMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#CheerMenu ul ul,
div#CheerMenu ul li:hover ul ul,
div#CheerMenu ul ul li:hover ul ul
{display: none;}

div#CheerMenu ul li:hover ul,
div#CheerMenu ul ul li:hover ul,
div#CheerMenu ul ul ul li:hover ul
{display: block;}

/* END Cheer NAV STYLES */

/* FORM STYLES */
.formField {
	border:1px solid #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 5px;
}

input.formButton {
	background-color:#396F3E;
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
}

input.submitButton {
	padding-left:5px;
	padding-right:5px;
	background-color:#212A94;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	margin-bottom: 5px;
}

input.resetButton {
	padding-left:5px;
	padding-right:5px;
	background-color:#FFDF01;
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	margin-bottom: 5px;
}

input.formField:focus, #Content input.formField:hover, #Content textarea.formField:focus, #Content textarea.formField:hover, #RightSide input.formField:hover, #RightSide textarea.formField:focus, #RightSide textarea.formField:hover {
	border:1px dashed #333333;
}

input.formField:focus, #Content input.formField:hover, #Content textarea.formField:focus, #Content textarea.formField:hover {
	border:1px dashed #333333;
}

label {
	color:#151B79;
	font-weight: bold;
}
/*end form styles*/

/* --- CALENDAR --- */
#CalendarHeader {
}
#CalendarHeader .month {
	font-size: 24px;
	color: #151B79;
	font-family:Arial, Helvetica, sans-serif;
}
#Calendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#Calendar a{
	color:#151B79;
	text-decoration:Underline;
}

#Calendar a:hover{
	color:#7E83CF;
	text-decoration:underline;
}

#Calendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
}
#Calendar .weekdays td {
	font-size: 13px;
	background: #151B79;
	color: #ffffff;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/*End Calender */

/* --- FOOTBALL CALENDAR --- */
#FootballCalendarHeader {
}
#FootballCalendarHeader .month {
	font-size: 24px;
	color: #82A779;
	font-family: Arial, Helvetica, sans-serif;
}
#FootballCalendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#FootballCalendar a{
	color:#151B79;
	text-decoration:Underline;
}

#FootballCalendar a:hover{
	color:#7E83CF;
	text-decoration:underline;
}

#FootballCalendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
}
#FootballCalendar .weekdays td {
	font-size: 13px;
	background: #82A779;
	color: #ffffff;
}
#FootballCalendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #FootballCalendar .cellback {
	margin-left: -5px;
}
/*End FootballCalender */

/* --- BaseBALL CALENDAR --- */
#BaseBallCalendarHeader {
}
#BaseBallCalendarHeader .month {
	font-size: 24px;
	color: #3E5B96;
	font-family: Arial, Helvetica, sans-serif;
}
#BaseBallCalendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#BaseBallCalendar a{
	color:#151B79;
	text-decoration:Underline;
}

#BaseBallCalendar a:hover{
	color:#7E83CF;
	text-decoration:underline;
}

#BaseBallCalendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
}
#BaseBallCalendar .weekdays td {
	font-size: 13px;
	background: #3E5B96;
	color: #ffffff;
}
#BaseBallCalendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #BaseBallCalendar .cellback {
	margin-left: -5px;
}
/*End Baseball Calender */
.Labels {
color: #000000}
/* --- BasketBALL CALENDAR --- */
#BasketBallCalendarHeader {
}
#BasketBallCalendarHeader .month {
	font-size: 24px;
	color: #AC4646;
	font-family: Arial, Helvetica, sans-serif;
}
#BasketBallCalendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#BasketBallCalendar a{
	color:#151B79;
	text-decoration:Underline;
}

#BasketBallCalendar a:hover{
	color:#7E83CF;
	text-decoration:underline;
}

#BasketBallCalendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
}
#BasketBallCalendar .weekdays td {
	font-size: 13px;
	background: #AC4646;
	color: #ffffff;
}
#BasketBallCalendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #BasketBallCalendar .cellback {
	margin-left: -5px;
}
/*End Baseketball Calender */

/* --- Cheer Leading CALENDAR --- */
#CheerCalendarHeader {
}
#CheerCalendarHeader .month {
	font-size: 24px;
	color: #7B4A84;
	font-family: Arial, Helvetica, sans-serif;
}
#CheerCalendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#CheerCalendar a{
	color:#151B79;
	text-decoration:Underline;
}

#CheerCalendar a:hover{
	color:#7E83CF;
	text-decoration:underline;
}

#CheerCalendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
}
#CheerCalendar .weekdays td {
	font-size: 13px;
	background: #7B4A84;
	color: #ffffff;
}
#CheerCalendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #CheerCalendar .cellback {
	margin-left: -5px;
}
/*End Cheer leading Calender */

/* FOOTBALL NAVIGATION  STYLES */
#FootballMenu {
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-left: 25px;
}

.FootballMenuCell{
	font-size: 12px;
}

#FootballMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#FootballMenu li {
	height:20px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}

#FootballMenu ul li ul li {
	border-right:none;
	border-bottom:#CCCCCC 1px solid;
	background-color: #56844A;
	width: 93%;
	width: expression("100%");
}

#FootballMenu ul li ul li:hover {
	background-color: #82A779;
}

#FootballMenu a, #FootballMenu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px;
}

#FootballMenu h2 {
	color: #000000;
}

#FootballMenu a {
	color: #ffffff;
	text-decoration: none;
}

#FootballMenu a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#FootballMenu li {
	position: relative;
	float: left;
}

#FootballMenu ul ul {
	position: absolute;
	width: 100px;
	margin-left: -7px;
	background-color: #82A779;	
}

#FootballMenu ul ul li {
	position: relative;
	clear: left;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#FFFFFF thin 1px;
	font-weight:bold;
	width:90%;
}

#FootballMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#FootballMenu ul ul,
div#FootballMenu ul li:hover ul ul,
div#FootballMenu ul ul li:hover ul ul
{display: none;}

div#FootballMenu ul li:hover ul,
div#FootballMenu ul ul li:hover ul,
div#FootballMenu ul ul ul li:hover ul
{display : block;}

/* END FOOTBALL NAV STYLES */