@charset "UTF-8";
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	font-size: 80%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6d6965;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dbd6d1;
	background-repeat: repeat-x;
}
html>body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
 }
hr {
	border: 0;
	background-color: #DBD6D1;
	height: 1px;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}
a {
	outline: none;
}
a:link, a:active, a:visited {
	outline: none;
	color: #d21c5e;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
#container  {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A958F;
	border-right-color: #9A958F;
	border-bottom-color: #9A958F;
	border-left-color: #9A958F;
} 
#outside  {
	width: 840px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../assets/style_images/banner001.jpg);
	overflow: hidden;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
} 
#header  h1  {
	margin: 0;
	font-size: 30px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
#header  h2  {
	margin: 0;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
#navigation  {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.72em;
	background-color: #FFFFFF;
}
#navigation br{
	font-size:0.8333em;
	line-height:1.8333em;
	background-color: #99CCCC;
}
#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
#navigation .section{
	display: block;
	color: #6d6965;
	text-decoration:none;
	font-weight: bold;
	padding-left: 1em;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
#navigation li{
	margin: 0px;
	padding: 0px;
}
#navigation li a{
	display: block;
	background-color: #F9F5F2;
	color: #6d6965;
	text-decoration:none;
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 1em;
}
#navigation  li .here{
	display: block;
	background-color: #EBE8E6;
	color: #6d6965;
	text-decoration:none;
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 1em;
}
#navigation li a:hover{
	display: block;
	background-color: #F2D7DE;
	color: #000000;
	text-decoration:underline;
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 1em;
}
#mainContent  {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent ul {
	line-height: 1.5em;
	margin-bottom: 1em;
	list-style-position: outside;
	list-style-image: url(../assets/style_images/bullet001.png);
	list-style-type: none;
	margin-left: 25px;
 }
#mainContent  lh {
	line-height: 3em;
	font-weight: bold;
 }
#mainContent li {
	line-height: 1.5em;
	margin-bottom: 1em;
 }
h1 {
	font-size:1.4em;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1.186em;
	color: #d21c5e;
}
h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
	color: #6d6965;
}
h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
}
h4  {
	font-size:1em;
	line-height:1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h5  {
	font-size:0.8333em;
	line-height:0.8333em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#footer  {
	background-color: #ebe8e6;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	text-align: center;
}
.gallery {
	background-color: #FAF6F3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.noticeboard {
	background-color: #FAF6F3;
	border: 2px solid #F2D7DF;
	padding: 8px;
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 11px;
}
.noticeboard h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 0em;
	margin-bottom:1.286em;
	color: #D5889F;
}
.thumbnail {
	margin: 4px;
	background-color: #FFFFFF;
	padding: 20px;
}
.gallery a:link, .gallery a:visited, .gallery a:active {
	color: #DBD6D1;
}
.gallery a:hover{
	border-color: #99BF4B;
	color: #99BF4B;
}
.right_image {
	float: right;
	margin-left: 20px;
	padding: 0px;
}
.validated, .validated a {
	margin-top: 10px;
	margin-right: 0px;
	font-size: 9px;
	color: #6C6766;
}
.left_image {
	float: left;
	margin-right: 20px;
	padding: 0px;
}
.gallery_desc {
	margin: 0px;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 11px;
	width: 150px;
	height: 40px;
}
.image_desc { 
	margin: 0px;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 11px;
}
.imagelist {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.notes { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	font-size: 11px;
	color: #ADA8A4;
}
.backarrow {
	background-image:url(../assets/style_images/backarrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

