.textfield{
	width:600px;
	position:absolute;
	left:225px;
	top:115px;
	}
label  {
    display: block;
    float: left;
    width: 75px;
    }

.center{
	margin-left:auto;
	margin-right:auto;
	text-align: center;}
.nounder{text-decoration:none;}

body {font-family: sans-serif; color:#003333; }

#left{
        float:left;
        
        width:300px;}

#right{
        
        float:right;
        width:300px;}

#center_column{
        
        width:300px;}

.listhead{
        font-family:Arial, Helvetica, sans-serif;
        color: #000099;
        font-weight: bold;
        font-size:90%;}


.menubox{
	position:absolute;
	left:136px; 
	top:65px; 
/*	height:23px; /* This is for Firefox */
	height:27px; /* This is for Internet Explorer */
	width:698px;
	background-color:#0165ff;
	border-style:solid;
	border-left:none;
	border-color: black;
	border-width:2px;}

#menu a {		
		margin:3px;
margin-top:5px;

		padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
		font-family:'Arial Black', Helvetica, sans-serif;
                font-size:77%;
                 
		color:#98cbff;
		text-decoration:none;
		}
#menu a:hover {	
		color: #ffffff;
		text-decoration: none;
		}
#menu a:active {
		color:#ffffff;
		}
	/* CSS Document */


