@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	background-color: #FFF;
	min-height: 100%;
	color: #000;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 2.5em;
	color: #257EA0;
	font-weight: bold;
	letter-spacing: -3px;
	margin: 0px;
}
h2 {
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	letter-spacing: -2px;
	clear: left;
	margin: 0px;
}
h3 {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: -1px;
}
h4 {
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: -1px;
}
h5 {
	font-size: 1.8em;
	color: #257EA0;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 {
	font-size: 4em;
	color: #257EA0;
	font-weight: bold;
	letter-spacing: -4px;
	margin: 0px;
}



a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img#rightClear {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	clear: right;
}

img#right {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	display: block;
	position: relative;
}
img#left {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	display: block;
	position: relative;
}


a:hover {
	text-decoration: none;
	color: #81B10B;
	font-weight: bold;
}
#container {
	display: block;
	height: 100%;
	width: 750px;
}
#header {
	height: 150px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#navbar {
	min-height: 20px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #81B10B;
}
#maincontent {
	height: 380px;
	display: block;
	margin-left: 50px;
	overflow: auto;
	padding-right: 20px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#mainNav li {
	display: inline;
	padding-right: 15px;
	font-weight: bold;
}
#navbar #current a {
	text-decoration: none;
	color: #81B10B;
	font-weight: bold;
}
#miniList {
	margin-top: 0px;
}
#flashcontent {

}

#colourbox {
	background-color: #ccff99;
	padding: 10px;
}

.greybox {
	background-color: #cccccc;
	padding: 10px;
}

.greybtn {
	background-color: #cccccc;
	padding: 5px;
}

#maincontent img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
#maincontent img.right {
	float: right;
	padding-bottom: 20px;
	padding-left: 10px;
}

#container table.programme {
	width:550px;
}

#container table.programme tr.last > td{
	padding-bottom: 1em;
}

#container table.programme td {
	height: 20px;
}

#container table.workshops {
	width: 600px;
	border-width: 1px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

#container table.workshops th {
	text-align: left;
	padding: 8px;
	background-color: #dedede;
	border: 1px solid #000000;
}

#container table.workshops td {
	border: 1px solid #000000;
	padding: 8px;
	
}
