a.footer {
	border:none;
	text-decoration:none;
}

a.footer:link  {
	color:#73632B;
}

a.footer:hover  {
	color:white;
}

a.footer:visited  {
	color:#73632B;
}

a#profile  {
	border:none;
	text-decoration:none;
}

a#profile:link  {
	color:black;
}

a#profile:hover  {
	color:white;
}

a#profile:visted  {
	color:black;
}

body  {
	background-color:#6E8532;
}

h1, h3  {
	color:#996600;
	font-family:Papyrus, "Trebuchet MS", Arial, "Times New Roman", serif;
	text-align:center;
}

h2  {
	color:#73632B;
	font-family:Papyrus, "Trebuchet MS", Arial, "Times New Roman", serif;
	text-align:center;
	margin-left:-8em;
	cursor:default;
	font-size:24px;
}

html {
	background: #6E8532;
}

/* Title Bar */
div#title  {
	background-image:url(images/farm1.jpg);
	min-height:150px;
}

div#titleImg  {
	margin-left:550px;
	min-height:100px;
	padding-top:5px;
}

div#titleLogo  {
	margin-left:270px;
	margin-top:-20px;
}

font#title  {
	color:#73632B;
	font-family:Papyrus, "Trebuchet MS", Arial, "Times New Roman", serif;
}

table#title  {
	background-color:#FF9A1F;
	border:hidden;
	width:100%;
}

/* Navbar Structure and Effects */
#navbar li  {
	text-align:center;
}

#navbar li a  {
	border-bottom:1px solid #0086B3;
	border-left:1px solid #0086B3;
	border-right:1px solid #CCFFFF;
	border-top:1px solid #CCFFFF;
	color:#45008A;
	display:block;
	font-family:Papyrus, "Trebuchet MS", Arial, "Times New Roman", serif;
	height:20px;
	padding:5px 10px;
	text-decoration:none;
}

a#navbuttons  {
	background:url(images/BT_bg2.jpg) repeat 0 0;
}

a#adminbuttons  {
	background:url(images/BT_bg1.jpg) repeat 0 0;
}

#navbar li a:hover, 
#navbar li a:focus, 
#navbar li a:active  {
	background-position:-150px 0;
}

td#sidebar  {
	background-color:#FFD197;
	height:500px;
	text-align:left;
	vertical-align:top;
	width:200px;
}

/* Content  */
td#content  {
	background-color:#FFD197; /* #EBF1DA */
	text-align:left;
	vertical-align:top;
	width:800px;
}

/* Footer */
font#copyright  {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

p#credits  {
	font-family:"Book Antiqua";
	font-size:12px;
	letter-spacing:0px;
}

/* Errors  */
div.error  {
	background-color:#EBF1DA;
	padding:5px;
	width:50%;
}

.error fieldset {
	border:1px solid #0086B3;
	padding:5px;
}

/*  Specials Box  */
.hide-special  {
	text-decoration:none;
	outline:solid;
	outline-color:#000000;
	outline-width:thin;
	background-color:#FF0000;
}

.hide-special:hover  {
	color:black;
}
.hide-special:link  {
	color:#000000;
}
.hide-special:selected  {
	color:white;
}
.hide-special:visted  {
	color:black;
}
#special-table  {
	background-color:#FFCC99;
	bordercolor:#FF9A1F;
	border-style:solid; 
	border-collapse:collapse;
}

div#specials  {
	padding:5px; 
	background-color:#EBF1DA; 
	width:300px; 
	position:absolute; 
	left:500px; 
	top:220px;
	z-index:1000;
}

/*  Tables  */
table  {
	border:thin;
	border-collapse:collapse;
	border-color:#FF9A1F;
	background-color:#EBF1DA;
}

thead  {
	background-color:#FF9A1F;
	text-align:center;
}

td.first {
	padding-left:5px;
}

th  {
	text-align:center;
}

.d0  {
	background-color:#EBF1DA;
}

.d1  {
	background-color:#D7E3B5;
}

/*  Content */
#home  {
	float:left;
	margin-left:10px;
	padding:10px;
}