@CHARSET "ISO-8859-1";
body {
background: #003399;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#header {
 width:100%;
 background: #003399;
 text-align: center;
}

#header h1{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
}
#header h3, #header h1 {
	color: white;
}
#menuDiv {
	border-bottom: medium solid black;
}

#menu a {
	color: white;
}

#content {
 clear: both;	
 position: relative;
 left:0px;
 width:100%;
 background: silver;
 height: 500px;
}

#content h1 {
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
}

#footer {
 clear: both;
 position: relative;
 left:0px;
 bottom:0px;
 width:100%;

 background:  #003399;
 border-top: medium solid black;
 text-align: center;
 font-size: 80%;
 
 color: white;
 
}
#footer span, #footer a {
 color: white;
}

.centerImage {
height: 400px;
}

.displayWindow {
	z-index:1; 
	border: thin solid #000000; 
	position: absolute; 
	top:0px;
	left:0px; 
	background-color: #ffff00;
}

.priceTable {
	min-height: 400px; 
	max-height: 400px;
}

.priceTable li {
	font-size:80%;
}