/* this section defines the behaviour and colouring of the navigation bar */


#nav {
	display: inline;
	float: none;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul, #nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a, #nav a:link {
	background: #B0E2FF;
	border: 1px solid #007FFF;
	border-left: 5px solid #007FFF;
	color: #000;
	display: inline;
	font: bold 10px verdana, arial, sans-serif;
	line-height: 22px;
	margin: 0 0 0 2px;
	padding: 2px 3px;
	text-decoration: none;
}

#nav a:hover {
	background: #007FFF;
	border: 1px solid #007FFF;
	border-left: 5px solid #007FFF;
}

#nav a.active, #nav a:link.active, #nav a:hover.active {
	background: #fff;
	border: 1px solid #007FFF;
	border-left: 5px solid #007FFF;
	color: #000;
}


/* this is random, but I keep it here for a line break just after the navigation bar */

#subs {
	background: #fff;
	float: left;
	font: bold 10px verdana, arial, sans-serif;
	margin-bottom: 5px;
	padding: 0 0 0 0;
	text-align: left;
	width: 451px;
}




/* This section defines the layout of the website */




#midcol {
		width: 60%;
		margin: 0 20% 0 20%;
		padding-left:6px;
		font: 11px/16px verdana, arial, sans-serif;
		/*text-align: center;*/
}

#headerimage {
		width: 100%;
		margin: 0 -40px;
		font: 11px/16px verdana, arial, sans-serif;
}

#text {
		width: 500px
		margin: 0 20%;
		font: 11px/16px verdana, arial, sans-serif;
		text-align: left;
}

#leftcol	{
		position: absolute;

		top: 30px;
		left: 5px;
		width: 20%;
		font: 11px/16px verdana, arial, sans-serif;
		float: left;
}

#rightcol {

		position: absolute;
		top: 30px;
		right: 5px;
		width: 16%;
		float: right;
		font: 11px/16px verdana, arial, sans-serif;
		padding: 0 2px 0 0;
}


/* this part defines the white box, where the information goes */

.cbox {
		background:#fff;
		border: 1px solid #000;
		padding: 6px;
		font: 11px/16px verdana, arial, sans-serif;
		 margin-bottom: 10px;

}

/* this part defines the heading, what colour it will be and so on */
h1 { font: bold 1.6em verdana, arial, sans-serif; }
h2 {
	background:#007FFF;
	padding: 5px;
	margin: 0;
	font: bold 12px verdana, arial, sans-serif;
	color: #fff;
}


.imageleft {
	float:	left;
	padding: 4px;
}


.imageright {
	float: right;
	padding: 4px;
}

#error {
    color: red;
	font-weight:bold;
	text-align:left;
}

