.main
  {
  width: 850px;
  border: 3px solid #361500;
  color: #642D08;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: large;
  }

p
  {
  color: #642D08;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: large;
  }  
  
ul {
  list-style-type: circle;
  color: #642D08;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: large;
  }
  
.banner
  {
  width: 850px;
  height: 212px;
  background: url('/images/banner.png') ;
  border-style: none
  }


.transbox
  {
  position:relative;
    left:155px;
    top:180px;
  width: 680px;
  height: 23px;
  margin: 0px 0px;
  background-color: #ffffff;
  border: 0px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }


.dcmenu a:link {
	color: blue ; text-decoration: none;
}

.dcmenu a:active {
	color: #CCFFAA; text-decoration: none;
}

.dcmenu a:visited {
	color: black; text-decoration: none;
}

.dcmenu a:hover {
	color:#F9C931; text-decoration: none;
	background-color:#412625;
}

.submen a:link {
	color: black; text-decoration: none;
}

.submen a:active {
	color: #642D08; text-decoration: none;
}

.submen a:visited {
	color: #642D08; text-decoration: none;
}

.submen a:hover {
	color:#642D08; text-decoration: underline;

}

a:link {
	color: blue; text-decoration: underline;
}
a:active {
	color: red; text-decoration: underline;
}

a:visited {
	color: purple; text-decoration: underline;
}

a:hover {
	color:red; text-decoration: underline;


}
