

#backcolourdiv {
	background-color: #6FC4C5;
}

.welcome {
	color: #6FC4C5;
}

a {
	text-decoration: none;	
	color: #6FC4C5;
	font-size: 8pt;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.rad_text a:link, .rad_text a:visited, .rad_text a:active {
	font-size: 9pt;
	color: #2C4E4E;		
	text-decoration: none;
}

.rad_text a:hover  {
	font-size: 9pt;
	color: #7F8CA9;		
	text-decoration: underline;
}

.rad_text h1 {
	color: #7F8CA9;
}

.map{
    background-color: white ;
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 10px;
	cursor: hand;
}

.heading {
	font-size: 18pt;
	color: white;
}

.heading_outer {
	background-color: #ffffff;
	height: 55px;
	margin: 0px;
	font-size: 18pt;
	color: white;
	vertical-align: middle;
	text-align: left;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

#sidemenu {
	background-color: #376262;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidemenu .menuitemback {
	background-color: #2C4E4E;
	color: #ffffff;
	width: 180px;
}

#sidemenu .menusubitem_selected {
	background-color: #2C4E4E;
	width: 180px;
}

#sidemenu ul li a:hover {
	color: white;
	background: #2C4E4E;
	width: 180px;
}

#sidemenu a:active  {
	background: #2C4E4E;
	color: white;
	width: 180px;
}

