@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;

}

		H1 {font: small-caps bold 14pt Arial, Helvetica, sans-serif;
          color:#006699;}
          
      H2 {font: small-caps bold 12pt Arial, Helvetica, sans-serif;
          color:#006699;}
          
	   H3 {font: bold 10pt Arial, Helvetica, sans-serif;
          color:#006699;}
		
		a  {text-decoration: underline;
          color:#006699; 
          font-weight: bold;
          }
       
    	a:visited
    		{color: #006699;}
		a:hover      
			{color: #CC0000; 
			font-weight: bold;
			}
			
		img { border-style: none; }
		  
		  
table {
	background-repeat: no-repeat;
}
     th  {text-decoration: underline;
          font: normal 12px Optima,Arial,sans-serif;
          color:#bca0c9;
          font-weight: bold;}  

/*   MENU  */

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	


#avmenu li a:hover {
background: #eaeaea;
color: #d58435;
border-left: 4px solid #d58435;
}


/*  = = = = = = = = = = = = Basic 2 column Layout = = = = = = = = = */

  #content {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	top: 0;padding: 0 0 0 0; width: 900px; background-color: #fff;
	} 

#header {
background: #fff url("http://www.albertsonscp.com/llc/images/header.jpg") no-repeat top left;
height: 92px; 
position: relative;
} 

#sidenav{
	float:left;
	width:175px;
	padding:10px;
	background:#fff;
} 

#main {
	float:left;
	width:640px;
	padding:10px;
	background:#fff;
	text-align:left;
} 
#footer { 
clear:both; 
height: 100px;
background: #fff url("images/footer_2009.jpg") no-repeat;
} 
#footer p { 
margin:0; 
} 
