.insHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
}
.insMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ff9900;
 }
.insTextHighlight {
	font-weight: bold;
	color: #B36B00;
	background-color: #ffffff;
 }
.insTextHiPaleBl {
	color: #B3F7FF;
	background-color: #ffffff;
}
.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
 margin: 0 20px 10px 140px;
 background-color: #ff9900;
 }
.insTextHi2 {
	font-weight: bold;
	color: #3dbecc;
	background-color: #ffffff;
}

/* example from http://www.sitepoint.com/article/css-1-getting-lay-land/6 */
.insText {
 position: relative;
 width: auto;
 min-width: 120px;
 margin: 0 20px 10px 140px;
 color: #000000;
 background-color: #ffffff;
 z-index: 2;
} 
.infobars {
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 position: relative;
 width: auto;
 min-width: 120px;
 margin: 0 20px 10px 140px;
 background-color: #ff9900;
 z-index: 2;
} 
#navleft {
 position: absolute;
 width: 128px;
 top: 40px;
 left: 10px;
 height:400px;
 /*font-size: 0.9em;
 padding: 10px;
 border: 1px dashed black;*/
 color: #ffffff;
 background-color: #ff9900;
 z-index: 2;
}