.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: white;
	background-color:#375ECC;
}
.cartitle {
	color: #DE0707;
	font-weight:bold
}
a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.smalltext a:link {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:visited {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:hover {
	color: #000000;
	text-decoration: none;
}
.smalltext a:active {
	color: #000000;
	text-decoration: underline;
}

.indexpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.excursion-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

.pic-container-clear {

	padding: 5px;
	border: 1px solid #90B9CA;
}
.contentarea {
	background: url(graphics/back-g.jpg) no-repeat left top;
	font-style: normal;
	height: 550px;
}

#navcontainer {
margin: 0px 0 0 0px;
padding: 0;
height: 20px;
}
#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#navcontainer ul li a {
background: #fff;
width: 132px;
height: 18px;
border-top: 1px solid #375ECC;
border-left: 1px solid #375ECC;
border-bottom: 1px solid #375ECC;
border-right: none;
padding: 0;
margin: 0 0 10px;
color: #375ECC;
text-decoration: none;
display: block;
text-align: center;
font: bold normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer ul li a:hover {
color: #FFFFFF;
background: #375ECC;
}
#navcontainer a:active {
background: #FFFFFF;
color: #375ECC;
}
#navcontainer li#active a {
background: #FFFFFF;
border: 1px solid #c60;
color: #375ECC;
}
