body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-size: 1em;
}

img {
	border: none;
}

a img {
	vertical-align: middle;
}

table, table th, table td {
	font-size: 1em;
}


/******************/
/* Common Classes */
/******************/

.body ul, .body ol {
	margin: 0 0 15px 0;
	padding: 0;
}

.body li {
	margin: 0 0 0 30px;
	padding: 0;
}

.hide {
	position: absolute;
	left: -2000px;
}

.alignleft {
	float: left;
	text-align: left;
}

img.alignleft, .alignleft img {
	padding: 0 10px 0 0;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignright, .alignright img {
	padding: 0 0 0 10px;
}

.aligncenter {
	text-align: center;
}

.alignjustify {
	text-align: justify;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.font10 {
	font-size: 10px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font24 {
	font-size: 24px;
}

.uline {
	text-decoration: underline;
}

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}

.redtext {
	color:red;
}

ul.vlist, ul.vlist li, ul.vlist li ul, ul.hlist, ul.hlist li, ul.hlist li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.hlist li {
	float: left;
}

ul.hlist li.right {
	float: right;
}

p.clearing {
	margin: 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

table.structured th, table.structured td {
	text-align: left;
	vertical-align: top;
}


/******************/
/* Various Styles */
/******************/

h1 small {
	font-size: 0.8em;
}

div.box {
	padding: 3px 4px;
	border: 1px solid #dddddd;
	font-size: 0.9em;
}

div.news {
	min-height: 64px;
	_height: 64px;
	margin: 30px 0 0 0;
	padding: 0 36% 0 65px;
	background: url(images/latestnews.gif) no-repeat;
}

div.news h2 {
	margin: 0;
	padding: 2px 0 3px 0;
	border-top: 1px solid #333399;
	font-size: 1em;
}

div.walk {
	font-size: 0.8em;
}

div.walk h4 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #333399;
	font-size: 1.2em;
	font-weight: normal;
}

div.walk p {
	padding: 0 5px;
}

div.walk p span {
	float: left;
	width: 150px;
	font-weight: bold;
	text-decoration: underline;
}

div.walk p strong {
	padding: 0 0 0 10px;
}


/******************/
/* Wrapper Panel */
/******************/

#wrapper {
	width: 700px;
	margin: 8px auto;
}


/******************/
/* Header Panel */
/******************/

#header {
	height: 118px;
	background: #fff url(images/banner.jpg) no-repeat;
}

#header p {
	margin: 0;
}

#header p.logo a {
	display: block;
	width: 118px;
	height: 118px;
}

div.wrapper-events #header {
	height: 180px;
	background: #fff;
}


/******************/
/* Middle Panel */
/******************/

#middle {
	min-height: 100px;
	_height: 100px;
	padding: 10px 0 0 0;
}


/******************/
/* Left Panel */
/******************/

#left {
	float: left;
	width: 118px;
	min-height: 100px;
	_height: 100px;
	font-size: 0.75em;
}

#left ul.menu {
	margin: 0 0 10px 0;
}

#left ul.menu li {
	padding: 5px 8px;
	background: url(images/left-bg.gif) no-repeat left center;
}

#left ul.menu li a:link, #left ul.menu li a:visited {
	text-decoration: none;
	color: #000;
}

#left p {
	text-align: center;
	font-size: 0.8em;
}


/******************/
/* Centre Panel */
/******************/

#centre {
	min-height: 100px;
	_height: 100px;
	margin: 0 0 0 128px;
	font-size: 0.75em;
}


/******************/
/* Footer Panel */
/******************/

#footer {
	clear: both;
	min-height: 10px;
	_height: 10px;
	margin: 10px 0 0 118px;
	padding: 1px;
	border-top: 1px solid #333399;
	font-size: 0.75em;
	color: #29449f;
}

#footer li {
	padding: 0 0 8px 0;
}

