body { 
       background-color: #000033;
       text-align:       center;
       font-family:      sans-serif, Times, Verdana;
}
a:link {
	 text-decoration:  none;
	 color:		 #000033;
	 border-bottom:	 thin dotted #660066;
}
 
a:visited {
	text-decoration:	 none;
	color:		 #660066;
}
 
a:hover {
	font-weight:	 bold;
      color:		 #000033;
}
#container {
       position:          relative;
       margin:            0 auto;
       width:             770px;
       text-align:        left;
}
#header { 
       background-color:  white;
       height:            100px;
       text-align:        center;
       border-style:      none;
}



#globalnav {
	position:           absolute;
      top:                100px;
      background-color:   #990000;
	width:              770px;
	}
 
#globalnav ul {
	list-style: 	  none;
	font-size: 		  large;
	padding-left:	  15px;
}
 
#globalnav ul li{
	display: 		  inline;
	padding-right:	  15px;
 
}
 
#globalnav a {
	text-decoration: 	  none;
	border:		  none;
}
 
#globalnav a:link {
	color:		  #C7C7C7;
}
 
#globalnav a:visited {
	color:		  #C7C7C7;
}
 
#globalnav a:hover {
	font-weight:	  bold;
	font-style:	        italic;
      color:              white;
}
 
#globalnav a:active {
	font-weight: 	  bold;
	text-transform: 	  uppercase;
}
 
#globalnav .current {
	color:		  #FFFFFF;
	text-transform:	  uppercase;
	font-weight:	  bold;
}


#maincontent {
      position:          absolute;
      top:               150px;
      width:             750px;
      margin-top:        5px;
      background-color:  white;
      padding:           10px;
}

#maincontent h1{
      color:		 black;
      padding:           5px 5px;
      font-size:         large;
}
#maincontent ul li{ padding: 5px 0;} 

