body {
  
  font-family: Helvetica, Gill Sans, Geneva, Arial, sans-serif;
  
  font-size:9pt;
  color:white;
  background-image:  url(./images/amberstone_bg.jpg);
  background-repeat: repeat-x ;
  background-color: rgb(51,51,51);
  vertical-align: middle;
 
}

h1 {
  color: #c33;
  background: transparent;
  font-weight: bold;
  text-align: center
}

h2 {
  color: rgb(187,229,241);
  background: transparent;
  font-weight: bold;
   font-size: 13pt;
}

h3 {
  color: rgb(187,229,241);
  background: transparent;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold
  font-size: 12pt;
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h5 {
  margin-left: 5%;
  margin-right: 5%;
  /*font-weight: bold; */
  font-size: 7pt
}


pre {
  margin-left: 10%;
  white-space: pre
}

table caption {
  font-size: larger;
  font-weight: bolder
}

table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  margin-left: 0;
  margin-right: 0
}

p.top {
  margin-left: 1%;
  margin-right: 1%
}


a:link       { color:orange; text-decoration:none; }
a:visited    { color:orange; text-decoration:none; }
a:hover      { color: orange; text-decoration:underline; }
a:active     { color:orange; text-decoration:none; }


.toolbar {
  text-align: center
}

.footer {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid thin black
}


.mainDiv {
 	position:relative;
 	width: 900px ;
 	height:660px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 5px ;
}

.menuBox {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:8px;
	/*--background-color:#ffffff;   */
	background-color:rgb(51,51,51);
		
	float:left;
	filter: alpha(opacity=80);
	opacity:.80;
	border-color:#ff9900;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
}

.contentDiv {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:8px;
	background-color:rgb(51,51,51);
	float:left;
}


.IFrameBox {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
	float:left;
	border-color:#ff9900;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
}

.footerDiv {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
		
	float:left;
	filter: alpha(opacity=80);
	opacity:.80;
	border-color:#ff9900;
	border-style:solid;
	border-color:#ff9900;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:1px;
	border-bottom-width:0px;
}

.DescDiv {
	background-image:  url(./images/desc_img.gif);
	background-repeat : no-repeat;	
	padding: 4px 14px;
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:transparent ;
	color: black;
	font-size:8pt;	
}

.ContentDiv {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:rgb(51,51,51);
}

.ContentDiv_Grey {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:rgb(42,42,42);
	padding: 9px;
}

.tblFoot {
	padding: 4px 4px;
	text-align: center;

}

.menuDot {
	width:7px;
	height:7px;
}

/* Menus */

ul#menu {
  width: 120px;
  list-style-type: none;
  /*
  border-top: solid 1px #b9a894;
  */
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;  
  text-align: left;
  list-style-type: none;
  margin-left :6px;
  padding: 2px;
}

ul#menu li, 
  ul#menu a {
  padding: 0px;
  padding-bottom: 3px; 
  color: white;
    
}

ul#menu li {
	/*
  border-bottom: solid 1px #b9a894;
  */
  line-height: 15px;

}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  /*  content: "- "; */
}

ul#menu a {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  
}

ul#menu a:hover {
  color: orange;
}

ul#menu a.active {
 /* color: #be5028; */
  color: orange;
  
}

ol{
  text-align: left;
  list-style-type: disc;
  margin-left :15px;
  padding: 0px;	
}
li{
	
	padding-bottom:3px;
	
}

.tbl_Inspire td {
	
	width:90px;
	height:70px;
	background-repeat: no-repeat;

	
}
