body {
	padding: 0px;
	margin-top: 190px;
	margin-left:auto;
    margin-right:auto;
    width: 1040px;
    font-family: Helvetica, Arial, sans-serif;
}

a:link {
	text-decoration:none;
	color: black;
}

a:visited {
	color: black;
}

img {
	display: block;
	height: auto;
}

#main {
	/**-webkit-filter: blur(2px); filter: url(#blur-effect-1);**/
	margin-left:10px;
	margin-right: 10px;
}

#dim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.9);
	z-index: 500;

	opacity: 0;
	visibility: hidden;
}

#top {
	position: fixed;
	z-index: 1000;
	visibility: hidden;
	background: #e2e2e2;
}

.topFloat {
	margin: 0px;
	height: 100%;

	top: 50%;
	left: 50%;
	overflow-y: hidden;
}

.topScroll {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 100%;
	
	margin-left: 0;
	margin-top: 0;
	overflow-y: scroll;
}

.cleanTable {
	padding: 0px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
}

#navigationBar {
	position: fixed;
	top: 66px;

	width: 1000px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	z-index: 100;
}

#topWhiteBlock {
	position: fixed;
	top: 0px;

	width: 100%;
	height: 48px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	z-index: 99;
}

.title {
	float: left;
	width: 204px;
	height: 48px;
	margin-right: 140px;
}

.navigationItem {
	float: left;

	font-family: Helvetica Neue, sans-serif;
	font-size: 14px;
	text-align: left;

	color: #636363;

	line-height: 30px;
	text-indent: 18px;
	width: 130px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;

	border-left: 1px dotted black;
}

.navigationItem:link {
	background: #fff;
	text-decoration: none;
}

.navigationItem:visited {
	background: #fff;
	color: #636363;
}

.navigationItem:hover {
	background-color: #bcb9b5;
	color: #ff0;
}

.navigationItemSelected {
	background-color: #bcb9b5;
	color: #ff0;
}

.footer {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 24px;

	border-top: 1px black dotted;
	padding: 0px;
	padding-top: 3px;

	margin-top: 50px; 
	margin-bottom: 100px;
}