#foo {

}

/* ----- HomePage ----- */
#greenCont {
width:810px;
min-height:600px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:600px; /* for IE5.x and IE6 */
background-color:#ffffff;
float:left;
padding-top:20px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
/*border: 1px solid #333333;*/
}


ul.rollOverG 
{
     
     list-style: disc;
		
		margin: 0 auto;
		padding: 0;
		padding-top:0px;
		padding-left:30px;
		border: none;
		
     
}

ul.rollOverG li{
    text-align:  left;
  
  padding-left: 0px;

	
	margin-top: 0px;
	height:auto;
	margin-bottom: 4px;

    /* list-style: none; */
     font-family:Arial;
     color:#666666;
     font-size:13px;
   /*  background: url(images/green-bullets.jpg) 5px 2px no-repeat; */
}
    ul.rollOverG a{
        display: block;
        text-decoration: none;
        background: url(images/green-bullets.jpg) 5px 5px no-repeat;
         padding: 3px 10px 3px 0px;
        margin: 5px;
    }
    ul.rollOverG a:hover{
        background-image: url(images/green-bullets.jpg);
        text-decoration: none;
    }



