body  {
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 14px;
	background: #cccccc;
	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: 90%;
margin: 10px auto;/*setting the container to centre*/
background-color: #fff; /* background colour of div*/
color: #3c3c3c; /* colour of body text*/
border: 5px solid #ffffff;
line-height: 130%; /*for better readability, more leading*/
text-align: left; /* this overrides the text-align: center on the body element. */
}

#top /*header div, contains all divs and content*/
{
padding: 0 0 0 0;
background: #ffffff url(../images/top.jpg) top repeat;
/*border-bottom: 1px solid #2b56b2;*/


}

#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: "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 18px;
font-weight: bold;
color:#079c58;
padding: 0;
margin: 0;
}

h2 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 15px;
font-weight: bold;
color:#079c58;
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: 145px;
margin: 0;
padding: 6px 0 0 8px; /*this makes sure the content is 1em away from the border of the div*/
}

#sidenav {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #3c3c3c;
width: 145px;
}

#sidenav li {
list-style: none;
margin: 0;
padding: 4px 0 4px 6px;
border-top: 1px solid #3c3c3c;
}

#sidenav a {
color: #079c58;
font-size: 100%;
font-weight: bold;
text-decoration: none;
font-size: 100%;
font-weight: normal;
}

#sidenav a:hover {
color: #83ceac;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

a {
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;

	color: #079c58;
}
a:visited {
	color: #079c58;
}
a:hover {
	color: #83ceac;
}
a:active {
	color: #83ceac;
}
/*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-left: 165px;  /*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: 12px;
	color: #ffffff;
	margin: 1px 10px 1px 15px;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	
}
.tableTextS {/*this determines the appearance of the footer text*/
	font-size: 12px;
	color: #333333;
	margin: 1px 10px 1px 15px;
	font-family: "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: 15px 0 10px 178px;
color: #5774ae;
background: #ffffff url(../images/bottom.jpg) top repeat;

}

.footerText {/*this determines the appearance of the footer text*/
	font-size: 10px;
	color: #cdebde
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
}

#footer a {
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 10px;
	color: #cdebde;
}
#footer a:visited {
	color: #cdebde;
}
#footer a:hover {
	color: #ffffff;
}
#footer a:active {
	color: #ffffff;
}

#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: 0  15px 15px 0 ;
}