/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #ECE9D8;
	background-repeat: no-repeat;
	line-height: 15px;
	font-weight: normal;
}

h1 {
	display: none;
}

h2 {
	color: #006699;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
}

h3 {
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

h4 {
	color: #CC0000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	color:#000;
	text-decoration: none;
}

#container {
	padding: 0px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#logo {
	height: 127px;
	background: url(images/header.jpg) no-repeat top left;
}

#nav_left {
	width: 180px;
	float: left;
	padding: 10px;
}

#nav_left ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-top-style: dotted;
}

#nav_left li {
	list-style: none;
	font-size: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: dotted;
}

#nav_left li a:link, #nav_left li a:visited{
 text-decoration: none;
}

#nav_left li a:hover { margin-left: 10px;
}

#content {
	width: 414px;
	float: left;
	padding: 10px 20px 20px 20px;
	margin: 0px;
	text-align: left;
}


#content img{
	border: 1px solid #006699;
	padding: 5px;
	display: none;
}

#content img.none{
	border: none;
	padding: 5px;
}

#content li {
	list-style: square;
	margin-bottom: 10px;
}

#content ol li {
	list-style: decimal;
}

#footer	{
	clear: both;
	height: 71px;
	padding: 0px;
	margin: 0px;
	background: #ECE9D8 url(images/footer.jpg) no-repeat bottom left;
}

#footer	p {
	text-align: right;
	margin-top: 15px;
	font-size: 85%;
	width: 310px;
	float: right;
	color: #fff;
	margin-right: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #fff;
}

#footer a:hover {
	color:#fff;
	text-decoration: none;
}

.left {float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

fieldset {
	border: 1px solid #006699;
	margin-bottom: 5px;
	padding: 15px;
}

legend {color: #CC0000;}

.centretext {
	text-align: center;
}
