   body {
       margin: 0px 0px 0px 0px;
       font-family: Arial, Helvetica, sans-serif;
background-image:url('../Images/bg-tile_new.jpg'); background-repeat:repeat-y;
   }
   
   div.body {
       position: absolute;
       top: 0px;
       left: 0px;
       width: 1000px;
       height: 1200px;
   }
   
   p{
       font-size:12px;      
   }
   
   a:link {
       text-decoration: none;
       color: black;
   }
   
   a:visited {
       text-decoration: none;
       color: black;
   }
   
   a:hover {
       text-decoration: underline;
       color: red;
   }
   a:focus {color: red;}
   
   a:active {color: red;} 
   
   /***************** Footer Style details ***********************/
   
   div.footerMenu {
       position: absolute;
       top: 1145px;
       left: 10px;
       width: 780px;
       height: 20px;
       text-align: center;
       /* background-color: red; */
   }
   
   div.footer {
       position: absolute;
       top: 1170px;
       left: 10px;
       width: 780px;
       height: 20px;
       text-align: center;
       /* background-color: green; */
   }
      
   div.eventAccPartners {
       position: absolute; 
       top: 1040px; 
       left: 10px; 
       width: 780px; 
       height: 100px; 
       padding-top: 3px; 
       vertical-align: middle;
       /* background-color: green; */
   }
   
   /* ************ Adverts ************** */
   
   div.add300 {
       position: absolute;
       top: 175px;
       left: 455px;
       width: 300px;
       height: 250px;
       border: gray solid 1px;
       text-align: center;
       font-size:10px;
       color:gray;       
   }

      div.add300Home {
       position: absolute;
       top: 195px;
       left: 480px;
       width: 300px;
       height: 250px;
       border: gray solid 1px;
       text-align: center;
       font-size:10px;
       color:gray;
   }
   
   div.add336 {
       position: absolute;
       top: 200px;
       left: 468px;
       width: 336px;
       height: 280px;
   }
   
   /**************** News ****************** */
   
   div.alsoNews{
      font-size:12px;
      border-bottom: red dotted 1px;
   }
   
   div.jobList{
      font-size:12px;
      border-bottom: red dotted 1px; 
   }
   
   span.smallheadline{
   	font-weight:bold;font-size:14px;
   }
   
   span.jobDetail{
       font-size:12px;
   }
   
   ul, li{
       font-size:12px;
   }
            
