

/* ---------------------------------------------------------------------------------------- */

#top  {
	position:absolute;
	width:100%;
	height: 120px;  
 	left: 5px;
	top: 5px;
	overflow: hidden;
        background-color:#FFFFFF;	/* Set top background color                         */	
        text-align:left;                 /* All links align left                             */
        
       
}


#main {
	.float-left;   
}




#nav {
	top: 5px;
	right: 50px;
	text-align:left;                 /* All links align left   
}


body { 
  color: black;
  background: white;
  font-size:1.25em;
  font-family:sans-serif;
  list-style-type: none;      /* List items in the links page will NOT have bullets */
}

a:visited { color:blue }
a:hover   { color:black }
a:active  { color:gray }


h1 {
	color: blue;
}



h2 {
	color: black;
}



h3 {
	color: black;
}



h4 {
	color:black;
}