/* GENERAL RULES */
body {
	margin: 0;
	padding: 0;
	background: #462000;
	color: #EED3AD;
	font-family: "Times New Roman", Times, serif;
}

a, a:visited, a:active {
	color: #EED3AD;
	text-decoration: underline;
}

a:hover {
	color: #EED3AD;
	text-decoration: none;
}

p {
	margin: 16px 0 .8em 18px;
	font-size: 90%;
	line-height: 1.3em;
}

h2 {
	margin: 16px 0 .8em 0;
	color: #EED3AD;
	font-size: 120%;
	line-height: 1.3em;
}

h3 {
	margin: 16px 0 .8em 10px;
	color: #EED3AD;
	font-size: 100%;
	line-height: 1.3em;
}

ul, dl {
	margin-top: 0;
	margin-bottom: .7em;
	margin-left: 27px;
}

li, dd {
	margin-left: 57px;
	font-size: 75%;
	line-height: 1.3em;
}

/* tables */
table.main {
	border: 1px solid #A48157;
}

td {
	padding: 0;
	vertical-align: top;
}

td.header {
	background: #462000;
}

td.content {
	background: #7F400D;
	text-align: left;
}

table.nav {
	border-top: 1px solid #A48157;
	border-bottom: 1px solid #A48157;
}

table.rfp {
	margin-left: 106px;
}

table.rfp tr td {
	padding: 0 0 16px 0;
}

table.rfp tr td input.rfpst {
	width: 220px;
}

table.rfp tr td input.rfpsm {
	width: 68px;
}

table.rfp tr td textarea.rfpta {
	height: 136px;
	width: 236px;
}

table.coffeelist tr td.listitem {
	padding-left: 80px;
	padding-bottom: 40px;
}

table.footer {
	width: 771px;
}

td.footer {
	text-align: left;
}

/* popup */
table.mainPop {
	width: 568px;
	background: #7F400D;
}

td.contentPopL, td.contentPopLAP {
	/*border-left: 1px solid #A48157;*/
	background: #7F400D;
}

td.contentPopR, td.contentPopRAP {
	/*border-right: 1px solid #A48157;*/
	background: #A07B4D;
}

td.contentPopLAP, td.contentPopRAP {
	/*border-left: 1px solid #A48157;*/
	/*border-right: 1px solid #A48157;*/
}

td.contentPopLAP, td.contentPopRAP {
	padding: 0;
	/*border-top: 1px solid #A48157;*/
	/*border-bottom: 1px solid #A48157;*/
}

td.contentPopL, td.contentPopR {
	padding: 0;
	/*border-top: 1px solid #A48157;*/
	/*border-bottom: 1px solid #A48157;*/
}

td.footerPop {
	padding-bottom: 8px;
	background: #462000;
	text-align: right;
}

/* forms */
input {
	font: 70% Arial, Helvetica, sans-serif;
}

select, option {
	font-size: 70%;
}

/* images */
img {
	border: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

