

form {margin: 0px 0px 0px 0px; }

#title {
	margin-bottom: 5px;
	position: absolute;
	top: 16px;
	left: 375px;
	font-size: 16px;
	}



      .tooltip {
        background-color:#ffffff;
        font-weight:bold;
        border:2px #006699 solid;
      }



    
  body  {
/*	font-size: 1em;
	font-family: Georgia, 'Times New Roman', times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	background: white url(alice23.gif) no-repeat 0px 8px;   */

    margin: 7px;
	padding: 0px;
 

	
    background-color: #fff

}

h1 {
	font:small-caps bold  italic 2.5em Georgia, 'Times New Roman', times, serif;
	color: red;
}

h2  {
	color:#999;
}

.page {
/*	position:	relative;
	top:	190px;
	left:	165px;
	width:	480px;    */
}


#menutopright {
    position: absolute;
	top: 14px;
	right: 35px;
}

#menuBar {
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;        /* change back to grey if bored of white */
	}

.menuHeader {
	color: #fff;
	font-size: 19px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	padding-right: 15px;
	display: inline;
	position: relative;
	background-color: #444;
	border-right: 1px solid #000000;
	}

    .menuHeader a:visited {               /* try to get rid of purple in logo*/
	color: #fff;
	text-decoration:none
	}
	.menuHeader a:link {
    color: #fff;
	text-decoration:none

	}

	
.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-repeat: repeat;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	text-decoration: none
	}

.menuDrop a:link {
	color: #f00;
	}

.menuDrop a:visited {
	color: #f00;
	}

.menuDrop a:hover {
	color: #fff;
	background-color: #f00;
	}

.menuDrop a:active {
	color: #ffffff;
	background-color: #c00;
	}
  
    