body {
       margin-top: 0px;
       /* margin-left: 40%; */
       margin-left: 0px;      
     }

#content {
           width: 850px;
           height: 4500px;
           position: absolute;           
           left: 100px;
           background-color: #F5F8EC;                                             
          }

#content p {
            padding-left: 5px;
            padding-right: 5px;
           }
#col {
       width: 848px;
       height: 4500px;
       position: absolute;
       top: 225px;
       left: 0px;
       padding-top: 0px;
       background-color: #F5F8EC;  
     }

#col-left {
                   width: 552px;
                   height: auto;
                   position: absolute;
                   top: 0px;
                   left: 7px;
                   overflow: hidden;
                   padding-top: 0px; 
                   background-color: #ECECEC;                                       
           }

#col-single {
                width: 840px;
                height: auto;
                position: absolute;
                padding-left: 5px;
                padding-right: 5px;
                overflow: hidden;
                top: 0px;
                left: 0px;
                padding-top: 10px;
                background-color: #F5F8EC;             
              }
#col-singlef-news {
                width: 532px;
                height: auto;
                position: absolute;
                padding-left: 2px;
                padding-right: 2px;
                overflow: hidden;
                top: 0px;
                left: 0px;
                padding-top: 0px;
                padding-bottom: 5px;
                background-color: #CCCCCC;             
              }
#col-right {
                  width: 280px;
                  height: auto;
                  position: absolute;
                  overflow: hidden;
                  top: 0px;
                  padding-left: 7px;
                  padding-right: 2px;
                  left: 560px;
                  background-color: #F5F8EC;  
                  }
                  
#SideBar {
           width: 279px;
           height: auto;
           position: absolute;           
       	   top: 0px;
       	   background-color: #ECECEC;
       	   padding-left: 3px;
       	   padding-right: 2px;           
           left: 0px;
          }

#topnav {
          width: 845px;
          position: absolute;
          padding-left: 3px;          
          height: 21px;
          top: 173px;
          left: 0px;
          background-color: #CCCCCC;              
        }
     

#header {
          position: absolute;
          width: 850px;
          height: 172px;
          top: 1px;
          left: 0px;
        }
 
#footer {
          width: 850px;
          height: 100px;
          position: absolute;
          overflow: hidden; 
          color :  black;
          font-size: 1.9ex;                               
          bottom: 0px;
          left: 0px;
          text-align: center;
                                                                          
        }
          


#Banner {
          position: absolute;
          overflow: hidden; 
          width: 850px;
          height: 27px;
          top: 194px;
          left: 0px;
          padding-left: 0px;
       	  padding-right: 0px;
       	  padding-top: 2px;
          padding-bottom: 2px;      
          text-align: center;
          background-color: white;
        }                       
                       	                
#dhtmltooltip{
               position: absolute; 
               overflow: hidden;
               width: 150px;
			   height: auto;
               border: 1px solid black;
               padding: 3px;
               background-color: lightyellow;
               visibility: hidden;
               z-index: 100;
               /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
               filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
             }