@charset "utf-8";


/*  The total width/height of the footer below is 550px:
width:500px;
padding:15px;
border:0px
margin:10px;

500 (width/height)
+ 30 (left and right padding)
+ 0 (left and right border)
+ 20 (left and right margin)
= 750 
*/


/* footer */
.footerNav {
    
	width:500px;
	height:250px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:transparent;
	color:#666666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* .footer1 link formatting */
.footerNav a:link { text-decoration:none; color:#666666; }
.footerNav a:visited { text-decoration:none; color:#666666; }
.footerNav a:active { text-decoration:none; color:#666666; }
.footerNav a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; }


