@charset "utf-8";
/* CSS Document */

#content h3 {
	border-left-width: 8px;
	border-left-color: #F2B376;
	border-left-style: solid;
	color: #0678B3;
	font-size: 16px;
	padding-left: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}
#content #section1 {
	width: 550px;
	margin-left: 86px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#content #section2 {
	width: 550px;
	margin-left: 86px;
}

#content #section1 img {
	margin-left: 35px;
}
#content #section2 img {
	margin-left: 35px;
}

#content #section2 p {
	margin-left: 35px;
    margin-bottom: 10px;
}

#content #section2 .PopBoxImageSmall
{
   border: solid 3px #BFE10E;
   cursor: url("../images/magplus.cur"), pointer;
   margin-bottom: 10px;
}
#content #section2 .PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("../images/magminus.cur"), pointer;
}
