@charset "utf-8";
.Scroll {
	height: 315px;
	width: 248px;
	overflow: auto;
	left: auto;
	scrollbar-base-color: #606569;
	scrollbar-arrow-color: #383838;
	scrollbar-3dlight-color: #CBC1CC;
	scrollbar-darkshadow-color: #606569;
	scrollbar-face-color: #606569;
	scrollbar-highlight-color: #606569;
	scrollbar-shadow-color: #383838;
	scrollbar-track-color: #929299;
	cursor: wait;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #757a7d;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 650px;
}
.oneColFixCtrHdr #header {
	background: #757A7D;
	height: 195px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #757a7d;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	height: 350px;
}

.oneColFixCtrHdr #footer {
	background:#757a7d;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.navigationBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 51px;
}
.maincontentImage {
	height: 325px;
	width: 325px;
	position: absolute;
	z-index: 2;
	top: 250px;
	left: -164px;
}
.navigationImage {
	height: 51px;
	width: 750px;
}
style="display:none; "
}
.maincontentBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 340px;
}
.apDiv_head {
	background-color: #757a7d;
	position: relative;
	height: 175px;

}
.apDiv_navigation {
	background-color: #3b3f56;
	position: relative;
	height: 22px;
	width: 950px;
}
.apDiv_mainContent {
	background-color: #757a7d;
	position: relative;
	height: 365px;
	width: 950px;
}
.apDiv_navigation_individ {
	background-color: #3b3f56;
	text-align: center;
	vertical-align: middle;
	position: relative;
	height: 22px;
	width: 135.7px;
