/* CSS Document */
	
	
	#navigation a {
		display:block;
		height: 75px;
		line-height: 75px;
		width: 150px;
		text-align: center;
		list-style: none;
		background-color: #E1F1F9;
		color: #0A3F8B;
		border: 1px solid #FFFFFF;
		text-decoration: none;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
 
	}
	
	#navigation a:hover{
		background-color: #0A3F8B;
		color: #E1F1F9;
	}
	
	#navigation{
		float: left;
	}

	
	
	

