/* Start of layout */
body{
padding:0px;
margin:0px;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../images/back.gif);
}
table.tblContacts{
margin:0 auto 0 auto;
width:60%;
font-size:10px;
border:1px solid black;
}
table.tblContacts tr.normal{
background-color:#cccccc;
}
table.tblContacts tr.alt{
background-color:#ffff99
}
table.aTable{
background-color:black;
width:100%;
font-size:10px;
text-align:left;
}
table.aTable td{
height:20px;
padding-left:4px;
padding-right:4px;
}
table.aTable td.col1{
width:60px;
}
table.aTable td.col2{
width:auto;
}
table.aTable td.col3{
width:auto;
}
table.aTable tr.normal{
vertical-align:top;
background-color:#ccffff;
}
table.aTable tr.alt{
vertical-align:top;
background-color:#00FFFF
}
div.paragraph{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
padding:2px 2px 2px 2px;
}
div#wrapper{
margin:0 auto 0 auto;
width:770px;
}
div#banner{
height:102px;
width:770px;
background-image:url(../images/Banner.gif);
background-repeat:no-repeat;
}
div#menu{
margin-top: 45px;
width:150px;
}
div#leftSideBar{
float:left;
width:150px;
padding-bottom:3000px;
margin-bottom:-3000px;
}

div#content{
float:left;
width:600px;
padding:10px 10px 10px 10px;
}
div#leftSideBarImage{
float:left;
background-image:url(../images/sideBar.png);
background-repeat:no-repeat;
width:150px;
height:308px;
margin-top:30px;
}
div#contentWrapper{
float:left;
width:770px;
background-color:#cccccc;
overflow:hidden;
}
div#contentHeader{
text-align:center;
padding-top:10px;
height:23px;
width:600px;
background-image:url(../images/contentTop.gif);
background-position:top;
background-repeat:no-repeat;
color:black;
font-size:14px;
font-weight:bold;
}
span.heading{
font-size:12px;
color:#3300CC;
font-weight:bold;
text-align:justify;
}
div#information{
float:left;
border: 1px solid black;
width:588px;
color:black;
background-color:white;
background-image:url(../images/contentBottom.gif);
background-position:bottom;
background-repeat:no-repeat;
/*padding-bottom:20px;*/
padding-left:5px;
padding-right:5px;
}
div#footer{
float:left;
font-size:10px;
height:12px;
padding:4px;
width:762px;
background-color:#666666; 
}

div#footer p{
margin:0;
padding:0;
}

div.contactsImg{
float:right;
width:87px;
height:75px;
background-image:url(../images/contacts.gif);
background-repeat:no-repeat;
}
div.lungImg{
margin-left:5px;
float:right;
width:91px;
height:92px;
background-image:url(../images/lung.gif);
background-repeat:no-repeat;
}
div.eiaImg{
margin-left:5px;
float:right;
width:86px;
height:161px;
background-image:url(../images/eia.gif);
background-repeat:no-repeat;
}
div.programmesImg{
margin-left:5px;
float:right;
width:90px;
height:141px;
background-image:url(../images/programmes.gif);
background-repeat:no-repeat;
}
/* End of layout */

/* Start of vertical menu */
/* General settings for all lists */
#nav{
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
	width:140px;
}
/* All list items */	
#nav li { 
	position : relative;
	line-height : 1.25em;
	margin-bottom : 0px;
	width:140px;
}
/* Initial menu links*/
ul#nav li a{
	display: block;
    padding: 3px;
	background-repeat:no-repeat;
	background-color:#ffcc33;
	border-bottom: 1px solid black;
	border-top:1px solid white;
	border-left: 1px solid black;
	border-right: 1px solid black;
    font: bold 11px tahoma, sans-serif, arial;
	/* If you get an unwanted gap (IE-Win) increase the line height*/
    color: black;
    text-decoration: none;
	text-align:left;
    width:132px;
}
ul#nav li a.first{
	border-top: 1px solid black;
}
/* Changes the style of the element beeing rolled over */
#nav li a:hover {
	color : white;
	background-color : black;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
