/* MARION/ART STYLESHEET */
<!--
SPAN     {font-size:9pt;font-family:Arial,Helvetica,Sanserif;color:gray;text-decoration:none;line-height:140%}

#pageContainer {
	position:absolute;
	left:250px;
	top: 70px;
	width:960px;
	height:600px;
	z-index:1;
	border-style:solid;
	border-width:1px;
}
#marionLogo {
	position:absolute;
	left:80px;
	top:36px;
	width:208px;
	height:74px;
	z-index:2;
}
#navContainer {
	position:absolute;
	left:320px;
	top:82px;
	width:600px;
	height:26px;
	z-index:2;
}
.makeRow {
float:left;
}
 
#infoBox {
	position:absolute;
	left:200px;
	top:160px;
	width:525px;
	height:330px;
	z-index:12;
	
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 13px;
	text-align:right;
  
}
a:icon:hover{color:#EE3124;}
a.icon:visited img{border:2px solid white; }
a.icon:active  img{border:2px solid white;}
a.icon:link    img{border:2px solid white; }
a.icon:hover   img{border:2px solid #EE3124;}

a:link {
	text-decoration: none;
	color: #EE3124;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.style1 {font-size: 13px}
-->