@charset "utf-8";
/* -- The main navigation --*/
.mainNavigation {
	list-style: none;
	float: left;
	height: 26px;
	background-color: #ffffff;
}
.mainNavigation li:first-child {
	border-left: 0px;
}
.mainNavigation li {
	width: 110px;
	position: relative;
	float: left;
	text-align: center;
	border-left: 2px solid #70a6d1;
}
.mainNavigation li a {
	background-image: url("../images/navigation/mainNavigation_backgroundOff.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	width: 110px;
	height: 26px;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;	
	color: #ffffff;
	text-decoration: none;
}
.mainNavigation li a:hover {
	background-image: url("../images/navigation/mainNavigation_backgroundOn.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: #1c3664;
}	
/* -- The sub navigation --*/
#subNavigation {
	list-style: none;
	margin-bottom: 15px;
	background-color: #ffffff;	
}
#subNavigation li {
	width: 140px;
	height:29px;
	margin-bottom: 5px;
	text-align: center;
}
#subNavigation li a {
	background-image: url("../images/navigation/subNavigation_backgroundOff.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 140px;
	height: 29px;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color: #1c3664;
	text-decoration: none;
}
#subNavigation li a:hover {
	background-image: url("../images/navigation/subNavigation_backgroundOn.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #ffffff;
}
#content p a {
	color: #1c3664;	
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
a.image_bank {
	width: 50px;
	height: 50px;
	display: block;
	border: 2px solid #90d6f8;
}
a:visited.image_bank {
	border: 2px solid #cccccc;
}
.image_bank img {
	border: 0px solid white;
}
