@charset "UTF-8";
/* CSS Document */

html, body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}


.centreColumn #container {
	width: 1000px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#topBar  {
	width: 1000px;
	height: 330px;
}
.centreColumn #mainContent {
	padding: 0px 40px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 0px;
}

div.photoGallery {
	position: absolute;
	top: 501px;
	width: 350px;
	height: 230px;
	z-index:2;
}

.menuBackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f0f4f9;
	background-image: url(images/TEMPLATE_Menu-Background.png);
	width: 180px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #1C76B4;
}
a:visited {
	text-decoration: underline;
	color: #1C76B4;
}
a:hover {
	text-decoration: underline;
	color: #e50905;
}


#nav {
	text-align: center;
	width: 180px;
	font-size: 14px;
	margin-top: 0px;
	background-color: #FFFFFF;	
}

#nav P {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
}

#nav a:link, #nav a:visited {
	color: #6E88B5;
	background-image: url(images/navBackground.jpg);
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 34px;
	text-align: left;
	margin-left: 42px;
}

#nav a:hover {
	color: #000000;
	background-image: url(images/navBackground.jpg);
	display: block;
}

#navLast a:link, #navLast a:visited {
	color: #6E88B5;
	background-image: url(images/navBackground_none.jpg);
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 34px;
	text-align: left;
	margin-left: 42px;
}

#navLast a:hover {
	color: #000000;
	background-image: url(images/navBackground_none.jpg);
	display: block;
}



.photoRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 15px;
	margin-right: 120px;
}
.photoRight2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 15px;
	margin-right: 160px;
	padding-top: 5px;
	padding-bottom: 0px;
}
UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 37px;
	margin-right: 40px;
	text-align: left;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	text-align: left;
	font-size: 24px;
	margin-top: 0px;
	color: #6E88B5;
}
h2 {
	text-align: left;
	font-size: 18px;
}
h3 {
	text-align: left;
	font-size: 14px;
	margin-top: 0px;
}
h4 {
	margin-left: 20px;
	margin-right: 40px;
	text-align: left;
	color: #1C76B4;
	font-size: 14px;
	font-weight: bold;
}

table.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 500px;
} 

.centerText {
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
} 
