@charset "utf-8";
body {
	background:#FCC url('images/pagetop.gif') repeat-x fixed top;
	font: 100%;
	font-family:Calibri;
	color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.BMC #container {
	width: 960px;  /* this will create a container 960px of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #643200;
}
.BMC #container a {
	color: #643200;
	text-decoration: none;
}
.BMC #container a:hover {
	color: #FF0000;
	text-decoration: none;
}
.BMC #header {
	background:#FFF;
	border-bottom: 10px solid #643200;
	background-image: url(images/logobw.jpg);
	background-repeat: no-repeat;
	height: 125px;
	font-family: Calibri;
}
.BMC #sidebar1 {
	float:left;
	width: 200px;
	border-right: 1px solid #FF0000;
	text-align: left;
}
.BMC #container #sidebar1 ul {
	margin:10px;
	padding:0;
	list-style-type:none;
}
.BMC #container #sidebar1 li {
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style: none;
}
.BMC #container #sidebar1 #current_page {
	font-weight:bold;
	color:#F00;
}
.BMC #container #sidebar1 a {
	color: #643200;
	font-weight:bold;
	text-decoration: none;
}
.BMC #container #sidebar1 a:hover {
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
.BMC #container #addy {
	float: left;
	width: 175px;
	font-size: 0.8em;
	padding-left: 10px;
	border-top: 1px solid #FF0000;
	margin-top: 100px;
	height: 100%;
}
.BMC #container #addy a {
	color: #FF0000;
	text-decoration: none;
}
.BMC #container #addy a:hover {
	color: #643200;
	text-decoration: none;
}
.BMC #container #flash-image {
	margin-top: 0px;
	text-align: right;
}
.BMC #container #special {
	float:left;
	width:700px;
	padding-left:25px;
}
.BMC #mainContent {
	float:left;
    width:750px;
	color: #000;
	text-align: center;
}
.BMC #mainContent a {
	color: #FFF;
	text-decoration: none;
}
.BMC #mainContent a:hover {
	color: #FFF;
	text-decoration: none;
}
.BMC #mainContent hr {
	color: #643200;
	background-color: #f00;
	height: 2px;
	border: 0;
}
.BMC #mainContent h2 {
	color:#643200;
}
.BMC #mainContent h3 {
	color:#643200;
}
.BMC #mainContent strong {
	color:#643200;
}
.BMC #mainContent th {
	background-color: #643200;
	color:#FFF;
	text-align: center;
}
.BMC #mainContent #page_title {
	color:#643200;
	font-size:120%;
	font-weight:bold;
}
.BMC #mainContent #top_page_space {
	height: 25px;
	width:750px;
}
.BMC #mainContent #homeColumn1 {
	float: left;
	width:750px;
}
.BMC #mainContent #homeColumn2 {
	float: left;
	width:750px;
}
.BMC #mainContent #page-image {
	float: left;
	border: solid #643200 1px;
	text-align: center;
}
.BMC #mainContent #page_text {
	float: left;
	width:50%;
	padding-left:5px;
	padding-right:5px;
}
.BMC #mainContent #page_text a {
	color: #FF0000;
	text-decoration: none;
}
.BMC #mainContent #page_text a:hover {
	color: #643200;
	text-decoration: none;
}
.BMC #mainContent #special_text {
	float:left;
	width:700px;
	padding-left:25px;
}
.BMC #mainContent #special_text a {
	color: #FF0000;
	text-decoration: none;
}
.BMC #mainContent #special_text a:hover {
	color: #643200;
	text-decoration: none;
}
.BMC #mainContent .page_margin {
	float: left;
	width:25px;
	height:520px;
}
.BMC #mainContent .menuhdr {
	background-color: #FF0000;
	color:#FFF;
	font-weight:bold;
	width: 700px;
	text-align: center;
}
.BMC #mainContent .menuhead {
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	float:left; 
	width:700px; 
	background-color:#643200; 
	border-left:solid #643200 1px; 
	border-right:solid #643200 1px;
}
.BMC #mainContent .menuwrapper {
	float:left; 
	width:700px; 
	border:solid #643200 1px;
}
.BMC #mainContent .menuwrapper_no{
	float:left; 
	width:700px; 
	border-top:solid #643200 1px;
	border-left:solid #643200 1px;
	border-right:solid #643200 1px;
}
.BMC #mainContent #mCupFlavor{
	float:left; 
	width:349px;
	border-right: solid #643200 1px;
}
.BMC #mainContent #mCupFrost{
	float:left; 
	width:349px; 
}
.BMC #mainContent #mCookFlavor{
	float:left; 
	width:100%;
	border-right: solid #643200 1px;
}
.BMC #mainContent .page-events {
	float: left;
	text-align: center;
	width:100%;
}
.BMC #mainContent .divForm {
	float: left;
	width: 385px;
	padding:5px;
}
.BMC #footer {
	clear:both;
	background-color: #643200;
	border-top: 2px solid #643200;
	color: #FCC;
	font-size: 0.8em;
	margin: 0px;
	padding: 0.5em;
	text-align: center;
}
.BMC #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.BMC #footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
.BMC #footer .coTitle {
	color: #FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
