/* CSS Document */


BODY {
	
	font: Normal  Arial, Helvetica, san-serif;
	font-size: 1em;
	
}

#banner {
	background:url(http://ucanr.org/delivers/imgs/impactheader.jpg) no-repeat center blue;
	width:660px; 
	height:114px;
}

.htmlbanner {
	
}

.printbanner {
	display:none;
}

.textalign {

text-align: left;
margin: 10px;
}

.rightalign {

text-align: right;
margin: 10px;
}

.smalltext {
font-size: x-small;
}


.indent{
	margin-left: 20px;
	
	}
	
.indent2{
	margin-left: 30px;
	
	}
	
.image{
	border-style:solid;
	border-color: #FFFFFF;
	border-width:5px;
	
	
	
      }
	
.line {
Border-bottom-width: medium;
border-bottom-color: #FFCC66;
border-bottom: solid;
}



a.nav, a.nav:link, a.nav:active, a.nav:visited {
	color: #000000;
	text-decoration: none;
	border: 0;
	border-bottom: 0;	
}

a.nav:hover {
	color: #666666;
	text-decoration: underline;
	
}
a.subnav, a.subnav:link, a.subnav:active, a.subnav:visited {
	color: #000000;
	text-decoration: none;
	border: 0;
	font-size: x-small;
	
}

a.subnav:hover {
	color: #666666;
	text-decoration: none;
	
}


.menulist ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
        }



.leftcolumn {
	float: left;
	width: 290px;
	line-height: 20px;	
	margin: 10px;
	text-align: left;
    }
	
.rightcolumn {
    
    float: right;
    width: 290px;
	line-height: 20px;
	margin: 10px;
	text-align: left;
    }
	
	
	
.catname {
	font-weight: bold;
	color: #003399;
	font-size: medium;
	
	}
	
.catnum {
	font-weight: bold;
	
	color: #C68B2C;
	font-size: medium;
	}
