body {
	background-image: url(images/sharkwallpap.jpg);
}
#banner {
	width: 593px;
	margin:10px auto 4px auto;
	background-color:white;
}
#menu { 
	background-color: #990000;
	color:white;
	border: 2px solid black;
 }
#insideHeader {
	color: white;
	background-color: #0E9AE9;
	margin: 0;
	padding: 2px;
	font-size: 18px;
}
 #insideSubHeader {
	color: white;
	background-color: #0E9AE9;
	padding:4px 0 4px 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
} 
#content {
	margin: 0;
	padding: 8px;
}
.new {
	list-style-image: url(images/new7.gif);
}
.updated {
	list-style-image: url(images/updated3.gif);
}
.notnew {
	list-style-image:none;
}
a:link, a:visited {
	color:#990000;
}
a:hover {
	color: red;
}
a:active {
	color:#990000;
}
#footer { 
	border-top: 2px solid #003399;
}
/* The below fixes rules in Mozilla browsers like foxfire
which use background-color and require the border specification */
hr {
	border: 1px solid #003399;
	background-color: #003399;
	color: #003399;
}
h1, h2, h3, h4, h5, h6 { 
	color: #003399;
}
b {
	color: #003399;
}


