﻿body 
{
   margin: 0;
   text-align: center;
}

#container{ 
position: relative; 
width: 900px; 
text-align: center; 
margin: 0 auto 0; 
background-color: #FFFFFF; 
} 

hr 
{ 
    height: 1px;
    background-color: #006699; 
    color: #006699;
}

h3 
{ 
  color: Red; 
  font-family: Tahoma; 
  font-size: 16pt;
}

.linkClass1 a:link { text-decoration: none; color: #006699; }
.linkClass1 a:visited { text-decoration: none; color: #006699; }
.linkClass1 a:active { text-decoration: none; color: Yellow; }
.linkClass1 a:hover { text-decoration: none; color: Yellow; }

.linkClass2 a:link { text-decoration: none; color: #006699; font-weight: bold; }
.linkClass2 a:visited { text-decoration: none; color: #2E8B57; font-weight: bold; }
.linkClass2 a:active { text-decoration: none; color: Red; font-weight: bold; }
.linkClass2 a:hover { text-decoration: none; color: Red; font-weight: bold; }

/****************************** START TOP MENU ****************************/
/* credits:www.freecssmenus.co.uk */
/* altered by Beth Slaughter 9-23-09 */
.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_menu_gunmetalblue.gif) repeat-x top left;
float:left;
margin:0px;
background-color:#FFFFFF;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
display: block;
color: #FFFFFF;
text-decoration: none;
border-left: 3px solid #EEEEEE;
border-right: 3px solid #CFCFCF;
border-bottom:3px solid #CFCFCF;
padding-left:18px;
padding-right:18px;
padding-top:10px;
padding-bottom:10px;

}
.mmenu ul li a:hover{ color: #CCFFCC;
background: url(../images/img_menu_gunmetalblue.gif) repeat-x bottom left;
background-color:#FFFFFF;
}
.mwrapper{padding:0px}
/******************************* END TOP MENU *****************************/

/****************************** START NAVLEFT MENU ****************************/
/* credits:www.freecssmenus.co.uk */
/* altered by Beth Slaughter 9-23-09 */
.NAVmenu{ width: 150px;
}
.NAVmenu ul{ padding: 0;
margin: 0;
list-style-type: none;
}
.NAVmenu a{background: url(../images/img_menu_gunmetalblue.gif) repeat-x top left;
margin:0px;background-color:#000000;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
display: block;
width:90%;
color: #FFFFFF;
text-decoration: none;
border-top: 3px solid #EEEEEE;
border-bottom: 3px solid #222222;
border-right:3px solid #EEEEEE;
border-left:3px solid #222222;
padding-top:10px;
padding-bottom:12px;
padding-left:5%;
}
.NAVmenu a:hover{ color: #CCFFCC;
background: url(../images/img_menu_gunmetalblue.gif) repeat-x bottom left;background-color:#000000;
}
.NAVwrapper{padding:0px}
/******************************* END NAVLEFT MENU *****************************/
