/* CSS Document */
/*/*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}
	
a:link {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0000a4;
        text-decoration: underline;
	}
a:visited { text-decoration: underline; color: #0000a4; }
a:hover { text-decoration: none; color: #0000a4; }
a:active { text-decoration: none; color: #0000a4; }
#graphic {
	margin-top: 0px;
	margin-left: 0px;
	width: 175px;
	height: 125px;
	background-image: url('../images/epscorbg.jpg');
	background-repeat: no-repeat;
	}
#graphic.span { display: none; }
#menu { display: none; }
#sidebar { display: none; }
	
#main {
	margin-top: 55px;
	margin-left: 85px;
	width: 620px;
	}
	
#main img.thumbnail { display: none; }
	
#main img.floatleft { display: none; }

.footer { display: none; }
