body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin:0px;
	padding:0px;
}
blockquote {
   margin-top: 0px;
   margin-bottom:0px;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
a {
	color: #2D49A3;
	text-decoration:none;
}
A:link, A:visited, A:active  { COLOR: #2D49A3; TEXT-DECORATION: none;  }
A:hover {BACKGROUND-COLOR: #CFD4E6; TEXT-DECORATION: none  }
.white, a.white, a.white:link, a.white:visited, a.white:active  { COLOR: #FFFFFF; }
a.white:hover { color: #404F80; }
#header {
  background: #ffffff;
  height: 200px;
  width:974px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
}
#content {
  background:#FFFFFF;
  width:964px;
  padding:5px;
  margin-left: auto;
  margin-right: auto;;
  overflow:auto;
}

#footer {
  background: #5C71B5;
  clear:both;
  width: 964px;
  height: 16px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;;
}
.centred {
	text-align: center;
}
.leftcol {
	color: #FFFFFF;
	text-align: left;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #2D49A3;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2D49A3;
	margin-top: 8px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 118%;
	font-weight: bold;
	color:  #000000;
	margin-top: 8px;
	margin-bottom: 5px;
}
.footer {
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.right_text {
   font-size:90%;
   margin:1px;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
	text-align: justify;
	margin-left: 10px;
}
p.centred {
text-align:center;
font-size:80%;
}
.banner {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:18pt;
color:#5C71B5;
font-weight:bold;
text-align:center;
}

.flag {
	vertical-align: text-top;
	padding-right: 5px;
	border: 0px;
	float: right;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
ul, ol {
	margin-top: 3px;
	margin-bottom: 5px;
}

dt {font-weight:bold;}
dd {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #DDDDDD;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 520px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
