body {
   font-family: cursive, "Arial", Georgia, "Times New Roman", Times, serif;
   font-size:14px;
   background-color:#C5D8C0;		/*controls middle frame color*/
}

a.black:link{
	color: black;
}
a.black:active{
	color: black;
}
a.black:visited{
	color: black;
}
a.black:hover{
color: black;
}

a.nav:link{
  color: black
}

a.nav:visited{
  color: black 
}

a.nav{
	font-weight:900
}

a.navWhite:link{
  color: white 
}

a.navWhite:visited{
  text-decoration: underline;
  color: white 
}

a.navWhite{
  text-decoration: underline;
	font-weight:900
}

/*WELCOME BAR*/
ul.welcome {
  list-style-type: none;
  padding: 0;
  margin: 0;
  left: 0em;
  font-size:15px;
}

ul.welcome li a:hover{
  display: block; 
  background-color:#7093DB;
  font-weight:bolder;
  text-decoration:none;
}

  ul.welcome li a{
  margin: .2em;
  display:block; 
  background-color:#C5D8C0;
 }

ul.welcome a {
  text-decoration: none;
  text-align:center;
}
/*END WELCOME BAR*/

/*TITLE GROUP COLOR*/
ul.mainNav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  left: 0em;
  font-size:15px;
}

  ul.mainNav li{
  background-color:#006600;
  margin: .2em;
  display:block; 
  text-decoration: none;
  text-align:center;
  color:white;
  font-weight:bolder;
}

/*END TITLE GROUP*/

/*SUB CATAGORIES COLOR*/
ul.navbar li a:hover{
  display: block; 
  background-color:#7093DB;
  font-weight:bolder;
  text-decoration:none;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  left: 0em;
  font-size:13px;
}

  ul.navbar li a{
  margin: .2em;
  display:block; 
  background-color:#C5D8C0;
 }

ul.navbar a {
  text-decoration: none 
}
/*END SUB CATAGORIES COLOR*/

#navBarPos{
position: absolute;
top:5px;
width:150px;
background-repeat:norepeat;
}
