/* CSS Document */

body {
	background-color: #13606b;
	color:#704111;
}


.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;}
.welcome {font-size:14px; color:#003840;}

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

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