/* CSS Document */

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

h1 { color:#993300; }
h2 { color:#800000; }
h3 { color:#800000; }

#main_bottom h1 { color:#ffffff;}

.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:#003840;
	text-decoration:underline;
}

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