#fullpage {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom:0px;
	background-color: #EEE;
	margin: 0px;
}

#header {
	background-color: #FFAC55;
	padding-bottom: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #A65909;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-border-radius-topright: 5px;
	-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
}

#title {
}

#tabs {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

#footerleft {
	float: left;
}

.clear {
	clear:both;
	margin: 0px;
	border-style: none;
	padding: 0px;
}
.seperator {
	clear:both;
	margin: 0px;
	border-style: solid;
	padding: 0px;
	border-color: #A65909;
}

#content {
	background-color: #FFF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11pt;
	border-style: solid;
	border-color: #A65909;
	font-family: "Helvetica", "Arial", sans-serif;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A65909;
	color: #FFF;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-border-radius-bottomright: 5px;
	-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
	font-size: 8pt;
	border-style: solid;
	border-color: #A65909;
}

div {
		border-width: 1px;
		border-color: #000;
		border-style: none;
		margin: 0px;
		padding: 3px;

}

.contact {
	font-size: 9pt;
	text-align: right;
}

.tab-used {
	background-color: #FF901A;
	margin-bottom: 0px;
	border-bottom: 0px;
	max-width: 10%;
	margin-left: 10px;
	float: left;
	border: solid;
	border-color: #A65909;
	border-width: 1px 1px 0px;
	color: #000;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-border-radius-topright: 5px;
	-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
	font-size: 10pt;
}

.logos {
	float: right;
	padding-left: 15px;
	vertical-align: middle;
}

.logos img {
	vertical-align: middle;
}

h2 {
	padding: 0px;
	line-height: normal;
	margin: 4pt;
}

a:link {
	color: #A65909;
}

a:visited {
	color: #A65909;
}

.section {
	margin-bottom: 4pt;
}

.tab-unused {
	background-color: #A65909;
	margin-bottom: 0px;
	border-bottom: 0px;
	max-width: 10%;
	margin-left: 10px;
	left: 10px;
	border: solid;
	border-color: #FF901A;
	border-width: 1px 1px 0px;
	float: left;
	color: #fff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-border-radius-topright: 5px;
	-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
	font-size: 10pt;
}

.tab-unused:hover {
	background-color: #FF901A;
	margin-bottom: 0px;
	border-bottom: 0px;
	max-width: 10%;
	margin-left: 10px;
	float: left;
	border: solid;
	border-color: #A65909;
	border-width: 1px 1px 0px;
	color: #000;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-border-radius-topright: 5px;
	-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
	font-size: 10pt;
}

#bottomcontact {
	float: right;
}

#footer a:link {
	color: #FF901A;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.textlogo {
	color: #A65909;
	margin: 5px;
}

