body{
background-image: url('header.jpg');
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
}
img{
  border-style: none;
}
.headcontent { 
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
.caption {
	font-size: 1.9em;
	color: white;
	font-family: Bookman, serif;
	text-align: center;
}

.caption1 {
        font-size: 1.0em;
        color: white;
	text-align: right;
}
.caption1 a {
	color: white;
}
.caption1 a:link {
	text-decoration: none;
}
.caption1 a:hover {
	font-size: 14px; 
	font-weight: bold;
}

.content {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
	text-align: justify;
  font-size: 1.1em;
}
.content h1 {
	font-size: 1.3em;
	font-weight: bold;
}
.content p {
	line-height: 1.4;
	padding-left: 20px;
}
.footer{
	margin-top: 30px;
	line-height: 1.5em;
	text-align: center;
	font-size: .7em;
	color: #888888;
	clear: both;

}

