.links {
	position: absolute;
	z-index: 200;
	height: 42%;
	width: 8%;
	text-align: justify;
	left: 6%;
	top: 18%;
	text-transform: uppercase;





}
.main {
	position: absolute;
	width: 64%;
	text-align: justify;
	top: 18%;
	left: 18%;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 100%;
	z-index: 200;
	color: #000000;








}
.h200 {
	font-size: 200%;
}
.floatleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pagehead {
	position: absolute;
	height: 10%;
	width: 94%;
	text-align: justify;
	top: 2%;
	left: 4%;
	z-index: 100;
}
.h150 {

	font-size: 150%;
}
.stripe {
	position: absolute;
	height: 4px;
	width: 100%;
	text-align: justify;
	top: 7%;
	left: 0px;
	z-index: 50;
	background-color: #FF0000;
	overflow: hidden;


}
.linkstripe {
	position: absolute;
	z-index: 50;
	height: 100%;
	width: 4px;
	text-align: justify;
	left: 8%;
	top: 0px;
	text-transform: uppercase;
	background-color: #FF0000;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.floatright {

	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
