/* CSS Document */

body {
	margin: 0px;
	margin-top:20px;
	background-image: url(/_images/pallini-bg.jpg);
	background-repeat:repeat-x;
	background-color:#467607;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width:800px; 
	height:400px;
	}

#navbar {
	display: block;
	width: 195px;
	height: 570px;
	border: 1px solid #FFFFFF;
	border-left: 0px;
	background-color: #023b17; 
/*	background-image:url(_images/logo.png); */
	background-repeat: no-repeat;
	margin: 0px 10px 10px 0px; /* was 20 top */
	float:left;
	z-index: 9999;
	overflow: hidden;
	}

/*	
html>body #navbar {
	margin-top:0px;	
	}
*/

#bodycontent {
	clear: right; 
	margin: 0px 20px 20px 20px; /* was 20 top */
	padding-left:0px;
	}

#homelink {
	display:block; 
	height:77px;
	margin-bottom:2px;
	}

/* was screwing up IE7, seems unnecessary
html>body #bodycontent {
	clear: right; 
	min-height: 570px; 
	margin-top: 20px; 
	margin: 20px; 
	padding-left: 190px;
	}
*/

.headerimage {
	border: 1px solid #FFFFFF;
}	

a.nav, a.nav:visited {
	text-align: right;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: 185px;
	height: 18px;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	}

html>body a.nav, a.nav:visited {
	text-align: right;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: 185px;
	height: 18px;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	}

a.nav:hover {
	border-bottom: 1px solid #FFFFFF;
	background-color:#000000;
	height: 17px;
	background-image:url(_images/nav-over-background.gif);
	background-repeat:repeat-y;
	background-position: left;
	}

a.bodylink, a.bodylink:visited, a.bodylink:active {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF
	}

a.bodylink:hover {
	text-decoration:underline;
	}

.title1 {
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
	}
	
.quote {
	font-size: 11px;
	font-style: italic;
	line-height:22px;
/*	background-image: url(_images/quote.gif); */
	background-position:left top;
	background-repeat:no-repeat;
	padding: 25px 0 0 0;
	text-align:right;
	color: #CCCCCC;
	}
.quotebold {
	font-size: 11px;
	font-weight:bold;
	color: #CCCCCC;	
}	
.quoteauthor {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	}
	
#newquote {
	position:absolute;
	top:259px;
	left:574px;
	width:200px;
	}

/* appears unused
.rightcolumn {
	background-image: url(_images/cb-logo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	display: block;
	min-height: 570px;
	width: 200px;
}	
*/

.bodytable {
	min-height: 470px;
}
	
.gradbutton {
	background: #000000;
	background-image: url(_images/button-background.gif);
	border: 1px #FFFFFF solid; 
	color: #FFFFFF;
}

.gradbutton:hover {
	cursor: crosshairs;
}

#cblogo {
	margin:0px -6px -2px 0px;
	padding: 0px 0px 0px 0px;
}