body {
	background-color: #581f01;
	margin:20px 0px; padding:0px;
	text-align:center;
}

#maincontainer {
	background-color: #F6F1D1;
	padding: 10px;
	width: 804px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

#outlinecontainer {
	padding: 10px;
	border: 1px solid #cec8a4;
	width: 782px;
}

#header {}

#content {}

#bottom {}

.leftColumn {
	float: left;
	width: 289px;
}

.rightColumn {
	float: right;
	margin-left: 310px;
}

a {
	color: #8D321D;
}



.orangeborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d86b0c;
}

.menubox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d86b0c;
	background-image: url(images/menubkg.gif);
	background-repeat: no-repeat;
}

.bottomboxes {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8d321d;
	border-right-color: #cec8a4;
	border-bottom-color: #cec8a4;
	border-left-color: #cec8a4;
}

.boxheaders {
	font-size: 14px;
	font-weight: bold;
	color: #8d321d;
	text-transform: uppercase;
	background-color: #e3d9B5;
	padding: 5px;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #837f42;
	font-size: 12px;
	line-height: 18px;
}
.boxedcopy {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 18px;
}
.date {
	font-weight: bold;
	color: #8D321D;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #581F01;
	text-transform: uppercase;

}
h4 {
	font-size: 14px;
	color: #837f42;
	text-align: left;
}

/* FORM STYLE */

input {
	color: #837f42;
	background: #e3d9B5;
	border: 1px solid #8D321D
}

.submit input {
	color: #837f42;
	background: #e3d9B5;
	border: 2px outset #8D321D;
	font-size: 10px;
	text-transform: uppercase;
}

.filebutton {
	color: #837f42;
	background: #e3d9B5;
	border: 2px outset #8D321D;
	font-size: 10px;
	text-transform: uppercase;
}

/* MENU STYLE */

table.menu a {
	/*width:83px;*/
	/*border:1px solid #837f42;*/
	display: block;
} 
div.menu a {
	color: #8D321D;
	background: #cec8a4;
	text-decoration:none;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	text-transform: uppercase;
}

div.menu a:link {
	color: #8D321D;
	background: #cec8a4;
}

div.menu a:active {
	color: #D86B0C;
	background: #cec8a4;
}

div.menu a:visited {
	color: #8D321D;
	background: #cec8a4;
}

div.menu a:hover {
	color: #D86B0C;
	background: #e3d9B5;
/*	border:1px solid #8D321D;
*/}
#updating textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 10px;
	background-color: #FFFDE6;
	font-size: 12px;
}
.scheduletables {
	border: 1px solid #581F01;
}
.scheduletables td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #581F01;
	border-bottom-color: #581F01;
}

.highlighteddates {
	background-color: #FFFF66;
}
.followUs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F6F1D1;
}

.error {
	font-weight: bold;
	color: #990000;
}