a {
	text-decoration: none;
	}
a:hover {
	color: red;
	}
.boldtype {
	font-weight: bold;
	}
#content {
	font-family: Corbel,sans-serif;
	width: 1000px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	color: white;
	position: relative;
	margin: 0;
	}
#footer {
	background-color: #72765E;
	width: 1000px;
	height: 100px;
	text-align: center;
	float: left;
	margin: 0;
	color: white;
	}
#footer a {
	border: 1px solid white;
	}
#disclaimer {
	background-color: #72765E;
	width: 25%;
	height: 90px;
	text-align: justify;
	float: left;
	margin: 0;
	color: white;
	padding: 10px 0 0 10px;
	}
#logo {
	background-color: #72765E;
	width: 14%;
	height: 85px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
	border-style: none;
	}
