/*css styles to be displayed when looking at the document on the screen*/
@media screen {


	div#contact ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	div#contact ul li {
		display:inline;
		padding-left:15px;
	}
	div#footer_links {
		width: 100%;
		color: #FFFFFF;
	}
	div#footer_links ul {
		margin: 0;
		padding: 0;
		list-style: none;
		margin: 10px auto;
	}
	div#footer_links ul li {
		float: left;
	}
	div#footer_links ul li ul li {
		display: none;
	}
	div#footer_links a,
	div#footer_links a:link,
	div#footer_links a:visited {
		color: #FFFFFF;
	}
	div#credit,
	div#credit a,
	div#credit a:link,
	div#credit a:visited {
		color: #FFFFFF;
		font-weight: normal;
	}
	td#footer_left {
		width: 179px;
		background-image: url(/elements/edc/footer_left_background.gif);
	}
}

/*css styles to be displayed when printing the document*/
@media print {

}
