.header {
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	top: 1%;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}


.navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #616161;
	color: #FFF;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	text-align: right;
	overflow: visible;
	position: relative;
	visibility: visible;
}

.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: auto;
	width: 90%;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	float: none;
	text-indent: 5%;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color: #616161;
	background-position: bottom;
	text-align: center;
	height: auto;
	width: 100%;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #0095DA;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.content p {
	font-size: 12px;
}
