body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3571AD;
}
a:link, a:visited, a:active {
	color: #5599cb;
}
a:hover {
	color: #76A438;
}
/************************** header **************/
.logo {
	float: left;
}
.parentweb {
	float: right;
}
/************************ drop down #2******************/
/**********
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: ##1D3C7C;
color: #FFF;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -1px;
font-size: 12px;
text-align: center;
height: 31px;
background-image: url(images/nav-bg.jpg);
background-repeat: repeat-x;
}

li { display: inline;
	height: 31px; }

li a
{
text-decoration: none;
background-color: ##1D3C7C;
background-image: url(images/nav-off.jpg);
background-position: right;
color: #FFF;
padding: 8px 10px 8px 10px;
/*padding: .2em 1em;*/
/****
height: 31px;

}

li a:hover
{

color: #fff;
background-image: url(images/nav-over.jpg);
background-position: right;
}
*************/

.glowingtabs{
/*float:left;*/
width:960px;
font-size: 10px;
line-height:normal;
/*border-bottom: 1px solid #dcc208; Add border strip to bottom of menu*/
background-image: url(images/nav-bg.jpg);
background-repeat: repeat-x;
height: 31px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0px;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
/*background:url(imgs/nav-off.gif) no-repeat right top;*/
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.glowingtabs a span{
float:left;
display:block;
background:url(images/nav-off.jpg) no-repeat left top;
padding: 10px 0px 0px 0px;
font-weight:normal;
height: 26px;
color:#ffffff;
width: 118px;
text-align:center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background:url(images/nav-over.jpg) no-repeat right top;
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background:url(images/nav-over.jpg) no-repeat right top;
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background:url(images/nav-over.jpg) no-repeat right top;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background:url(images/nav-over.jpg) no-repeat right top;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0px;
border-left: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color: #C4CFDE;
width: 145px;
visibility: hidden;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
padding: 3px 0px 5px 5px;

}


.dropmenudiv_d a{
width: auto;
display: block;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
text-decoration: none;
color: #003E7E;
font-size: 11px;
font-weight: bold;
text-align: left;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
color: #000000;
}


/**********************************/
/********** footer *************/
.footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	padding: 5px 0px 5px 0px;
}
fieldset {
	border: solid 2px #cddfed;
}
legend {
	text-align: center;
	color: #346eb6;
	font-style: bold;
}
.HomeBulletin {
	background-image: url(images/bulletin-middle.gif);
	background-repeat: repeat-y;
	width: 255px;
}
.HomeBulletinTop {
	background-image: url(images/bulletin-top.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 255px;
}
.HomeBulletinBottom {
	background-image: url(images/bulletin-bottom.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 255px;
	}
.HomeBulletinText {
	text-align: center;
	color: #163F78;
	padding: 0px 10px 0px 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #153F78;
}
/************************** inside nav ***************/
.InsideNavCol { /********* column in html holding the nav *****/
	width: 165px;
	background-color: #c6d7ee;
	vertical-align: top;
}
#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, Helvetica, arial, sans-serif;
font-size: 10px;
}

#navcontainer li { margin: 0 0 0px 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 145px;
color: #1e3775;
background-color: #c6d7ee;
text-decoration: none;
border-bottom: solid 1px #ffffff;
}

#navcontainer a:hover
{
color: #1e3775;
background-color: #eaeff8;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0px 0px 0px 0px; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 130px;
color: #1e3775;
background-color: #c6d7ee;
text-decoration: none;
border-bottom: solid 1px #ffffff;
}

#navcontainer ul ul a:hover
{
color: #1e3775;
background-color: #eaeff8;
text-decoration: none;
}

/**************************************/
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align:center;
	float: right;
	line-height: 18px;
	font-weight: bold;
	color: #153F78;
	width: 285px;
	margin-left: 50px;
	padding-bottom: 25px;
}

/******************** athletics ******************/
div.athleticPic {
	margin: 0;
	padding: 0;
}
div.athleticPic p {
	text-align: left;
	font-style: italic;
	font-size: 10px;
	text-indent: 0;
	color: #163f78;
}
.schedule {
border: solid 1px #133F78;
}
div.practiceSchedule {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.practiceSchedule td {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	color: #163f78;
}
div.practiceSchedule h2 {
	font-size: 11px;
	text-align:center;
	color: #163f78;
}
div.gameSchedule {
	border-left: solid 1px #133F78;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.gameSchedule td {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	color: #163f78;
}
div.gameSchedule h2 {
	font-size: 11px;
	text-align:center;
	color: #163f78;
}
.TitleBar {
	background-image: url(images/header-bg.jpg);
	backgrouned-repeat: repeat-x;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	letter-spacing: 3px;
	border-bottom: solid 1px #103d76;
	border-right: solid 1px #103d76;
}
.support ul {

	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subhead {
	font-weight: bold;
	color: #91B843;
}
.h3 {
	font-size: 14px;
}