
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#framecontent {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 150px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #c0da9e;
	color: white;
}

#maincontent{
	position: fixed; 
	top: 0;
	left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	bottom: 0; /*Set bottom value to HeightOfTopFrameDiv*/
	overflow: auto; 
	background: #fff;
	border-left: 2px solid #94a545;
}

#mainHeader{
	width: 580px;
	height: 40px;
	border-bottom: 5px solid #94a545;
}

#mainHeader h1{
	margin-top:20px;
	margin-bottom:5px;
	margin-right:10px;
	text-align: right;
	font-size:24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #344c85;
	
}

.innertube {
	width:580px;
	min-width:580px;
}

.innertube h3{
	font-size:18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b4176;
	margin: 30px 10px 10px 10px;
}

.innertube p{
	margin:20px;
	font-size:14px;
	line-height: 1.25em;
}

.innertube table.tblDistMaps{
	margin:10px;
	width:560px;
}

.innertube table.tblDistMaps tr{
	vertical-align:top;
}

.innertube table.tblDistMaps td{
	border:0px;
	padding:5px;
	font-size:12px;
	color: #2b4176;
	text-align:center;
}

.innertube table.tblDistMaps td.distSelect{
	border:0px;
	padding:5px;
	border:1px dotted #c0da9e;
	font-size:12px;
	color: #2b4176;
	text-align:center;
}

.innertube table.tblDistMaps th{
	border:0px;
	padding:5px;
	font-size:12px;
	color: #2b4176;
	text-align:center;
}

.innertube table.tblDistMaps img{
	border:0px;
}

.innertube table.tblDistMaps a:link{
	font-size:12px;
	color: #2b4176;
	text-decoration:none;
}

.innertube table.tblDistMaps a:visited{
	font-size:12px;
	color: #2b4176;
	text-decoration:none;
}

.innertube table.tblDistMaps a:hover{
	font-size:12px;
	color: #5b7ed0;
	text-decoration:underline;
}

.innertube table.tblDistMaps a:active{
	font-size:12px;
	color: #5b7ed0;
	text-decoration:underline;
	border:0px;
}




* html body{ /*IE6 hack*/
	padding: 0 0 0 150px; /*Set value to (0 0 HeightOfTopFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

#navigation {
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	font-size:10px;
	font-weight: bold;
	width:140px;
	font-family:Verdana, Geneva, sans-serif;
}
	
#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation li {
	text-align: center;
	padding: 2px;
	list-style: none;
} 

ul.top-level {
	margin-top:10px;
	background:#c0da9e;
}

ul.top-level li {
	 border:2px solid #8fb163;
	 background: #fff;
	 margin:2px;
}

#navigation a {
	color: #7d79aa;
 	cursor: pointer;
 	display:block;
 	line-height: 1.25em;
 	text-decoration:none;
 	width:100%;
}

#navigation a:hover{
 	text-decoration:underline;
}

#navigation li:hover {
 	background: #d1e6d2;
 	position: relative;
}

#menuLogo {
	display:block;
	border:0px;
	width:115px;
	height:105px;
	margin-top:10px;
	margin-right:17px;
	margin-bottom:10px;
	margin-left:12px;

}

