@charset "iso-8859-1";
/*STANDARD STUFF - this section defines body attributes and link text behviour*/
BODY {
	scrollbar-base-color: #4C4C56;
	scrollbar-track-color: #3B3B46;
	scrollbar-face-color: #4C4C56;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	color: #000066;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #336699;
	/*background-image: url(background.png);*/
}

A {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #CC0000;
	text-decoration: underline;
}
/*LAYOUT - this is the fluid layout itself, composed of 5 boxes, and uses ID selectors*/

/*BOX 1 - a container that wraps around the entire content and constrains content to 80% of the browser window*/

div#container {
	float:center;
	margin: 0 auto;
	width: 80%;
	padding: 10px;
	height: 100%;
	background: url(../images/lotuslbl.jpg);
	border: thick solid #000066;
	top: 10px;
	bottom: 10px;
}

/*BOX 2 - the strap across the top of the page.  Defaults to 100% of the container size and is centred*/

div#banner {
	margin: 0 auto;
	position: relative;
}

/*BOX 3 - navigation sidebar.  Width is the remainder of the container box and clear:right forces the next element to the bottom of the page*/


div#sidenav {
	margin-top: 10px;
	clear: left;
	color: #000066;
}

/*BOX 4 - main content goes in here.  Width is 75% of the container box and it floats to the left*/

div#main {
	width:70%;
	float:right;
	padding: 10px;
	/*background-image: url(catbox_bg_start.gif);*/
	background-repeat: repeat-y;
	margin:10px;
	clear: none;
}


/*BOX 5 - bottom strap.  Width is full width of container box and the bar is centred*/

div#bottombar {
	margin: 0 auto;
	position: relative;
	height:30px;
	clear: both;
}
	
/*FORMATTING - these selectors change font styles and colours and are all CLASS selectors*/

.sidehead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sidebody {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.subhead {
font-family : "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
text-transform : uppercase;
letter-spacing : 0.5em;
}

.bodytext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}
.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
}

