
/****************  Standard html tags  ****************/   
  
h1  {
    COLOR: #000;
    font: 12px geneva, verdana, arial, sans-serif; font-weight: 700;
    text-align: center;
    margin: 0px 10px 0px 10px;
    padding: 1px 15px 3px 20px;
    border: 1px solid #000000;
    background-color:#99ccff;
    }


h2  {
    COLOR: #000;
    font: 11px geneva, verdana, arial, sans-serif; font-weight: 700;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    }
    
    
h3  {
    COLOR: #000000;
    font: 10px geneva, verdana, arial, sans-serif; font-weight: 700;
    margin: 0px 0px 10px 25px;
    padding: 0px;
    
    }

 
h4  {
    COLOR: #996600;
    font: 9px geneva, verdana, arial, sans-serif; font-weight: 700;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 5px;
    }


h5  {
    COLOR: #000000;
    font: 8px geneva, verdana, arial, sans-serif; font-weight: 700;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    }




p   { 
    font: 11px geneva, verdana, arial, sans-serif; font-weight: 700;
    line-height:1.5em;
    font-weight: 500;
    padding: 5px 10px 15px 10px;
    }


        
ul  {  
    list-style: none;
    padding: 0px 0px 5px 2px;
    margin: 15px 0px 20px 5px
    }
      
li  {
    list-style: none;
    padding: 0px 0px 5px 7px;
    margin: 5px 5px 5px 0px;
    } 
    
    
    
a:link    { color: #0033CC; text-decoration: none}
a:visited { color: #0033CC; text-decoration: none}
a:active  { color: #0033CC; text-decoration: none}
a:hover   { color: #FF6600; text-decoration: none}  


/**************** end of  Standard html tags  ****************/   


        

/****************  Form presentation settings  ****************/           
           
           
.searchform  {
             font: 12px arial, verdana, sans-serif;
             WIDTH: 150PX;
 	     HEIGHT: 17PX;
 	     padding: 2px 0px 0px 0px;
 	     margin:5px 0px 2px 555px;
             /* background-image: url("picts/shadeform.gif");   */
             BORDER: #000000 1px solid
             }
 
  
.button2 {
         width: 25px;
         height: 25px;
         padding: 0px 0px 0px 0px;
         margin: 0px 0px 3px 0px;
         border: 0;
         background-color: #fff;
         background-image: url("picts/button.gif")  ;
         background-repeat: no-repeat;
         overflow: hidden;
         cursor: pointer; /* hand-shaped cursor */
         cursor: hand; /* for IE 5.x */
         }
    
    
/**************** end of  Form presentation settings  ****************/ 


.date-format  {
              font: 11px geneva, verdana, arial, sans-serif;
              font-weight:600;
              color: #cc9933;
              margin: 0px 0px 0px 0px;
              padding: 5px 0px 0px 540px;
              }  
              
              
              
 
		
		
/******************************************************************/
/********** GENERAL PAGE LAYOUT COMPONENTS  ***********************/
/******************************************************************/

body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     margin: 0;
     padding: 0;
     background-color: #E6E6E6;
     }

div#wrapper {
            position:relative;
            top: 7px;
            width:750px;
            background-color: #ffffff;
            background: url('picts/bgpagetwo.gif') repeat-y ; 
            margin-left:auto;
            margin-right:auto;
            border: 1px solid #000;  

            }

div#head {
         position: absolute;
         width:750px;
         height:100px;
         left:0px;
         top: 0px;
         background-image:url(picts/banner.jpg);
         }

div#head p {
	padding:15px 0 0 30px;
	font-size:18px;
	color:#039;
	font-weight:bold;
}




div#head2 {
          position: absolute;
          width:750px;
          top: 100px;
          left:0px;
          padding: 0;
          margin:0;
          height: 30px;
          border-top: 1px solid #000000;
          border-bottom: 1px solid #000000;
          background-image: url("picts/searchall.gif") ;
          background-repeat: no-repeat;
          background-position: 50% 10% ;

      

          background-color: #fff;
          }
		  
		   #banspan  {
              font: 10px geneva, verdana, arial, sans-serif;
              font-weight:500;
              color: #cc9933;
			  margin-left:30px;
			  margin-top:8px;
              }

div#crumb {
          position: absolute;
          width:750px;
          top: 100px;
          left:0px;
          padding: 0;
          margin:0;
          height: 30px;
          border-top: 1px solid #000000;
          border-bottom: 1px solid #000000;
          background-image: url("picts/searchall.gif") ;
          background-repeat: no-repeat;
          background-position: 50% 10% ;

      

          background-color: #fff;
          }


div#columns {
            position: relative;
            width: 750px;
            padding: 0;
            margin:0;
            top: 135px;
            }


/************************************************/	
/***********  COLUMN ONE SETTINGS  **************/
/************************************************/	
        
  div#col1 {
           position:absolute;
           margin:0;
           padding: 0px 5px 10px 2px;
           width:110px;
           top: 0px;
           left:3px;
           }      
 
#links1 { 
        width: 100px;
        COLOR: #0033CC; font: 12px verdana, arial, sans-serif; font-weight: bold;
        margin: 0px;
        padding: 10px 2px 10px 8px;
        text-align: left;
        line-height: 19px;
        }
 
 
            
#links1 ul {list-style:none;
    	   padding:0;
    	   margin:0;
    	   }
    	      
    	      
#links1 ul li {list-style:none;
    	      display:list-item;
    	      margin: 0px 0px 0px 0px;
    	      padding: 0px 0px 10px 0px;
    	    
	      }
    
       		
#links1  a:link      { color: #0033CC; text-decoration: none}
#links1  a.:visited  { color: #0033CC; text-decoration: none }
#links1  a:active    { color: #0033CC; text-decoration: none }
#links1  a:hover     { color: #FF6600; text-decoration: none}
      
      
 /***************************************************************/
 
 
 
/************************************************/	
/***********  COLUMN TWO SETTINGS  **************/
/************************************************/	

div#col2  {
          position: relative;
          width: 335px;
          top: 0px;
          left: 130px;
          padding:0;
    	  margin:0;
          }
	
#links2 { width: 325px;
        font: 11px geneva, verdana, arial, sans-serif; font-weight: 500;
        margin: 0px 10px 0px 5px;
        padding: 0px;
        text-align: left;
        line-height: 19px;
        background-color: #fff;
        }
 
 
            
#links2 ul {list-style:none;
    	   margin:20px 10px 0px 0px;
    	   padding:0px 0px 0px 10px;
    	   }
    	      
    	      
#links2 ul li {list-style:none;
    	      display:list-item;
    	      margin: 0px 0px 0px 0px;
    	      padding: 0px 0px 10px 0px;
    	      }
    
       		
 #links2  a:link   {font: 12px geneva, verdana, arial, sans-serif;
                   font-weight: 700;
                   color: #cc9933;
                   text-decoration: none
                   }
                   
#links2  a:visited {font: 12px geneva, verdana, arial, sans-serif;
                   font-weight: 700;
                   color: #cc9933;
                   text-decoration: none
                   }
                   
                   
#links2  a:active {font: 12px geneva, verdana, arial, sans-serif;
                   font-weight: 700;
                   color: #cc9933;
                   text-decoration: none
                   }
#links2  a:hover   {font: 12px geneva, verdana, arial, sans-serif;
                   font-weight: 700;
                   color: #ff6600;
                   text-decoration: none
                   }


.leftimg        { float: left; margin-right: 5px; margin-bottom: 0px; }
           

      
 /***************************************************************/

/**************************************************/
/***********  COLUMN THREE SETTINGS  **************/
/**************************************************/

div#col3 {
    position: absolute;
    text-align: left;
    width: 130px;
    top: 0px;
    left: 468px;
    
}


#links3 { width: 125px;
        font: 11px geneva, verdana, arial, sans-serif; font-weight: 500;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        text-align: left;
        line-height: 19px;
        background-color: #fff;
        }
 
 
            
#links3 ul {list-style:none;
    	   margin:10px 0px 0px 0px;
    	   padding:0px 0px 0px 0px;
    	   }
    	      
    	      
#links3 ul li {list-style:none;
    	      display:list-item;
    	      margin: 0px 0px 0px 0px;
    	      padding: 0px 0px 10px 0px;
    	      }
    

/***************************************************************/




/*************************************************/	
/***********  COLUMN FOUR SETTINGS  **************/ 
/*************************************************/

div#col4 {
         position:absolute;
         width:120px;
         top: 0px;
         left: 607px;    
         }

#boxtop  {
         width: 115px;
         border: 1px solid #000;
         background-color: #99ccff;
         padding: 3px 2px 3px 2px;
         margin: 0;
         }
 
#boxbottom {
           width: 115px;
           margin: 0px 0px 15px 0px;
           padding: 3px 3px 3px 15px;
           border-left: 1px solid #000;
           text-align: left;
           line-height: 35px;
           border-bottom: 1px solid #000;
           border-right: 1px solid #000; 
           background-color: #ffffff;
           }
                
        
div#boxbottom ul {
		 list-style:none;
		 padding:0px 0px 0px 0px ;
		 margin:0px 0px 0px 0px;
		 }
		 
div#boxbottom ul li {
		    list-style:none;
		    display:list-item;
		    text-align: left;
		    margin: 0px 0px 0px 0px;
		    padding: 10px 0px 0px 5px;
		    } 
		

/***************************************************************/


/*************************************************/
/***********  FOOTER SETTINGS  *******************/ 
/*************************************************/

div#foot {
         position: relative;
         width: 750px;
         border-top: 1px solid #000;
         border-left: 1px solid #000;
         border-right: 1px solid #000;
         padding: 10px 0px 20px 0px;
         margin-left:auto;
         margin-right:auto;
         background-color: #99ccff;
         COLOR: #000000;
         } 
         
         
/***************************************************************/         
