/* CSS Document */

p{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #000000;
line-height:18px;
padding:3px;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color:#000066;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color:#000066;
}

.leftimage{

margin: 0 10px 5px 0;
border: 1px solid #000066;
}

.rightimage{

margin: 20px 0 20px 15px;
border: 1px solid #000066;
}

.centerimage{

margin: 7px 7px 7px 7px;
border: 1px solid #000066;
}

.navigation {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 140px;
	text-decoration: none;
  }
  
   .navigation:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#bbFFFF;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 140px;
	text-decoration: none;
  }
  
  .link{
  color:#000066;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  }
  
.boxit{
	border: 1px solid #000066;
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px; 
	color: #000066;
	background-color: #E0E0E0;
	}
	
	.boxit_regform{
	border: 1px solid #000066;
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px; 
	color: #000066;
	width:752px;
	background-color: #E0E0E0;
	padding: 10px;
	
	}
