/*
CSS for Badgerland's Site
*/

body{
 line-height: 125%;
 padding:0;
 margin:0;
}

p {
 color: navy;
 font-family: Cambria, "Times New Roman";
 
}

 li{
 color: navy;
 font-family: "Trebuchet MS";
 list-style-type: disc; 
 }

 ul{
 color: navy;
 font-family: Verdana;
}


h1{
 
 font-family:"Trebuchet MS", sans-serif;
 color:white;
 font-size:325%;
 
 margin:60px;
  
 
}
 
h2,h3,h4,h5,h6{
 color: navy;
 font-family: "Trebuchet MS";
}

#header{
 background-color:navy;
 width:100%;
 border-bottom: 5px #0066cc solid;
}


#navigation{
 background-color:#0066cc; 
 width:160px;
 height:600px;
 line-height: 175%;
 padding-top: 0.6em;
 
}

#navigation li{
 list-style-type: none;
 font-size: large;
 font-weight: bold; 
 
}

#header, #navigation, #bodycontent{
 position: absolute;
}

#bodycontent{
 left: 183px;
 right: 15px;
 top:150px;
}

#navigation{
 top: 145px;
}

a{
 font-size:large;
 font-weight: bold;
}

a:link{
 color: white;
}

a:visited{
 color:white;
}
 

a:hover{
 background-color: white;
 color: navy;
 text-decoration: none;
}

a:active{
  color:#0066cc;
  text-decoration:none;
 }


table.stats {
 border: 1px solid navy;
 border-collapse: collapse;
}

table.stats th{
 background-color:#0066cc;
 color:#ffffff;
 padding: 0.4em;
 border: 1px solid navy;
  
}

table.stats td{
 border: 1px solid navy;
 padding: 0.4em;
 color: navy;
 font-family:verdana;
 background: url(td.jpg);
}

 
 
table.juniors {
 border: 1px solid navy;
 border-collapse: collapse;
 position:relative;
 margin-left:275px;
}

table.juniors th{
 background-color:#0066cc;
 color:#ffffff;
 padding: 0.4em;
 border: 1px solid navy;
  
}

table.juniors td{
 border: 1px solid navy;
 padding: 0.4em;
 color: navy;
 font-family:verdana;
 background: url(td.jpg);
}


table.schedule {
 border: 1px solid navy;
 border-collapse: collapse;
}

table.schedule th{
 background-color:#0066cc;
 color:#ffffff;
 padding: 0.4em;
 border: 1px solid navy;
  
}

table.schedule td{
 border: 1px solid navy;
 padding: 0.4em;
 color: navy;
 font-family:verdana;
 background: url(td.jpg);
}

#photo p{
 font-size: 75%;
 font-weight: bold;
 margin-top: 0;
 pading-top:0;
 width: 430px;
 line-height:1.4em;
}





