blockquote{border-color: #777;}

h1
{ background: transparent;
  color: #6EAB03;
  
}

body, #main, #logo, #logo h1, #left_sidebar, #content, #right_sidebar,
#content a:hover
{
	background: #444;

  color: #EEE;
	
}

#menu, #menu li a, .sidebaritem
{ background: #b2d1ef;
  color: #000000;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #1e845b;
  color: #FFFFFF;
  border-color: #B1BCA4;
}

.sbilinks li a, .sidebaritem a
{ background: transparent  no-repeat left center;
  color: #1e845b;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #EEE;
} 

#content a
{ background: transparent;
  color: #b2d1ef;
}

#footer
{ background: #444;
  color: #EEE;
  border-color: #1e845b;
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #EEE;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #444;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{
	background-color: #ffffff;
}
.column_header {
	width: 194px;
	height: 16px;
	background-color: #d3cfbe;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(column_header_shadow.gif);
	font-size: 14px;
	font-weight: bold;
	color: #1e845b;
	text-align: center;
	text-transform: capitalize;
}
.column_header2 {
	width: 380px;
	height: 16px;
	background-color: #d3cfbe;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(column_header_shadow2.gif);
	font-size: 14px;
	font-weight: bold;
	color: #1e845b;
	text-align: center;
	text-transform: capitalize;
}
