/* CSS Document */

body {
	background-image: url(images/background.gif)
;	background-repeat: repeat-x

}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {color: #660000; font-weight: bold; }

.style7 {
	color: #DCA80E;
	font-weight: bold;
}
.style8 {
	color: #000000;
	font-weight: bold;}

td.firstside {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
  }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style5 {color: #FFFFFF}

.style6 {
	color: #660000;
	font-weight: bold;
	font-size: 16px;

/*This is the navbar on secondary pages*/
}

ul#navmenu { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul#navmenu li {
  margin-bottom : 2px; /* ADDED THIS */
}

ul#navmenu a { 
  display : block; /* ADDED THIS */
  width : 200px; /* ADDED THIS */
  height : 25px; /* ADDED THIS */
  background-color : #444546; /* ADDED THIS */
  padding : 5px 5px 5px; /* ADDED THIS */
  text-align : left; /* ADDED THIS */
  text-decoration : none; /* ADDED THIS */
  color : #ffffff; /* ADDED THIS */
  cursor : pointer; /* ADDED THIS (Needed for Opera due to selected styling) */
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active, 
ul#navmenu a.selected, ul#navmenu a.selected:hover, ul#navmenu a.selected:focus, ul#navmenu a.selected:active { 
  background-color : #e4b939; /* ADDED THIS */
  color : #ffffff; /* ADDED THIS */
}

ul#navmenu a.selected { 
  text-align : left; /* ADDED THIS */
  cursor : default; /* ADDED THIS (To make it no appear to be a link) */
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active { 
  background-color : #e4b939; /* ADDED THIS */
  color : #fff; /* ADDED THIS */
}

