

.slidey { margin-bottom: 10px;

margin-right:50px;}
#container-top { 
height: 10px; 
background: url(/images/mn/container-top.gif) no-repeat; 
}
.slidey .title { background-color: #000066;
				 padding-left:5px;
				 text-align:left;} 

/* the only noteworthy thing here is the overflow is hidden, 
it's really a sleight-of-hand kind of thing, we're playing
with the height and that makes it 'slide' */
.slidey .slideblock { overflow: hidden; background-color: #DDD; padding: 4px; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;} 

/**********end slidey code****************/

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg/site_bg.gif);
}

/*this is to keep page from shifting to left on load in safari and firefox -- do not remove*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
/****************************************************/

.style3 {color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.style6 {font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.style7 {color: #7F7FB1}
.style13 {font-family: Arial, Helvetica, sans-serif}
.style14 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #7F7FB1;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}
.slidey .title a{ 
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
} 
.slidey .title:hover { background-color: #7F7FB1;
				 padding-left:5px;
				 text-align:left;} 
.noshow {
display:none;
}