/* 
CSS
*/
 
body {
	font: 100% verdana;
	color: #333; /*background: #edf6ff; */
	background: #fff;
	margin: auto;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	display: inline;
	padding: 10px;
}
html { }
#wrapper-intro {
	border: 1px solid #000;
	position: relative;
	background-color: #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
#header {
	width: 850px;
	height:207px;
	margin: 0;
	background: #ececec;
	background: url(images/topheader.jpg);
	left: 11px;
	top: 13px;
} 
#main-intro{
	width:680px;
	font-size: 70%;
	text-align: justify;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}
#footer {
	font-size: 60%;
	width: 850px;
	position: relative;
	background-color: #ffffff;
	top: auto;
	float: left;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

#footer a:link, a:visited { color: #666666; font-weight: normal;}
.leftimage {
	text-align: left;
	margin-left: 12px;
	float: left;
	position: relative;
}
h1 { font: 160% constantia; color: #344b6d; font-weight: bold; margin: 5px 0 5px 0;}
h2 { font: 115% constantia; color: #344b6d; font-weight: bold; margin: 0 0 20px 0; }

.white {
	color: #FFFFFF;
	font-size: 1px;
	text-decoration: none;

}

/*left navigation*/
#leftnav {
	margin: 0px;
	padding-bottom: 50px;
	width: 150px;
	height: auto;
	float: left;
	background-color: #DFDFE0;
}

#leftnav ul {
	list-style-position: outside;
	margin: 0;
	padding: 0px;
}

#leftnav li {
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	line-height: 20px;
	text-align: left;
	font-family: arial;
	text-align: left;
	background-image: url(images/navspace.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#leftnav a
{
	font-size: 70%;
	font-weight: bold;
	display: block;
	color: #333;
}

#leftnav a:link, #leftnav a:visited
{
color: #333;
text-decoration: none;

}

#leftnav a:hover
{
/*background-color: #000;*/
color: #fff;
}

.centreimage {
	position: relative;
	float: left;
	top: 5px;
	bottom: 5px;
}
