
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	color:#333366;
	padding:0px;
	margin:0px;
}
body A:hover {	text-decoration : none; }



/* background colour and design elements framing pages */
.background {
	background-color: #ccf;
	background-image:url(_background.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	text-align:center;
	border-top:1px #fff solid;
}

/* left hand navigation menu */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	text-align:center;
	border:0px #fff solid;
	margin:20px;
	margin-right:0px;
}

.menuItem {
	width:120px;
	height:auto;
	display:block;
	border-bottom:1px solid #eee;
	vertical-align:center;
	padding:2px;
	background-color:#ddddff;
}
.menuItemActive {
	background-color:#fff;
	color: #009900;
}

.menu A {
	text-decoration : none;
	font-weight : normal;
	width:100%;
	display:block;
	background-color:none;
}

.menu A:hover {
	color: #33c;
	background-color: #eef;
}




/* main content */

.content {
	display:block;
	text-align:left;
	padding:0px;
	margin:0 auto auto;
	margin-bottom:20px;
}

.content A:hover {	text-decoration : none; }

.content td {}

.content h1 {
	font-size:24px;
	color:#339933;
	font-weight:bold;
	margin-top:32px;
	margin-bottom:4px;
}

.content h2 {
	font-size:16px;
	color:#6666cc;
	margin-top:4px;
	margin-bottom:12px;
}
.content h3 {
	font-size:14px;
	color:#6666cc;
	margin-top:16px;
	margin-bottom:0px;
}


.content hr {
	height: 1px;
	width: 100%;
	border: solid #AFCF7F 1px;
}






.footer {
	border-top:6px #fff solid;
	width:100%;
	text-align:left;
	background-color:#fff;
	clear:both;
}
.footer b {
	color:#009900;
	font-weight:normal;
}
.footer hr {
	border-top:20px #66cc66 solid;
	background-color:#66cc66;
	border-bottom:6px solid #99ff99;
	border-left:0px;
	border-right:0px;height:26px;
	width:100%;
}
.footerContacts, .footerAddress {
	padding:20px;
	vertical-align:top;
}
.footerContacts {float:right;text-align:right;}


/* photographs and caption underneath */
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-align:center;
	padding:2px;
}
.image {
	margin:10px;
	border:1px #66cc66 solid;
	padding:4px;
	background-color:#eeeeff;
}
.image img {border:0px;}


.float-right {
	float:right;
	margin:10px;
	margin-right:0px;
	margin-top:0px;
}
.float-left {
	float:left;
	margin:20px;
	margin-left:0px;
	margin-top:0px;
}
.centre {margin 0 auto auto;}
.clear {clear:both;}

li {
	margin-bottom:6px;
	list-style-image:url(list.gif);
	margin-left:10px;
}

.structure {width:780px;border:0px red solid;margin:0 auto auto;}
.structure td {vertical-align:top;}
.structureMenu {width:140px;border:0px red solid;}

.languages {float:right;color:#339933}
.languages a {text-decoration:none}
.languages a:hover {text-decoration:underline}
