@charset "utf-8";
.CSS {
}
body {
	margin: 0; /* Global settings for the body - you are redefining a specific tag */
	padding: 0; /* Gets rid of any padding within the body */
	background-color: #000033; /*This Sets my Background to White */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; /* Setting the font-family for the body */
	color: #000000; /* Colour setting for the body*/ 
	}
#container {
	background: #FFFFFF;
	position: inherit; /* The relative position moves an element relative to its normal position, so "left:100" adds 100 pixels to the element's LEFT position */
	margin: 0 0; /* Gets rid of any margins on both sides */
	padding: 50px; /* Gets rid of padding */
	width: 780px; /* Sets the container width for the information and media within the page*/ 
	border-right-width: 0px; /* Sets a border for the right-hand side */
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	margin-left: 175px;
	}
#header {
	back
	height: 130px;
	width: 780px;
}
	
#header2 {
	margin-left: 0px; /*Creates and indent so the footer does not overlay on the image*/
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
#leftcontent {
	text-align: left;
	float: left;
	background: #FFFFFF;
	color: #000000;
	width: 200px;
	margin: 0 0 0 0;
	border: 1px;
	padding: 10px;
	font-size: 0.8em;
	border-top: 1px solid #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
}
#maincontent {
	margin-left: 0px;
	padding-left: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
	border-top: 1px solid #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
}
#footer
{
	margin-left: 0px; /*Creates and indent so the footer does not overlay on the image*/
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.6em;
	color: black;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
#bottom
{
	margin-left: 0px; /*Creates and indent so the footer does not overlay on the image*/
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	background-color:#ffffff;
}

#navigation { 
 
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
 font-size: 0.9em;
 text-align: right;
} 

#navigation li { 
 
 display: inline; 
} 
#navigation ul { 
 list-style: none; 
 margin: 0 0 0 200px; 
 padding: 10px 5px 5px; 
} 

#navigation a:link, #navigation a:visited {  /*Grouping the styles together stops you having to repeat the same style commands within the CSS*/
 padding: 3px 10px 2px 10px;  /*Groups padding settings, it is set for each side for the navigation*/
 color: #FFFFFF; 
 background-color: #0099FF; 
 text-decoration: none; 
 border: 3px solid #999999;  /*Border setting 1px that is solid with a hex colour #999999*/
 color: #FFFFFF; }
 
#navigation li {display: inline; padding: 2px 0 2px 10px;
  background: white url(topleft.gif) top left no-repeat;}
#navigation li a {padding: 2px 10px 2px 0; text-decoration: none;
  background: url(topright.gif) top right no-repeat;}

#navigation a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
}
#h2 {
	color: #FFFFFF;
	background-color: #0099FF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size:18px;
	}













