html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

object {
	outline: none;
}

a {
	outline: 0;
} 

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#contentMiddle a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999595;
	font-size: 10px;
}

#contentMiddle a:hover {
	color: #000000;
}

#navBarArea a {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
}

#navBarArea a:hover {
	color: white;
}

#contentMiddle a:hover {
	color: #000000;
}

img#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -10;
}

#navBar {
	text-align: center;
	position: relative;
	width: 100%;
	height: 60px;
	top: 2%;
	z-index: 1;
}

#navBarArea {
	text-align: left;
	position: relative;
	width: 750px;
	height: 100%;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#navBarContent {
	position: absolute;
	left: 390px;
	top: 0;
	right: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
}

#currentPage {
	display: inline;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-decoration: underline;
}

#header {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100px;
	top: 2%;
	z-index: 1;
}

#headerContent {
	text-align: left;
	position: relative;
	width: 750px;
	height: 100%;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#headerLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: 5;
}

#headerLeft img {
	width: 50%;
	margin-top: 30px;
	margin-left: 38px;
	border: 0px;
}

#headerRight {
	position: absolute;
	left: 390px;
	top: 27px;
	right: 40px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 500;
}

#contentBackground {
	text-align: center;
	position: relative;
	z-index: 1;
	top: 2%;
	width: 100%;
	height: 450px;
	background-color: white;
}

#contentMiddle {
	text-align: left;
	position: relative;
	width: 750px;
	height: 100%;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

#currentSubPage {
	display: inline;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-decoration: underline;
}