/* CSS Document */

body {
	background-color: #663300;
	/*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;  padding:0; background-color:#ffffff; text-align:left;}
.boxbottom { width:100%; background-image:url(images/main4.jpg); background-position:top right; background-repeat:no-repeat;}
#welcome {font-size:13px; color:#003840;}

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

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