body  {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #CCCCCC url(../images/bg4.jpg);
	background-repeat: repeat-x;
	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-color: #fff; /* background colour of div*/
color: #333333; /* colour of body text*/
line-height: 140%; /*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*/
{
background: url(../images/banner4a.jpg);
background-repeat:no-repeat;
padding: 340px 0 0 0;

}

#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", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color:#70b848;
padding: 0 0  5px 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", Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
color:#000;
padding: 0;
margin: 0;
}


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

#rightnav
{
float: right;
background-color: #fff; /* background colour of div*/
width: 190px;
margin: 10px 17px 10px 0;
padding: 0 0 0 0;
/*text-align: left;  this overrides the text-align: center on the body element. */
}
a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

	color: #0000FF;
}
a:visited {
	color: #333333;
}
a:hover {color: #70b848;}
A:hover {text-decoration: underline; color: red;}
a:active {
	color: #70b848;
}
/*this determines the appearance of all main links in the document*/

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


#content /*this is the main content div*/
{
background-color: #ececec; /* background colour of div*/
margin: 10px 218px 10px 18px; 
padding: 10px 18px 18px 18px; /*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", Arial, Helvetica, 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", Arial, Helvetica, 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 17px 0 18px;
padding: 10px 0 10px 18px;
color: #CCCCCC;
background-color: #404040;
border-bottom: 11px solid #ffffff;

}

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

#footer a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 10px;
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #70b848;
}
#footer a:active {
	color: #70b848;
}
#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  20px 3px 0 ;
}

