BODY {font-family:Garamond, serif;}

H1,H2,H3,H4,H5,H6 {font-family:Arial, san-serif;}

DIV.lions_body {position:relative; 
                left:150px;
                margin-right:150px;}

DIV.guide_body {position:relative;
                left:200px;
                margin-right:200px;}

DIV.footer {min-width: 90%;
            background-color: #00338D;
            color: #FFFFFF;
            margin-bottom: 0;
            height: 25px;
            padding-left: 6px; 
            padding-top: 2px;
            padding-bottom: 2px;
            border-color: gray;
            border-top-style: solid;
            border-top-width: thin;}

DIV.associated {padding-left: 15px;
                border-color: #C0C0C0;
                border-left-style: solid;
                border-left-width: thin;
                position:relative;
                margin-bottom:-1em}

DIV.splash {background-color: #766A62;
            margin-top: 0;}

.text-center { text-align:center; }

H1 {font-size: 130%;
    color: #EBB700;
    background-color: #00338D;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color: gray;
    border-bottom-style: solid;
    border-bottom-width: thin;}

H2 {font-size:110%;
    position:relative;
    left:-150px;
    margin-right:-150px;
    padding-bottom: 2px;
    border-bottom-style:solid;
    border-bottom-width:thin;}

H3 {font-size:90%;
    border-left-style: none;
    position:absolute;
    margin-left:-150px;
    width:130px;
    margin-top:0}

H6 {font-size:110%;
    color: #FF0000;
    position:relative;
    left:-150px;
    margin-right:-150px;
    margin-bottom:0px;
    padding-bottom: 2px;
    border-color:#000000;
    border-bottom-style:solid;
    border-bottom-width:thin;}


UL.urllist {list-style-type:none;
            margin-left:0;
            margin-bottom:0;
            padding-left:0;}
	
div.hovermenu {
min-width: 90%;
background-color: #bcd4ff;
}

.hovermenu ul{
margin-top:0;
font-family:Arial, san-serif;
font-weight: bold;
padding-left: 0;
margin-left: 0;
height: 1.75em;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
color:  #101010;
padding: 2px 0.5em;
text-decoration: none;
float: left;
border: 2px solid #bcd4ff;
}

.hovermenu ul li a b{
color: #983222
}

.hovermenu ul li a:hover{
background-color:  #EBB700;
color: black;
border-style: outset;
}

.hovermenu ul li a:active{
border-style: inset;
}

@media (max-width:615px){
   .hovermenu ul{
      height: 5.5em;
      }

   BODY,H1,H2,H3,H4,H5 {font-size: 120%;}

   DIV.footer {
      height: 50px;
      }
   .splash {
      display: none;
      }
   }

@media print {
   div.hovermenu {display:none;}

   H3 {position:relative;
       margin-left:0px;
       width:8in;
   }

