

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 2px solid #ffffff;
width: 190px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 2px solid #ffffff;
}

#navlist a {
color: #0a1f4e;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover {
color: #2873aa;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

body  {
	font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 13px;
	background: #e2eec8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1f2950;
}

#container/*container, contains all divs and content*/
{
width: 960px;
margin: 10px auto;/*setting the container to centre*/
background: #ffffff url(../images/itlf_banner.jpg) no-repeat top left;
color: #3d3c3c; /* colour of body text*/
line-height: 130%; /*for better readability, more leading*/
text-align: left; /* this overrides the text-align: center on the body element. */
/*background: #ffffff url(../images/torc_bg.jpg);
background-repeat:no-repeat;*/
}

#top /*header div, contains all divs and content*/
{
padding: 0 0 0 0;
background: #ffffff url(../images/itlf_bg.jpg) no-repeat top left;

}

#topper /*header div, contains all divs and content*/
{
padding: 0 0 0 0;
background: #ffffff url(../images/itlf_bg_2.jpg) no-repeat top left;

}
#top h1 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
padding: 0;
margin: 0;

}

h1 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 15px;
font-weight: bold;
color:#e21350;
padding: 0;
margin: 0;
}

h2 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color:#e21350;
padding: 0;
margin: 0;
}
#leftnav /*this is floating the navigation div to the left hand side, a width has to be given*/
{

float: left;
width: 148px;
margin: 0 0 0 10px;
padding: 1em; /*this makes sure the content is 1em away from the border of the div*/
}

#sidenav {

width: 140px;
margin: 0 0 0 0;
padding: 0;
list-style: none;
font-size: 100%;
text-align: right; 
}

#sidenav li {

margin: 0;
padding: 0 0 2px 0;
font-size: 100%;
}

#sidenav a {
display: block;
margin: 1px;
padding: 5px 8px 7px 0;
color: #e21350;
font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
background: #ffffff url(../images/corner.gif) no-repeat top left;
text-decoration: none;
font-size: 13px;
font-weight: bold;
}


#sidenav a:hover  {
display: block;
margin: 1px;
padding: 5px 8px 7px 0;
color: #fff;
text-decoration: none;
font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
background: #e21350 url(../images/corner.gif) no-repeat top left;
text-decoration: none;
}


#rightnav
{
float: right;
width: 190px;
margin: 0 0 0 0;
text-align: center;
border-left: 2px solid #b3d88b;
padding: 1em; /*this makes sure the content is 1em away from the border of the div*/
/*text-align: left;  this overrides the text-align: center on the body element. */
}
a {
	font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-weight: normal;
	color: #3d3c3c;
}
a:visited {
	color: #3d3c3c;
}
a:hover {
	color: #e21350;
}
a:active {
	color: #e21350;
}
/*this determines the appearance of all main links in the document*/

#bullet li { list-style-type: circle; }


#content /*this is the main content div*/
{
margin: 0 220px 0 180px;  /*it is 150px away from the left hand side, this makes sure that it won't wrap under the sidenav if the sidenav div is shorter than the content div*/
padding: 1em; /*this makes sure the content of this div is 1em away from the border of the content div, these are interpreted differently by each browser*/

}

.tableText {/*this determines the appearance of the footer text*/
	font-size: 10px;
	color: #ffffff;
	margin: 1px 3px 1px 3px;
	font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
}
.tableTextS {/*this determines the appearance of the footer text*/
	font-size: 12px;
	color: #333333;
	margin: 1px 10px 1px 15px;
	font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
}

#table {
margin: 0 16px 0 20px;
font-weight: normal;
color: #4D4D4D;
}

#footer
{
clear: both; /*this makes sure that the footer div is always underneath all other floated divs*/
margin: 0;
padding: 4px 0 6px 190px;
color: #ffffff;
background-color: #e21350;


}

.footerText {/*this determines the appearance of the footer text*/
	font-size: 10px;
color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	
}

#footer a {
	font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 10px;
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #3d3c3c;
}
#footer a:active {
	color: #3d3c3c;
}
#leftnav p { margin: 0 0 0 0; } /*This removes the space above content in the leftnav div*/
#content h2 { margin: 0 0 .5em 0; } /*This removes the space above content in the c div*/

.floatleft
{
float: left;
margin: 3px  10px 3px 0 ;
}


