/* CSS Document */

/* CSS Document */
body {
	margin: 0;
	background-color: #C7D7F8;
	color:#000000
	}

#left {
	position:absolute;
	width:152px;
	background-image: url(../images/left.jpg);
	background-repeat:no-repeat;
	left: 6px;
	top: 0px;
	clear: both;
	height: 603px;
	}
	
#top {
	position: absolute;
	margin-top:0px;
	width:75%;
	float:left;
	padding-top:10px;
	padding-right:20px;
	margin-left: 200px;
	top: 0px;
	}
	
#main {
	position:relative;
	left:200px;
	padding-top:130px;
	width:75%;
	height: auto;
	padding-left:10px;
	padding-right:10px;
	clear: both;
	}
	
h1 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}
	
h2 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}
	
h3 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #003333;
	
	}	
	
h4 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}
	
h5 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}	
	
.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#003333;
	line-height:30px;
	}

.normalcolour {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color: #808000;
	line-height:30px;
	}
.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:0.7em;
	color:#003333;
	}	
	
#nav {
      	height:300px;
		padding:45px 0 30px 0px;
		text-align:left;
		font-family:"Trebuchet MS";
		display:block;
		
	}

#nav li {
        list-style-type: none;
		text-decoration:none;
}

#nav a:link, #nav a:visited {
        line-height: 45px;
        font-weight: normal;
		font-size:16px;
		text-decoration: none;
        color: #FFFFFF;
}
#nav a:hover {
        color: #000000;
		}

a:link {
		color: #003333;
		text-decoration: none;
		}

a:visited {
		color: #003333;
		text-decoration: none;
		}

ul {

		padding:0px 0 30px 0px;
		text-align:left;
		font-family:"Trebuchet MS";
		display:block;
		margin-left:20px;
		}
#footer {
	width:75%;
	position:relative;
	text-align:center;
	margin-left: 200px;
	z-index:10;
	border-top:groove;
	bottom:0px;
	right:0px;
	height: 22px;
	}
