div#footer_container {
	margin: 0 auto;
	padding: 3px 10px 0px 10px;
	width: 940px;
	color: black;
	/* override the following definitions to remove the white box behind the footer */
	background-color: white;
	border: 1px solid black;
	border-top: none;
	}
	
/* footer list (quicklinks) */
div.foot_list h2 {
	color: #635b5b;
	margin: 10px 3px 0px 3px;
	font: bold 13px/14px verdana, sans-serif;
	}
div.foot_list ul {
	background-image: url(background_stripe.gif);
	background-repeat: repeat-x;
	padding: 7px 4px;
	margin: 2px 0px 3px 0px;
	background-color: #635b5b;
	color: white;
	/*height: 15px;*/
	list-style-type: none;
	}
div.foot_list li {
	display: inline;
	margin: 0px 12px;
	font: bold 10px/15px verdana, sans-serif;
	}
div.foot_list li a {
	color: white;
	}

div#footer {
	border-top: 2px solid #bebdbe;
	margin: 0px;
	padding: 8px 0px 10px 0px;
	font-size: 10px;
	}
div#footer td {
	font-size: 10px;
	}