body {

	

}

/****************** headers ******************************/
.header {
	font-size: 100%;
	width: 725px;
	border-bottom: 1px solid #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10.5em;

}

.headerimage {

	text-align: right;
	color: #000066;
	font-family: tahoma;
	float: right;
	width: 500px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000066;	
	height: 155px
}

.headertext {

	text-align: right;
	color: #ffffff;
	font-family: tahoma;
	float: left;
	width: 200px;
	background-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 155px

}

.header2 {
	font-size: 140%;
	text-color: #ffffff;
	width: 725px;
	border-bottom: 1px solid #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10.5em;

}

.footer {

	color: #FFFFFF;
	width: 725px;
	background-color: #000066;
	font-family: tahoma;
	margin-top: 5px;
	text-align: center;
	bottom: auto;
	font-size: 75%;
}

/****************** text ******************************/

.main{

	width: 725px;
	border-bottom: 1px solid #000066;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: tahoma;
	font-size: 90%;
	text-align: left;

}



/****************** fonts ******************************/

.headerfont a:hover { 
	font-weight: normal;
	color: #FFFFFF; /*white*/
	text-decoration: underline;
}
.headerfont a:link {
	font-weight: normal;
	color: #FFFFFF; /*white*/
	text-decoration: none;
}

.headerfont a:visited {
	font-weight: normal;
	color: #FFFFFF; /*white*/
	text-decoration: none;
}

.headerblue a:hover { 
	font-weight: normal;
	color: #000066; /*navy*/
	text-decoration: underline;
}
.headerblue a:link {
	font-weight: normal;
	color: #000066; /*navy*/
	text-decoration: none;
}

.headerblue a:visited {
	font-weight: normal;
	color: #000066; /*navy*/
	text-decoration: none;
}

.quote {
	font-style: italic;
	text-align: center;
	float: right;
	border: 5px solid #000066; 
	padding: 5px;
	width: 350px;
	font-size: 100%;
}
.quotepic {
	font-style: italic;
	text-align: center;
	float: right;
	border: 5px solid #000066; 
	padding: 5px;
	font-size: 100%;
}
.quotecenter {
	font-style: italic;
	text-align: center;
	float: center;
	border: 5px solid #000066; 
	padding: 5px;
	width: 350px;
	font-size: 100%;
}
.title {

	color: #000066; 
	font-weight:bold

}
.central {
	text-align: center;
	float: center;
	border: 5px solid #000066; 
	padding: 5px;
	width: 350px;
	font-size: 100%
}
.centralpic {
	font-style: italic;
	text-align: center;
	float: left;
	border: 5px solid #000066; 
	padding: 5px;
	font-size: 100%
}