
/* General standard items */

body
 { 
     font-size: 12px; 
     font-family: Verdana; 
     line-height: 14px; 
     background-color: white; 
     margin: 0; 
     border: 0 ;
     background-image : url("../image/bar.gif");
     background-repeat: repeat-y;
     hieght : 900px;
     margin: 0;
     padding: 0 0 16px 0; /* bottom padding is height of #bottomFrame */

}



#bodyContent 
{
  width: 100%;
  margin: 0;
  }

#pgFooter
 {
 font-size : 8pt;
 color : white;
 background-color : #ff8500;
  height: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  }
#pgFooter a{
	color:#fff;
}
  
/* hide from mac ie5 \*/
#pgFooter {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #pgFooter {
  position: fixed;
  }

.pgFooterName
{

 margin-left : 10;
 font-weight : 900;
}


A:link  { color: #999; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
A:visited  { color: #999; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
A:active  { color: #ff8500; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
A:hover  { color: #ff8500; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }


h1
 { color: #ff8500; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px }

h2
 { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px }


/* page header */
.pgHeader
 { background-color: black; background-image: url("../image/banner.gif"); background-repeat: no-repeat; width: 100%; height: 90 }

/* page Header */




/* Just used to hide things on screen */
.hiddenParam
{
  display : none; 
}
 

.quickSearch
 { 
   /* background-color: #e5e5e5;  */
   position: absolute; 
   top: 110px;
   left : 00; 
   width: 180px; 
   height: 330;
  




}
 UL
 { 
   list-style-image: url("../image/bullet_orange.gif");
  
  
 }



.quickLinks H2
  { 
   font-size: 12px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
line-height: 14px; 
margin: 20px 10px 10px 
}

.quickLinks LI
  { font-size: 12px; 
    font-weight: bold; 
    line-height: 14px; 
    margin-left : -10;
    margin-right: 6px; 
    margin-bottom: 4px }

.quickSearch H2
 { font-size: 12px; line-height: 14px; margin: 20px 10px 10px }

.quickSearch INPUT
{
 margin-bottom : 10;
}

.quickSearch SELECT
{
 margin-bottom : 10;
 width : 150;
}

.searchField
  { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; margin-right: 10px; margin-left: 10px }
