﻿body 
{
   margin: 0;
   text-align: center;
}

#container{ 
position: relative; 
width: 900px; 
text-align: center; 
margin: 0 auto 0; 
background-color: #FFFFFF; 
font-family: Verdana;
font-size: x-small;
} 

hr 
{ 
    height: 1px;
    background-color: Navy; 
    color: Navy;
}

h3 
{ 
  color: Navy; 
  font-family: Tahoma; 
  font-size: 16pt;
  border-bottom-style: solid;
  border-bottom-color: Navy;
  border-bottom-width: thin;
}

.linkClass1 a:link { text-decoration: none; color: Navy; }
.linkClass1 a:visited { text-decoration: none; color: Navy; }
.linkClass1 a:active { text-decoration: none; color: Red; }
.linkClass1 a:hover { text-decoration: none; color: Red; }

.linkClass2 a:link { text-decoration: underline; color: Red; font-weight: bold; }
.linkClass2 a:visited { text-decoration: underline; color: Red; font-weight: bold; }
.linkClass2 a:active { text-decoration: underline; color: RGB(66,66,66); font-weight: bold; }
.linkClass2 a:hover { text-decoration: underline; color: RGB(66,66,66); font-weight: bold; }


/******************************* BEGIN MENU CSS *********************************/
/* credits:www.freecssmenus.co.uk */
/* altered 9-22-09 by Beth Slaughter */
.mmenu 
{
    width: auto;
}
.mmenu ul 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mmenu ul li 
{
    display: inline;
    float: left;
}
.mmenu ul li a
{
    background: url(../images/img_banner_red.gif) repeat-x top left;
    float:left;
    margin:0px;
    background-color:#FFFFFF;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:bold;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #040133;
    padding-left:33px;
    padding-right:33px;
    padding-top:6px;
    padding-bottom:6px;
}
.mmenu ul li a:hover 
{
    color: #FFFFFF;
    background: url() repeat-x bottom left;
    background-color:#000066;
}
.mwrapper{padding:0px}
/******************************** END MENU CSS **********************************/

/******************************* BEGIN NAVLEFT CSS *********************************/
/* credits:www.freecssmenus.co.uk */
/* altered 9-23-09 by Beth Slaughter */
.NAVmenu{ width: 115px;
}
.NAVmenu ul{ padding: 0;
margin: 0;
list-style-type: none;
}
.NAVmenu a{background: url(../images/img_navleft_gray.gif) repeat-x top left;
margin:0px;background-color:#FFFFFF;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
display: block;
width:90%;
color: #FF0000;
text-decoration: none;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #eeeeee;
padding-top:7px;
padding-bottom:7px;
padding-left:10%;
}
.NAVmenu a:hover{ color: #000066;
background: url(../images/img_navleft_gray.gif) repeat-x bottom left;background-color:#FFFFFF;
}
.NAVwrapper{padding:0px}
/******************************** END NAVLEFT CSS **********************************/
