/* CSS Document */

body {
	background-color: #003840;
	/*color:#663300;*/
	color:#003840;
}

.box { width:100%; margin-bottom:0; background-color:#ffffff;}
.boxtop { width:100%; background-image:url(images/main2.jpg); background-position:top right; background-repeat:no-repeat;}
.boxcontent {margin:0 10px;  background-color:#ffffff;}
.boxbottom { width:100%; background-image:url(images/main4.jpg); background-position:top right; background-repeat:no-repeat;}
.headline { color:#003840;}
.welcome {font-size:14px;}

a:link, a:visited {
	color:#003840;
	text-decoration:underline;
}

a:hover {
	color:#003840;
	text-decoration:underline;
}