body {
	background-color:#63a366; 
	font-family:arial; 
	font-size:10pt; 
	color:#E1D371;
	margin: 5px 0 0 0;
}

p {
	font-family:arial; 
	font-size:10pt; 
	margin: 0 0 15 0;
}

/* CUSTOM */

div.content {
	width: auto;
	margin: 10px 10px 0 10px;
}

div.nav {
	float:left;
	margin: 0 0 10px 0;
	display: none;
}

img.banner {
	display:none;
}

.lightbackground {
	color:#006600; 
	width:770px; 
}

.popup {
	background-color:#DCE4D0; 
	color:#006600; 
	padding:15px; 
	width:550px; 
	border:solid thin #324120;
}

.title {
	margin: 0 0 15 0;
	font-size:14pt; 
}

.lightbackgroundpopup {
	background-color:#63a366; 
	color:#006600; 
	padding:15px; 
	width:500px; 
	border:solid thin #660000; 
	margin-left:10px; 
	margin-top:10px;
}


.footer {
	display: run-in;
	clear: both;
	height: 28px;
	vertical-align: bottom;
	background: url("/images/credit_cards.gif") no-repeat 99% 0%;
}

.copyright, .hosting {
	font-size: 8pt;
	color:#000;
	margin:5px 0;
}

.footer p {
	font-size: 9pt;
	color:#000;
	margin:5px 0 0 0;
}

.copyright {
	float:left;
}

.hosting {
	float:right;
	display: none;
}

h2.release {
	color:#930;
}

/* HOME */

#BCG {
	float:left;
}

#journal{
	float: left; 
	width: 175px; 
	height: auto;
	clear: left;
}

#gardening_book {
	float:right; 
	width: 195; 
	height: auto;
}

/* LINKS */

a {
	color:#006600; 
	text-decoration:none;
}

a:HOVER {
	color:#006600; 
	text-decoration:underline;
}

a.text {
	color:#008000; 
	text-decoration:underline;
}

/* NAV */

h3.headerbar {
	margin: 0 0 5px 0;
	padding: 0;
}

.arrowlistmenu{
width: 200px; /*215px; width of menu*/
margin: 0 10px 0 0;
/*background-color:#D4DCC8;*/
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: #930;
/*background: #CCA78F url(/images/titlebar.png) repeat-x center left*/;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar a{
	color: #930; 
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #524E4E;
/*color: #806859;
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/ 
display: block;
padding: 2px 0px 2px 5px;
text-decoration: none;
/*border-bottom: 1px solid #D5D5D5;  original #dadada */
font: bold 11px Arial;
}

.arrowlistmenu ul li a:visited{
color: #524E4E;
}

.arrowlistmenu ul li a:hover, .arrowlistmenu .headerbar:hover{ /*hover state CSS*/
color: #524E4E;
/*text-decoration: none;
background-color: #F3F3F3;*/
}
