
body{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
}
img{
  border-style: none;
}
a {
	font-weight: bold;
	text-decoration: none;
	color : #22446a;	
}

.headcontent { 
	background-image: url('header.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
}

.top {
	width : 100%;
	height: 20px;
	background-color: #DCDCDC;
	background-repeat: repeat-x;

}
.topcontent {
 padding-top: 4px;
  margin-left:auto;
  margin-right:auto;
  text-align: right;
  font-size: 0.9em;
  width: 700px;
	

}
.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;
}
.menu{

	font-size: 1.0em;
        color: white;
        text-align: right;

}
.menu a {
	color: white;
}
.menu a:link {
	text-decoration: none;
}
.menu a:hover {
	font-weight: bold;
}

.content {
  margin-top: 8px;
  /*padding-left: 10px;
  padding-right: 10px;*/
  margin-left:auto;
  margin-right:auto;
  text-align: justify;
  font-size: 1.0em;
  width: 700px;
  
}
.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;

}
h2 {
	color: blue;
}


