/* CSS Document - general styles */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	color: #000000;
	background-color: #FFFFFF;
	left: 0px;
	background-image: url(graphics/Image1.gif);
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}


/*style content area*/

#content {
	left: 150px;
	position: absolute;
	top: 50px;
	width: 589px;
	height: 150px;
}


/*logo stuff*/
/*this stuff places the logo image*/
#logo {
	position:absolute;
	left:4px;
	top:4px;
	border: 0px;
}

/*sets colours for redowa as text - only needs .o to colour o*/
.o {
	color: #FF0000;
	/*border-bottom: 1px;*/
	/*border-bottom-color: #FFFFFF;
	border-bottom-style: solid;*/
	text-decoration: underline;
}
/*end logo stuff*/

/* Navigation bar */

#navcontainer {
	top: 55px;
	left: 0px;
	width: 130px;
	height:400px;
	position: absolute;
	
}

#navlist {
	left: 0px;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid;
	width: 130px;
	line-height: 0.8em;
	border-bottom-color: #0033FF;
	z-index: 3;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid;
	border-top-color: #0033FF;
	z-index: 3;
}

#navlist li a {
	text-decoration: none;
	z-index: 3;
}

#navcontainer a:link, a:visited { 
	color: #000099;
}

#navlist a#current {
	color: #000099;
	font-weight: bolder;
}

#navlist a:hover {
	color: #FF0000;
}

/*End Navigation stuff*/
