

.msadfooterlogo {
	left: 10%;
	top: -145px;
	position: relative;
	width: 75px;
	height: 76px;
}

.msafooterlogo {
	left: 85%;
	top: -60px;
	position: relative;
	width: 75px;
	height: 76px;
}


#sidenavigation h1 a, #sidenavigation h1 a:link {
text-decoration: none;
color: #000;
}

#sidenavigation h1 a:hover {
border-bottom: 1px solid #800000;
}

/* ---------- ROUNDED BOXES --------------*/

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/images/roundedbox/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/images/roundedbox/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/roundedbox/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(/images/roundedbox/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.boxhead h2 a {
   color: #FFFFFF;
} 

.boxhead h2 a:visited {
   color: #FFFFFF;

}

.boxhead h2 a:hover {
  background: #ffd700;
  color: #800000;

}
