body {
	font-family: Arial, Helvetica, sans-serif;
	background:#330066;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}


th {
	font-family: Arial, Helvetica, sans-serif;
}

/* 
  This is the inner wrapper which contains the entire site 
*/
#header {
	width :900px;
	height : 215px;
	background : #330066 url(WebpageHeader.jpg) no-repeat; /* CHANGED/ADDED THIS */
}

/* This defines how the various headers will act */
h1 {
font:24pt Arial;
font-weigth:bold;
color:#FFFFFF
}

h2 {
font:20pt Arial;
font-weigth:bold;
color:#FFFFFF
}

h3 {
font:18pt Arial;
font-weigth:bold;
color:#FFFFFF
}

ntext {
font:12pt Arial;
color:#FFFFFF
}

/* This defines the hyperlinks and how they will perform */
a:link {color:#FFFFFF}
a:visited {color:red}
a:active {color:yellow}

p1	{
	  line-height: 2.0;
}

/* This is trying to define the navigation bar */
div#navbar2 {
	height: 30px;
	width: 900px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #330066;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font:bold;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}

<STYLE TYPE="text/css">
<!--
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
-->
</STYLE>
