/***********************************************/
/* HTML tag styles                             */
/*******************transparent****************************/ 

body{
   background-color: #FEFECC;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
   scrollbar-3d-light-color : cyan;
   scrollbar-arrow-color : black;
   scrollbar-base-color : #DDD181;
   scrollbar-dark-shadow-color : Black;
   scrollbar-face-color : #FEFECC;
   scrollbar-highlight-color : #FDC267;
   scrollbar-shadow-color : #6B6B00;
}
/* hlc#FDC267 f#C78A2D b#DDD181 sh#6B6B00 #FEFECC */


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
   text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
   margin: 0;
   margin-right: 10px;
	padding: 0px 0px 0px;
	border-bottom: 70px solid #FEFECC;
	width: 95%;
}

#navBar{
	position: absolute;
   top:70px;
   left:0px;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}

#content{
   float:left;
   width: 75%;
   margin: 0;
   padding: 0 3% 0 0;
}

   .borderT {
      position:absolute; z-index:5; top:0px; left:-123px;
   }
   .bttns {
      background-color: #FEFECC;
      width: 99%;
   }
   a:link:bttns, a:visited:bttns, a:hover:bttns {
      background-color: transparent;
      color: #000000;
      text-decoration: none;
   }
   
   /* border: thin dotted #ADD8E6; put this in to view size */
   .thepage {
      
      position: absolute;
      top:135px;
      width:606px;
      height:1040px;
      left:1px;
      background-color: #FEFECC;
   }
   /* left 31was now161 */
   .info {
      position: relative;
      left:75px;
      width:402px;
      padding: 3px 5px 10px 5px;
      color:red;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
   }
   .pict2 {
      width: 250px;
      background-color: #FFFFFF;
      border: thick ridge;
      border-color: #D7D700 #D77700 #D77700 #D7D700;
      margin-top:10px;
   }
   .specsframe {
      width: 556px;
      background-color: #FDFDFD;
      border-top: 10px ridge #D77700;
      border-bottom: 2px ridge #D77700;
      margin-top:10px;
   }
   TD {
   }
   P {
      float:left;
      font-family: Arial, Helvetica, sans-serif;
      font-size: x-small;
   }
   .atextBlock {
      z-index: 5; 
      position: absolute;
      top:585px;
      width: 170px;
      height: 65px;
      margin-left:230px;
      margin-top:185px;
      padding: 5px 5px 10px 20px;
      font-family: 'Times New Roman', Times, serif;
      font-weight: bold;
      border: thin solid red;
   }
   #aFilterBlock {
      filter: alpha(opacity=85);
      opacity: 0.85;
      background-color: #FFC0CB;
      color:#800000;
   }
   #aFilterBlockb {
      filter: alpha(opacity=65);
      opacity: 0.65;
   }
  	.smlink:link, .smlink:visited {text-decoration: none; color: #0000FF; font-size: xx-small;}
	.smlink:hover {text-decoration: underline overline; background-color:#ffff00; color: #990000; font-size: xx-small;}
   .bttm1 {
      margin-top:24px;
      margin-left:30px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
      color: #8B8B00;
   }
   #glowtext {
      filter:glow(color=#F7FFAC,strength=19);
      width:100%;
   }
   #glowtext2 {
      filter:glow(color=#F7FFAC,strength=5);
      width:100%;
   }
   .bottompage {
      position: absolute; top:1220px; width:90%; left:40px; height:95px; background-color: #FEFECC;
   }
   
   .verticaltext{
   font: bold 13px Arial;
   position: absolute;
   right: 3px;
   top: 20px;
   width: 15px;
   writing-mode: tb-rl;
   }
