/* Presentation Stylesheet */ 
/* Link Styling Section */
/* Links on Left Column of Website */
a.left:link,a.left:visited,a.left:active {
 text-decoration:none;
 background-color:#100847;
 color:white;
 font-variant:small-caps;
 font-weight:400;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
a.left:hover {
 text-decoration:none;
 background-color:#100847;
 color:#BA9E4F;
 font-variant:small-caps;
 font-weight:400;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
/* Links in Center Column of Website */
a.center:link,a.center:visited,a.center:hover,a.center:active {
 color:#BA9E4F;
 font-variant:small-caps;
 font-weight:800;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
/* Links for Menu in Center Column under the Header Graphic */
a.topMenu:link,a.topMenu:visited,a.topMenu:active
{
 display:block;
 width:130px;
 font-weight:bold;
 color:#FFFFFF;
 background-color:#BA9E4F;
 text-align:center;
 padding:0px;
 text-decoration:none;
 text-transform:uppercase;
}
a.topMenu:hover
{
background-color:#100847;
}
/* Top Menu Styling Section */
ul.center
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
width:100%;
}
li.center
{
color:#100847;
font-variant:small-caps;
font-weight:600;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;

}

ul.topMenu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
width:100%
}
li.topMenu
{
float:left;
display:inline;
}
/* Center Column formatting */
h1.center
{
 color:#100847;
 font-variant:small-caps;
 font-weight:600;
 font-size:x-large;
 text-align:center;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
h2.center
{
color:#100847;
 font-variant:small-caps;
 font-weight:600;
 font-size:large;
 text-align:center;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
p.center
{
 color:#100847;
 font-variant:small-caps;
 font-weight:600;
 text-align:center;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
p.centerleftalign
{
 color:#100847;
 font-variant:small-caps;
 font-weight:600;
 text-align:left;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
p.left
{
 color:#100847;
 font-variant:small-caps;
 font-weight:600;
 text-align:left;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
p.left
{
 color:#BA9E4F;
 font-variant:small-caps;
 font-weight:600;
 font-size:small;
 text-align:center;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
table.outerlink
{
 border-color:#BA9E4F;
 border-style:solid;
 background-color:#100847;
}
table.schedule
{
 color:#100847;
 font-variant:small-caps;
 font-weight:600;
 text-align:left;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
table.roster
{
 color:#100847;
 font-variant:small-caps;
 font-weight:600;
 text-align:center;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
th.stats
{
 color:#BA9E4F;
}