/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
	background-color: #999999;
	margin: 6px;
	padding: 0px;
	text-align: center;
	/* margin auto in page block not centering in IE 5.x */
}
div.rightcontentimage, div.rightcontentimagelarge  {
	width:200px;
	float: right;
	font-size: 0.9em;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.rightcontentimagelarge {
	width:300px;
}
.imagecaptiontext {
	text-align: center;
}
div#banner img, div.centreimage img, .noborder, .thumbnail img {
	border: 0px;	
}
#page{
	position:relative;
	text-align: left;
	background: #FFFFFF;
	margin :auto;
	width : auto;
	border: 1px solid #333333;
}
#banner {
	display:none;
}
#left, p.hide {
	display:none;
}
#content {
	top:0px;
	padding: 0px 10px 0px;
	width:96%;
	color: #000066;
	background-color: #FFFFFF;
	/*overflow: hidden;*/
}
#subcontent {
	width:96%;
	top:0px;
	margin:0px 0px 0px 0px;
	padding: 10px;
	color: #000066;
	background-color: #FFFFFF;
	border: 1px solid #625E98;	/*overflow: hidden;*/
}
#footer {
	clear:both;
	margin:0px 0px 0px 20px;
	padding:0px;
	background-color: #ffffff;
}
/******************** content **********************/
#content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #6666FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666FF;
	line-height: 1.4em;
	font-family: "Comic Sans MS";
	margin-top: 0px;
	margin-bottom: 14px;
}
#content h1.sub {
	font-size: 0.9em;
	font-weight: bold;
	color: #6666FF;
	font-family: "Comic Sans MS";
	text-align: center;
}
#content h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #6666FF;
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
}
#content p {
	font-size: 0.7em;
	color: #000066;
	margin-top: 0px;
}
#content p.boldred {
	font-weight: bold;
	color: #990000;
}
#contactdetails {
	width:355px !important;
	width /**/:367px;
	background-color: #CCCCFF;
	border: 1px solid #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#contactdetails p a:hover {
	color: #FFFFFF;
	background-color: #6666FF;
}
#contacttop {
	background-color: #CCCC99;
	border: 1px solid #333333;
	padding-top: 4px;
	padding-bottom:4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contacttop p {
	padding-bottom:0px;
	margin-bottom:0px;
}
#content p.ulheading {
	font-size: 0.9em;
	font-family: "Comic Sans MS";
	width:353px !important;
	width /**/:367px;
	background-color: #CBCBED;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBED;
	border-right-color: #CBCBED;
	border-left-color: #CBCBED;
	padding-left: 2px;
	font-weight: bold;
	padding-right: 10px;
	color: #6666FF;
}
div.ulborder {
	width:355px !important;
	width /**/:367px;
	background-color: #F1F1ED;
	margin-bottom: 12px;
	border: 1px solid #CBCBED;
	padding-right: 10px;
}
.clear {
	clear: both;	
}
#content ul{
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 12px;
}
#content li{
	list-style-type: square;
}

.bold {
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	width: 80%;
	text-align: center;
}
div.centreimage {
	margin: 0px;
	text-align: center;
	padding-top: 20px;
}
.centregallery {
	width:100%;
	text-align: left;
	/*padding-left: 115px;*/
}
.thumbnailwrapper {
	border:1px solid #999999;
	float: left;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 11px;
}
.thumbnail {
	background-color:#ffffff;
	border:1px solid #999999;
	float:left;
	margin-right:10px;
	padding:6px;
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 3px;
}
.thumbnailwrapper p{
 	margin-bottom: 0px;
}
