  body {
    background-color: #1F6C52;
    font-family: arial, helvetica, verdana, sans;
    text-align: center;
  }
  
  h2 {
  	font-size: 140%;
  }
  
a:link {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	}	
	  
  #wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: left;
  }
  /* Header Bits... */
  #header {
    width: 800px;
  }
    
  h1#logo {
    display: block;
    float: left;
    background-image:url(images/logo.gif);
    background-repeat:no-repeat;
    height: 0px !important;
    height /**/:80px; /* for IE5.5's bad box model */ 
    margin: 10px 0 ;
    overflow: hidden;
    padding:0;
    padding-top: 80px;
    width:128px;
  }

  #headLinks {
    color: white;
    width: 168px;
    float: right;
  }
  
  #headLinks ul {
    margin:10px 0;
    padding:6px 0;
    list-style: none;
  }
  
#headLinks li {
    display: inline;
    padding-left: 6px;
    font-size: 0.8em;    
    background-image: url(images/white-stick.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
  }
  
#headLinks li a:link {
	color: #fff;
	}
	
#headLinks li a:visited {
	color: #fff;
		text-decoration: none;
	}	
	
#headLinks li a:hover {
	color: #fff;
	text-decoration: underline;
	}		
	

  h3 {
    padding: 10px 10px 0 10px;
	font-size: 120%;
	color: #DD8A6A;
	}
	
.grey-heading {
	font-size: 120%;
	color: #666;
	}
  
  #headLinks li.first {
    background-image: none;
  }  
  
  /* Related to Top Navigation */
  #topNav {
    width: 800px;
    height: 33px;
    background-image: url(images/top-nav.gif);
    background-repeat: repeat-x; 
  }
  #topNavHolder {
    width: 420px;
    float: left;
    background-image: url(images/top-nav-left.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #topNav ul {
    margin: 0;
    margin-top: 7px;
    padding:0;
    height: 33px;
    padding:0;

  }
  
  #topNav li {
    list-style: none;
    display: inline;
    background-image: url(images/g-stick.gif);
    background-position: 4px 6px;
    background-repeat: no-repeat;
    padding: 0px 0 0 0;
  }
  
  #topNav li.first {
    background-image: none;
  }
  
  #topNav a:link, #topNav a:visited {   
     padding-top: 8px;
     margin-left: 12px;
     font-size: 0.8em;
     color: black;
     text-decoration: none;
     font-weight: bold;    
  }
  
  #topNav a:hover, #topNav a:active {
     color: #1F6C52;
  }
  
  #phone {
    float: right;
    width: 280px;
    padding: 8px;
    height: 33px;
    background-image: url(images/top-nav-right.gif);
    background-position: top right;
    background-repeat: no-repeat; 
    text-align: right;
    font-weight: bold; 
  }
  
  /* Content area */
  #mainContent {
    width: 800px;
    background-color: #fff;
    margin: 10px 0;
    padding: 0;
    background-image: url(images/main-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;    
  }
  
  #breadcrumb {
    margin: 0;
    padding: 10px 0 10px 10px;
    background-image: url(images/main-tr.gif);
    background-position: top right;
    background-repeat: no-repeat;     
	font-size: 80%;
	font-style:italic;
  }
  
  #content {
    width: 478px;
	padding: 0 10px;
    float: left;
    border-right: 1px solid #ccc;
  }
  
  #content p {
    padding: 2px  10px;
    font-size: 0.8em;
    line-height: 1.5em;
  }
  #sidebar {
    width: 300px;
    float: right;
  }
  
  #sidebar p {
    margin: 0;
    padding: 0 20px 0 10px;
    font-size: 0.75em;
    line-height: 1.5em;
  }
  /* Footer */
  #footBlock {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    background-image: url(images/main-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  #footer {
    margin: 0;
    padding: 0 5px;
    width: 80%;
    background-image: url(images/main-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat; 
  }
  
  #footer ul {
    margin: 0;
    padding: 3px;
    list-style: none;
  }
  #footer li {
    display: inline;
    padding-left: 6px;
    font-size: 0.84em;
    background-image: url(images/foot-stick.gif);
    background-position: 0px 1px;
    background-repeat: no-repeat;
  }
  
  #footer li.first {
    background-image: none;
  }
  
  #footer a:link, #footer a:visited {
    text-decoration: none;
    color: #069;
  }
  
  /* left column */
  
  /* right column */
  ul#iconMenu {
    width: 300px; 
    margin:0;
    padding: 0;
    list-style:none;  
  }
  ul#iconMenu li {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 4px 0px;
    min-height: 60px;
    border-bottom: 1px solid #ccc;
  }
  * html ul#iconMenu li {
    height: 60px;
  }
  ul#iconMenu li.pre-screen {
    background-image: url(images/icons/pre-screen.gif);   
  }
  ul#iconMenu li.general {
    background-image: url(images/icons/general-health-screening.gif);   
  }
  ul#iconMenu li.sickness {
    background-image: url(images/icons/sickness.gif);   
  }
  ul#iconMenu li.healthandsafety {
    background-image: url(images/icons/health-and-safety.gif);   
  }
  
  ul#iconMenu a:link, ul#iconMenu a:visited {
     color: #1F6C52;
     font-weight: bolder;
     text-decoration: none;
     display: block;
     padding:  14px 20px;
  }
  
  ul#iconMenu a:hover {
  	color: #DD8A6A;
	}
  
  /* other stuff - headings etc.. */
  h2#contentHeading {
    text-indent: 10px;
    padding-bottom: 18px;
    margin: 0;
    border-bottom: 6px solid #DD8A6A;
    color: #334D55;
    font-size: 1.2em;
  }
  
  #mainContent h4 {
    color: #069;
    margin: 0 10px;
  }
  
  .imgBorder {
     float: left;
     padding: 3px;
     margin: 10px 15px 10px 10px;
     border: 1px solid #dd8a6a;
     clear: both;
  }
  
  .imgNews {
      border: 1px solid black;
      margin: 25px 10px; 
  }
  
  .clear {
    clear: both;
  }
  
#content ul li {
  	font-size: 0.8em;
	}

