@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#39657c;
	}

a:link {color:#44505a; text-decoration:none;}

a:visited {color:#44505a; text-decoration:none;}

a:hover, a:active {color:#FFA800; text-decoration:underline;}
	
div#mainwrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFF;
	padding:0px;
	border-style:groove;
	border-color: #956e68;
	border-width:4px;
	background-image:url(graphics/backgroundmountains.jpg);
	background-repeat:no-repeat;
	}

div#header {
	width:825px;
	padding-top:0;
	height:141px;
	}

div#contentarea {
	width:850px;
	}

div#leftcolumn {
	width:40px;
	float:left;
	padding-top:10px;
	color:#463d37;
	}
	
div#centercolumn{
	width:380px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	color:#463d37;
	font-size:.85em;
	}

div#rightcolumn {
	width:420px;
	
	float:left;
	}

div.clearfloats {clear:both;}

div#fullwidth{
	width:830px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	margin-top:10px;
	color:#463d37;
	font-size:.85em;
	background-color:#c9e4fe;
	}

div#footer{
	
	font-size:.8em;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(graphics/dappledbar.jpg);
	}

div#slidecontrol{
	width:150px;
	float:left;
	}

div#slideselect{
	width:150px;
	float:right;
	text-align:right;
	}

div#introtext{
	width:350px;
	background-image:url(graphics/textbkgd.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	padding:10px;
	}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
}

