html {
	overflow:hidden;
	height:100%;
	}
body {
	margin: 0px;
	padding: 0px; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #000;
	overflow: hidden;
	height: 100%;
	}	
a {
	text-decoration: none;
	color: #000;
	}
img { 
	border: 0;
	}
a:hover {
	text-decoration: underline;
	}
#frameMain {
	position: absolute;
	width: 100%;
	height: 100%;
	}
.frameTop {
/*	height: 40%;	*/
	height: 152px;
	padding-top: 10px;
	clear: both;
	}
.firstframeGutter {
	width: 1px;
	border-left: 5px solid #fff;
	border-right: 4px solid #fff;
	height: 100%;
	float: left;
	background-color: #999;
	}
.frameGutter {
	width: 1px;
	border-left: 5px solid #fff;
	border-right: 9px solid #fff;
	height: 100%;
	float: left;
	background-color: #999;
	}
#frameNavigation {
	width: 200px;
	height: 100%;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	}
#frameNavigation .red {color: #f30;}
#frameNavigation .blue {color: #06f;}
#frameNavigation .item {color: #000;}
#frameNavigation .active1 {color: #f00;}
#frameNavigation .active2 {color: #06f;}
#frameSubNavigation {
	float: left;
	width: 200px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	}
#frameSubNavigation .item {color: #000;}
#frameSubNavigation .active1 {color: #f00;}
#frameSubNavigation .active2 {color: #06f;}
#frameItems {
	right: 5px;
	float: left;
	width: 400px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	}
#frameItems .item {color: #000;}
#frameItems .active1 {color: #f00;}
#frameItems .active2 {color: #06f;}
#frameContent {
	float: left;
	width: auto;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	}
#frameContent a{
	color: #f00;
	}
.scrollSafe {
	padding-right: 20px;
	}
.title {
	color:#f00;
	font-weight:bold;
	}
#map {
	height: 100%;
	overflow: auto;
	}
