@charset "utf-8";
/* CSS Document */

#nav { line-height:2em;
list-style: circle;
width: 100%;
height: 100%;
}

#nav ul{ 
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav a:link, a:visited{
color: #002B5C;
font-family: Garamond;
font-size: 11pt;
text-decoration: none;
font-weight:normal;
}


#nav a:hover{
color: #61779F; text-decoration: none;
}

#nav a:active{
color: #61779F;
}
