@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 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 */
	color: #000;
	font-family: Arial;
	font-size: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0;
	float: none;
}
.twoColFixLtHdr #container {
	width: 655px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	margin: 0px;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	vertical-align: bottom;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	font-size: 12pt;
	font-family: Arial;
	color: #6C1E14;
	padding: 0;
	font-weight: bold;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.twoColFixLtHdr #footer {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bolder;
	color: #6C1E14;
	background-color: #E2D9D2;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	height: 90px;
	vertical-align: middle;
	width: 655px;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0pt;
	text-align: center;
	vertical-align: middle;
}
.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 */
	height:0;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
}
.twoColFixLtHdr #container #mainContent p {
	color: #000;
	text-align: left;
	font-size: 12pt;
	line-height: normal;
	font-family: Arial;
	border-top-style: 0;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 14pt;
	text-align: center;
	color: #582622;
}
#first_line {
	font-family: Arial;
	color: #6C1E14;
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent p a {
	font-size: 12pt;
	color: #6C1E14;
	text-align: left;
}
p {
	color: #000;
	font-weight: bold;
}
#st {
	color: #000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.twoColFixLtHdr #container #mainContent {
	color: #000;
	text-align: left;
}
#mainContent p {
	color: #6C1E14;
	text-align: left;
	font-family: Arial;
}
.twoColFixLtHdr #container #mainContent p {
	color: #6C1E14;
}
.twoColFixLtHdr #container #mainContent {
	text-align: left;
	color: #6C1E14;
	font-family: Arial;
}
.twoColFixLtHdr #container #mainContent p #first_line {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent pre {
	font-family: Arial;
}
.twoColFixLtHdr #container #mainContent p p1 {
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent pre a {
	color: #6C1E14;
	padding-left: 90px;
}
.twoColFixLtHdr #container #mainContent table {
	text-align: center;
	color: #000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #container  h1 {
	color: #6C1E14;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #6C1E14;
}
table spl {
	color: #6C1E14;
}
.twoColFixLtHdr #container #mainContent div center table tbody tr td p strong {

}
.twoColFixLtHdr #container #mainContent table tr td strong a strong {
	color: #000;
}
.twoColFixLtHdr #container #mainContent div p strong {
	color: #6E2920;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent div table tr td {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent div table tr td strong {
	color: #6E2920;
}
.twoColFixLtHdr #container #mainContent h3 {
	text-align: center;
	color: #6C1E14;
}
.twoColFixLtHdr #container #mainContent table tr td p strong a strong {
	text-align: center;
}
.twoColFixLtHdr table {
	text-align: left;
	font-size: 12px;
	color: #6C1E14;
	font-family: Arial;
}
.twoColFixLtHdr table tr td strong a strong {
	color: #6C1E14;
}
.twoColFixLtHdr #container #mainContent p strong {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table tr td strong {
	color: #000;
	text-align: left;
}
a {
	color: #000;
	text-align: center;
	font-size: 14pt;
}
#email_blk {
	color: #000;
}
#brn_ink {
	color: #6C1E14;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.green {
	color: #060;
}
.brown {
	color: #6C1E14;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.black {
	font-family: Arial;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}
.center {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
#buttons {
	text-align: center;
}
#brown_cups_tag {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6C1E14;
}


.left {
	text-align: left;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 0pt;
	padding: 0pt;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
}
.center_table {
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.caption_11 {
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
}
#one_time {
	font-size: 14pt;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent h1 {
	text-align: left;
}
emugs_center {
	text-align: center;
}
.twoColFixLtHdr #mainContent p {
	text-align: left;
	color: #6C1E14;
	font-weight: bold;
}
design2_center {
	text-align: center;
}
.design2_center {
	text-align: justify;
}
.red {
	color: #F00;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
imprint_brown {
	color: #6C1E14;
}
.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #6C1E14;
}
.a12 {
	font-size: 12pt;
}
a11 {
	font-size: 11pt;
}
b11 {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #6C1E14;
}
buttons2 {
	text-align: center;
}
.brown_main_div {
	color: #6C1E14;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
