@charset "utf-8";


#container {
	background-image: url(images/bgblue.jpg);
	background-repeat: no-repeat;
}


#footer{
	background-image: url(images/footerblue.jpg);
	background-repeat: no-repeat;
}


#navigation ul ul {
	background-color: #095e57;
}
#navigation #left a:link {
	color: #095e57;
	text-decoration: none;
}
#navigation #left a:visited {
	color: #095e57;
	text-decoration: none;
}
#navigation #left a:active {
	color: #095e57;
	text-decoration: none;
}
#navigation #left a:hover {
	color: #095e57;
	text-decoration: none;
}


a:link {
  color: #095e57;
  text-decoration: none;
  font-weight: bold;
}


a:visited {
  color: #095e57;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #095e57;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	background-color: #095e57;
	color: #b2d6d4;
  text-decoration: none;
  font-weight: bold;
}

