#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width:100%;
	background-color: #FFFFFF;
	border: 0px;
}

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


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


a.pagelinks:link {
	color: #FFFFFF;
	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.focuspage:link {
	color: #FFD00F;
	text-decoration: underline;
}

a.focuspage:active {
	color: #FFD00F;
	text-decoration: underline;
}

a.focuspage:visited {
	color: #FFD00F;
	text-decoration: underline;
}

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

a.thispage:link {
	color: #3333FFFF33;
	text-decoration: underline;
}

a.thispage:hover {
	color: 3333FF;
	text-decoration: underline;
}

a.thispage:active {
	color: #3333FF;
	text-decoration: underline;
}

a.thispage:visited {
	color: #3333FF;
	text-decoration: underline;
}

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

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

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

p.header{
  text-align: left;
  color: #000000;
  font-family: "Arial", cursive;
  font-size: 24px;
  }

p.title {
  text-align: left;
  font-family: Arial, cursive, bold;
  font-size: 20px;
  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;
  }


