/***
*   VPPL stylesheets
*   Author: Jeff Sand
*
*   no-nav.css - Used when we want to use the homepage-style left bar instead
*                of the left navigation panel
*
**/


#leftcol {
	width: 200px;
	background: white;
	padding: 1px 5px 1px 0;
	margin-top: 0em;
	border-right: 0px solid #CCB18F;
}

#leftcol a {display: inline; color: #0047C2; font-weight: bold; text-decoration: none; background: none; border: none; padding: 0; margin: 0;}
#leftcol a:hover {display: inline; color: #0047C2; font-weight: bold; text-decoration: none; background: none; border: none; padding: 0; margin: 0;}
#leftcol h2 { text-align: center; border: none; color: #806440; }

#leftcol .box { border: 1px solid #999; padding: 3px; margin: 10px 0; background: #fff;}

#contentcontainer {
	z-index: 20;
	border-left: 0px solid #806440;
	margin-top: 10px; margin-bottom: 0px; padding-bottom: 5px;
	background: white;
}

#content {
	margin-left: 205px;
	padding-left: 10px; padding-top: 0;
	border-left: 2px solid #CCB18F;
}

#footer { margin-left: 0px; }

#lowerleft {
	left: -20px; top: -9px;z-index: 10;
	width: 100px; height: 30px;
	background: url('../images/images/bluebar_1.gif') no-repeat;
	background-position: top left;
}
