/*reset rules */
html, body, div, span,h1, h2, h3, h4, h5, h6, p, a, em, font, img, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li,fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

body {
	line-height: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	background-color:#FFF;
	text-align:center;
}

.clear {
	clear: both;
}
.error {
	color:#FF0000
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: 660066;
}
a:active {
	text-decoration: underline;
}

h1 {
	display:block;
	font-size:24px;
	margin-bottom:20px;
}
h2 {
	display:block;
	font-size:20px;
	margin-bottom:20px;
}
p {
	line-height:18px;
	padding-bottom:20px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
}
#header {
	width:960px;
	height:120px;
}
#header img {
	margin-left:-8px;
}
#header h1 {
	margin-left:-9999px;
}
h3.flash {
	display:block;
	padding:30px;
	margin-bottom:30px;
	background-color:#FF8800;
	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#leftCol {
	float:left;
	width:160px;
	height:600px;
	overflow:hidden;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
#leftCol ul {
	margin:10px 10px 10px 10px;
}
#leftCol li a {
	display:block;
	line-height:20px;
	text-decoration:none;
	color:#999999;
}
#leftCol li a:hover {
	color:#000;
}
#leftCol img {
	float:left;
	margin:20px 10px;
}
div.box{
	display:block;
	float:left;
	margin:5px 10px;
	line-height:20px;
}
div.box p {
	padding-bottom:2px;
}
#centreCol .bb {
	float:left;
	margin:5px 10px;
	line-height:20px;
	width:180px;
	overflow:hidden;
	padding:10px;
	border: 1px solid #aeaeae;
	font-size:16px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}
#centreCol .bb p {
	padding-bottom:2px;
}
#centreCol{
	float:left;
	width:600px;
	overflow:hidden;
	padding:20px;
}

#centreCol ul {
	display:block;
	margin:10px 40px;
	line-height:20px;
}
#centreCol li {
	list-style-type:disc;
	list-style-position:inside;
}

#rightCol {
	float:left;
	width:160px;
	overflow:hidden;
	text-align:center;
}
#rightCol img {
	margin:10px 0px;
}
#contact {
	float:left;
	width:500px;
	margin:30px 10px;
	padding:20px;
	border:1px solid #999999;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#contact label {
	display:block;
}
#contact input {
	display:block;
	margin:10px 0px;
}
#contact textarea {
	width:350px;
	height:150px;
	margin:10px 0px;
}
#footer {
	width:960px;
	height:100px;
	text-align:center;
}
#footer ul {
	width:960px;
	text-align:center;
}
#footer li {
	display:inline;
	padding:20px;
	border-right:1px solid #aeaeae;
}
#footer li.last {
	border-right:none;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
