@charset "UTF-8";
/* CSS Document */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FEFFFF;
	text-decoration: none;
	padding: 5px;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FBF014;
	text-decoration: none;
	padding: 5px;
	font-style: normal;
}
.seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.bottom {
	background-image: url(images/bottom2.gif);
	background-repeat: no-repeat;
}
.border {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.rightFloat {
	float: right;
}

