.container {
	position: relative;
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-color: #cccccc;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 13px;
	position: relative;
	float: left;
	padding-bottom: 3px;
	padding-left:3px;
	width: 75%;
	background-color:#000000;
}
.navbutton {
	position: relative;
	height: 20px;
	float: right;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	color:#000000;
	}
p {	
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;
	}	

.headerimg {
	position: relative;
	float: left;
	border: 0px;
	padding-bottom: 10px;
	padding-left:20px;
}
.before {
	position: relative;
	float: left;
	padding-top: 20px;
}
.after {
	position: relative;
	float: right;
	padding-right: 25px;
	padding-top: 20px;
}
.navbuttonactive {
	position: relative;
	height: 20px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.navdivider {
	float: right;
	position: relative;
	width: 2px;
	
	color:#666666;
	font-size:24px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

