.leftSection {
	background-color: #80bee0;
	width:198px;
	min-height:300px;
	display:inline-block;
	margin:0px 0px 0px -20px;
    /* padding:20px 0px 0px 30px;*/
	padding:20px 0px 0px 0px;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
}

.rightSection {
	width:758px;
	min-height:300px;
	display:inline-block;
	margin: 20px 0px 0px 20px;
	font-size: 14.5px;
	line-height: 19px;
}
  
.rightSection ul, .rightSection ol {
	padding-left: 40px;
}
  

.rightSection img {
	width:100%;
	moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px black;
	box-shadow: 0px 0px 0px black;
	// For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#000000')";
	// For IE 5.5 - 7
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#000000');
}

.rightSection .block {
	margin: 0px auto;
	padding: 0px;
	width:600px;
}

.rightSection .block .caption {
	text-align: center;
	line-height: 1.2087027em;
	font-size: 1.0em;
	font-weight:600;
}

.rightSection .highlighthover {
}

.rightSection .highlighthover:hover {
	/*text-shadow: 0px 0px 4px white;*/
	padding:3px;
	box-shadow: 4px 4px 11px #000;
	transform: translate(-5px, -5px) scale(1.0, 1.0);
	transition-duration: .25s;
}




.rightSection .floatleft {
	float: left;
	margin-left: -2.0588235em;
	margin-right: 1.176471em;
	margin-bottom: .88235em;
	border: none;
}

.rightSection .floatright {
	float: right;
	margin-left: 1.176471em;
	margin-right: -2.0588235em;
	margin-bottom: .88235em;
	border: none;
}

.rightSection .floatcenter {
	margin: 0px auto .88235em;
	border: none;
}

.rightSection .floatleft div, .rightSection .floatright div, .rightSection .floatcenter div {
	margin: .4029009em .2417405em 0px 3.22321em;
	padding: 0px;
	text-align: left;
	line-height: 1.2087027em;
	font-size: 0.73em;
	font-weight:600;
	font-family:Nunito, Georgia, "Times New Roman", Times, serif;
}

.rightSection .floatleft .normal, .rightSection .floatright .normal, .rightSection .floatcenter .normal {
	margin: .4524887em .2714932em 0px .2714932em;
	padding: 0px;
	text-align: center;
	line-height: 1.3574661em;
	font-size: 0.65em;
	font-weight:700;
	font-family:Nunito, Georgia, "Times New Roman", Times, serif;
}

.rightSection .floatright div {
	margin: .4524887em 3.61991em 0px .2714932em;
}

.fancy_HR {
    overflow: visible; /* For IE */
    margin: 40px 0px 50px;
    padding: 0;
    border: none;
    /*border-top: medium double #333;*/
    height: 1px;
    color: #333;
    text-align: center;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.fancy_HR:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.push-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    margin: 0px 5px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(73,132,180)),color-stop(1, rgb(97,155,203)));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.push-button:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
    background-image: -o-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(79,142,191)),color-stop(1, rgb(102,166,214)));
}

.push-button:active {
    background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(88,154,204)),color-stop(1, rgb(90,150,199)));
}

.collapse-content {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.pub-link {
    background: transparent url(../images/small-pdf.jpg) no-repeat 0 1px;
    padding: 1px 0 2px 18px;




