body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
	font-size: 12px;
}

html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

form{
	margin: 0px;
}

textarea, select
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a {
	color: #FB7D00;
}

a:hover {
	color: #000000;
}

.imageLink {
	border:1px;
	border-color: #FB7D00;
	border-style: solid;
}

#titleBackgroundDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 50px;
	background: #FB7D00;
	color: #FFFFFF;
	font-size: 24px;
	z-index: 2;
}

#titleTextDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 180px;
	top: 10px;
	height: 28px;
	color: #FFFFFF;
	font-size: 24px;
	z-index: 2;
}

#titleLogoDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 80%;
	top: 0px;
	color: #FFFFFF;
	z-index: 2;
}

#level1BackgroundDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 50px;
	height: 50px;
	background: #FB7D00;
	z-index: 2;
}

#level1MenuDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 180px;
	top: 11px;
	height: 20px;
	color: #FFFFFF;
	font-size: 16px;
	z-index: 3;
}

#level2BackgroundDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 160px;
	left: 0px;
	top: 0px;
	overflow: visible;
	bottom: 0px;
	background: #999999;
	color: #FFFFFF;
	font-size: 14px;
	z-index: 1;
	height: 100%;
}

#photoDiv {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 15px;
	z-index: 4;
	height: 73px;
}

#contentDiv {
	position: absolute;
	margin: 0px;
	padding-top: 10px;
	width: auto;
	left: 160px;
	top: 100px;
	height: auto;
}

.normalLink {
	color: #FFFFFF;
	text-decoration: none;
}

.normalLink:hover {
	color: #000000;
}

.selectedLink {
	color: #000000;
	text-decoration: none;
}

