body {
  	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top:0px;
	margin-left: 0px;
}


a:link {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #3c9bf7;
	color: White;
}

a:visited {
	color: #1B1B1B;
	text-decoration: none;
}

.headerBackground {
	background: url(../images/BGtopstrip.jpg) repeat-x;

}

.headerLogo {
	background: url(../images/heading2d.jpg) no-repeat;

}

#headNav {
	line-height:20px;
	padding-left:3px;
	background-color:#8DCAFC;
	color:#FFFFFF;
	z-index: 30;
	position: absolute;
	top: 0px;
	right: 3px;
}

a.headNavButton {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding:8px; 
  border-right:1px solid #FFFFFF;
  line-height:20px;
}

a.headNavButton:hover {
  background-color: #0066FF;
  color: #FFFFFF;
  line-height:20px;
}

a.headNavButtonEnd {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  line-height:20px;
  padding:8px;
}

a.headNavButtonEnd:hover {
  background-color: #0066FF;
  color: #FFFFFF;
  line-height:20px;
}

.catchPhrase {
  font-family: "Trebuchet MS", verdana, tahoma, helvetica;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding: 5px 0px 5px 0px;
}

td.sideHeader {
  background-color: #3c9bf7;
  font-family: "Trebuchet MS", verdana, tahoma, helvetica;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: black;
}

td.sideBody {
  background-color: #E5E4D7;
}

td.sideFoot {
  border-top: 2px solid #3c9bf7;
}

.mainContent {
	border: 1px solid #97E6FF;
}

.copyright {
	font-size: 10px;
}


  

