@charset "utf-8";
/* CSS Document */
h1:hover {color: #F60;}
h5 { font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration:underline;
	font-stretch:ultra-condensed; }
	
h6 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none; 
	  display:inline;	}
	  
h6 a {text-decoration: none;}
h6:hover { background-color: #CCFFCC;}

ul { width: 250px; display: block; overflow: auto;}
li { display: block; float: left;  }

.td { background-color: #FFFFff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
		
.td a { text-decoration: none;}

.td:hover { background-color: #FFE4C4;
			color: #093; }
 a:hover{ text-decoration: underline;	}
 
#userlogin { font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			 border: 1px solid #036;
			 padding: 10px 10px 10px 10px;
			 width: 35%;
			 background-color: #F2FEC2;
			 text-shadow:#99F;}
#popupbox{
  margin: 0; 
  margin-left: 20%; /* This gets it relatively center on the screen */
  margin-right: 40%; /* This gets it relatively center on the screen */
  margin-top: 50px; /* Makes it a little off the top of the screen */
  padding-top: 55px; /*  Make the text not touching the top on the login box */
  width: 300px; /* For centering it on the screen */
  height: 145px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: url(Images/background3.gif) no-repeat; /* Login Box background color. Change this if desired. */
  border: solid #000000 0px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: Arial, Helvetica, sans-serif; /* Sets the font */
  font-size: 11px;
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
#popupbox:hover { 
  background: url(Images/background3A.png) no-repeat;	
}
#popupbox2{
  margin: 0; 
  margin-left: 18%; /* This gets it relatively center on the screen */
  margin-right: 40%; /* This gets it relatively center on the screen */
  margin-top: 50px; /* Makes it a little off the top of the screen */
  padding-top: 45px; /*  Make the text not touching the top on the login box */
  width: 300px; /* For centering it on the screen */
  height: 155px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: url(Images/background3.gif) no-repeat; /* Login Box background color. Change this if desired. */
 /* background: #0000000;  Login Box background color. Change this if desired. */
 /* border: solid #000000 1px;  Makes a black border around the login box */
  border: solid #000 0px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: Arial, Helvetica, sans-serif; /* Sets the font */
  font-size: 11px;
  visibility: visible; /* Makes it hidden at first. Very Important.*/
  }
#popupbox2:hover { 
  background: url(Images/background3A.png) no-repeat;	
}

