nav, nav ul, nav li{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Comic Sans", sans-serif;
	
}
nav ul{
	list-style:none;
	margin: 20px auto;
	width:770px;
}
nav ul li ul {
	width: inherit;
	margin: 0px;
	padding: 0px;
}
nav ul li{
	float:left;
	position:relative;
	z-index: 1;
}
nav ul a{
	display:block;
	padding:6px 32px;
	width: 80px;
	color:#000;
	background:#000;
	text-decoration:none;
	border-bottom: 5px double white;
	border-top: 5px double white;
	border-left:5px double white;
	border-right:5px double white;
	font-family: "Palatino Linotype", serif;
	color: #fff;
}
nav ul ul{
	background:#000; 
	position:absolute;
	left:-9999px; 
}
nav ul ul li{
	float:none;
}
nav ul li:hover ul{ 
	left:0; 
}
nav ul li:hover a{ 
	background:#000;
}
nav ul li:hover ul li a:hover{ 
	color:#fff;
	background:#444;
}

ol, ul { 
list-style-type: none;
}
body{
	background: #00254A url(back.jpg);
	font-family: "Palatino Linotype", serif;
	color: #fff;
}	

fieldset{
	border: 5px double black;
	padding: 10px 1px 10px 10px;
	margin: 15px 275px;
	text-align: left;
}
h1{
	text-decoration: underline;
	text-align:center;
	margin-top: 75px;
	text-shadow: 2px 2px black;
	}
nav h1{
	text-shadow: 5px 3px black;
	font-size:2em;
	background: #00254A url(back.png);
	}
p{
	font-family:"Comic Sans", sans-serif;
	font-size: 1.2em;
	}
table{
	border: 3px solid white;
	margin: 100px auto;
	}
th{
	border: 1px solid white;
	background: black;
	font-size:18px;
	}
td{
	border: 1px solid white;
	background: #003972;
	}
header{
	text-transform: uppercase;
	}
a:link{
		text-decoration:underline;
		color:white;
}
a:hover{
		color:#99CCFF;
	}

footer{
	border: 4px dotted black;
	font-size: 10px;
	clear: both;
	margin: 30px 100px;
	
	}
#toppart{
	text-align: center;
	}
.middle{
	margin: 15px 22px 15px 22px;
	float: left;
	width: 350px;
	border: 3px double black;
	padding: 2px 5px;
	}
.middle2{
	margin: 15px 150px 15px 150px;
	}
.container{
	margin: 0 auto;
	width: 820px;
	}
.pic{
	float: left;
	margin: 25px 20px;
	}
.ali{
	float: right;
	margin-left: 20px;
	width: 500px;
	opacity: .5;
	}
#quote {
	text-align: center;
	}
#page {
	width: 900px;
	margin: 20px auto;
	border: 3px double black;
	overflow: auto;
	background: #00254A;
	box-shadow: 10px 5px 5px black;
	
}





  