/*--------------main-------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #003366;
}

#container {
	width: 752px;
	margin: 0px auto;
	height: auto;
	height /**/: auto;
	min-height: 654px;
	display: block;
	background-color: #FFFFFF;
}

#header {
	width: 752px;
	margin: 0px auto;
	height: 190px;
	display: block;
	padding: 0px;
	margin: 0px;	
}

#hlogo {
	height: 190px;
	width: 752px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#topnavigation {
	width: 752px;
	height: 30px;
	display: block;
	background-color: #F8F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 7px;
}

#topnavigation ul {
	list-style: none;
	list-style-type: none;
}

#topnavigation li {
	display: inline;	
}

#topnavigation li.selected a {
	color: #003366;
}

#topnavigation a {
	color: #FF9900;
	text-decoration:none;
}

#topnavigation a:hover {
	color: #003366;
	text-decoration:none;
}

#wrapper {
	height: auto;
	height /**/: auto;
	min-height: 400px;;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#left {
	height: auto;
	height /**/: auto;
	min-height: 376px;
	width: 221px;
	display: block;
	float: left;
	background-color: #FFFFFF;
}

#left ul {
	list-style: none;
	list-style-type: none;
	margin-left: 4px;
	padding-left: 6px;
}

#left li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left li.selected a {
	color: #003366;
	font-weight: bold;
}

#left a {
	color: #FF9900;
	text-decoration:none;
}

#left a:hover {
	color: #003366;
	text-decoration:none;
}

#main {
	width: 516px;
	float: left;
	display: block;
	height: auto;
	height /**/: auto;
	min-height: 376px;
	background-attachment: scroll;
	background-image: url(images/container_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#main a {
	color: #FF9900;
	text-decoration:none;
	font-weight: bold;
}

#main a:hover {
	color: #003366;
	text-decoration:none;
	font-weight: bold;
}

#footer {
	width: 752px;
	height: 66px;
	display: block;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer a {
	text-decoration:none;
	color: #FF9900;
}

#footer a:hover {
	color: #003366;
	text-decoration:none;
}

#footer #footleft {
	float:left;
	margin-top: 7px;
	margin-left: 7px;
}

#footer #footright {
	float:right;
	margin-top: 7px;
	margin-right: 7px;
}

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.boldcentre {
	font-weight: bold;
	text-align: center;	
}

h2 {
	font-size: 110%;
	color: #6699CC;
}

h3 {
	font-size: 100%;
	color: #336699;
}

#map {
}

.centre {
	text-align: center;
}