#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 74px;
	width:100%;
	background-image: url(images/logo.png);
	background-color: #000077;
	border: 0px;
}

#links {
	position: absolute;
	left: 0px;
	top: 75px;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 3px;
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;	
}


#content {
	position: absolute;
	top: 120px;
	background-color: #FFFFFF;
        font-family: arial;
        font-size: 13px;
	border: 0px;
}


a.pagelinks:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.pagelinks:hover {
	color: #55CCFF;
	text-decoration: underline;
}

a.pagelinks:active {
	color: #55CCFF;
	text-decoration: underline;
}

a.pagelinks:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.pagelinks:hover {
	color: #55CCFF;
	text-decoration: underline;
}

a.thispage:link {
	color: #33FF33;
	text-decoration: underline;
}

a.thispage:hover {
	color: 33FF33;
	text-decoration: underline;
}

a.thispage:active {
	color: #33FF33;
	text-decoration: underline;
}

a.thispage:visited {
	color: #33FF33;
	text-decoration: underline;
}

p {
	text-align: left;
	font-family: arial;
	font-size: 13px;
}

h1,h2,h3,h4,h5 {
	text-align: left;
	font-family: arial;
}

li {
	text-align: left;
	font-family: arial;
	font-size: 13px;
}

p.title {
	text-align: left;
	font-family: Arial, cursive, bold;
	font-size: 25px;
	font-weight: bold;
}

p.large {
   background: #FFFFFF;
   color: navy;
   font-family: "Arial", cursive, bold;
   font-size: 20px;
}


p.sig{
  background: #FFFFFF;
  color: gray;
  font-family: "Arial", cursive;
  font-size: 11px;
  }
