html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	overflow-y : scroll;
}
}

body{margin:0;padding:0;
	text-align:center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	behavior: url(csshover.htc);
}
p{margin:0 10px 10px}
a{color: #981793}

div#container{text-align:left;width:760px;margin:0 auto}

div#content{
	float:left;
	width:500px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009BC9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #009BC9;
}
div#rightcol{
	float:right;
	width:250px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#content p{
	line-height:1.4em;
}
#content h1 {
	color: #859C88;
	font-size: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content h2 {
	color: #859C88;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#header {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;color: #79B30B}
  
div#extra{
	clear:both;
	width:100%;
	background-color: #C6D0C7;
	margin-bottom: 10px;
	text-align: center;
}
#extra p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #004255;
}
div#footer{
	color: #FFF;
	background-color: #0099CB;
	text-align: center;
}
div#footer p{margin:0;padding:5px 10px}

#footer a {
	font-size: 0.8em;
	color: #FFFFFF;
}
.wideimage {
	margin-bottom: 10px;
	clear: both;
}
.leftsmall {
	float: left;
	margin-bottom: 10px;
}
.rightsmall {
	float: right;
	margin-bottom: 10px;
}
.smallcoloursleft {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.smallcoloursright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}


#navigation {
	background-color: #009BC9;
	padding-left: 70px;
	height: 36px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 150px;
	background-color: #009BC9
	;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABBAAD;
	border-left-color: #ABBAAD;
}


#nav a:hover {
	background-color: #00BAF0;
}

#nav li {
	float: left;
	width: 155px;
}
#nav li ul {
	position: absolute;
	width: 155px;
	left: -999em;
}
#nav li:hover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul {
	left: auto;
}
#nav li ul ul {
	margin: -25px 0 0 155px;
}

