
a:link { color: #02066B; text-decoration: none; font-weight: bold; }
a:visited { color: #02066B; text-decoration: none; font-weight: bold; }
a:hover { color: #A80C34; text-decoration: none; font-weight: bold; }
a:active { color: #02066B; text-decoration: none; font-weight: bold; }

ul.navigation {
	list-style-type: none;
	font-size: 14px;
	margin: 0 0.2em 0 0;
	padding: 0em;
  	background: #A80C34;

}

ul.navigation li {
	font-size: 13.2px;

  background: white;
  margin: 0.1em 0.1em 0em 0.1em;
  padding: 0.1em;
	text-indent: 2px;
}

ul.navigation li a:hover
{
	font-size: 13.2px;
        color: white;
	margin: 0.1em 0.2em 0 0;
	padding: 0.1em 0;
  	background: #002A5C;
	text-indent: 2px;
}

ul.navigation a:link { color: #002A5C; text-decoration: none; }
ul.navigation a:visited { color: #002A5C; text-decoration: none; }
ul.navigation a:hover { color: #A80C34; text-decoration: none; }
ul.navigation a:active { color: #002A5C; text-decoration: none; }

body { font-family:Verdona, Arial, Helvetica, sans-serif; font-size: 14px;}

news.title { font-size: 14px; font-weight: bold; }
table.body { 
		border-width: 2px; 
		border-collapse: collapse; 
		border-style: solid; 
		border-color: #002A5C; 
}
table.body th { 
		border-width: 2px; 
		border-style: solid; 
		background-color:#A80C34;
		border-color: gray; 
		color: white; 
		font-size:11pt;
}
table.body tf { 
		border-width: 2px; 
		border-style: solid; 
		background-color:#2b4291;
		border-color: gray; 
		color: white; 
		font-size:11pt;
}
table.body td { 
	border-width: 2px; 
	border-style: solid; 
	background-color: #02066B;
	border-color: gray; 
	color: white; 
	font-size:9pt;
	padding:4px;
}

h1 {
    /* text-decoration: underline overline; */
    text-align: center;
    background:#002A5C;
    padding: 5px;
    border: 2px solid gray; 
    color: white; 
    font-variant: small-caps;
}

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 4px 4px 4px; /*Last item used to be 50px - changed by Zuzka in order to display more menu items*/
margin: 0 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #002A5C;
color: white;
}

table.body a:link { color: #ffffff; text-decoration: none; }
table.body a:visited { color: #ffffff; text-decoration: none; }
table.body a:hover { color: #A80C34; text-decoration: none; }
table.body a:active { color: #A80C34; text-decoration: none; }


table.outline { 
		border-width: 1px; 
		border-collapse: collapse; 
		border-style: solid; 
		border-color: #002A5C; 
}

.blueText {
	color: #00285C;
}

.redText {
	color:#a80c34;
}

.coaches {
	display: block;
	margin-left: auto;
	margin-right: auto;
}