#HeaderBox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    min-height: 70px;
    display: block;
    padding: 40px 0 20px;
	background: #fff;
	text-align: center;
}

#FooterBox {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    min-width: 0px;
    min-height: 20px;
    display: block;
    padding-bottom: 0px;
}

.print_btn { display: none; }

#LegalBox {
	text-align: center;
}

body {
    font-family: source-sans-pro;
}

h2, h3, h3.jsn-moduletitle {
    font-size: 22px;
    width: 100%;
    height: auto;
    font-weight: bold;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(34, 34, 34);
    padding-bottom: 10px;
    padding-top: 20px;
}

#item_container {
    float: left;
    height: auto;
    clear: none;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
	font-size: 15px;
	color: rgb(34, 34, 34);
	padding: 0 3% 20px;
	border-bottom: 1px solid #eee;
}

#item_container p, #RIGHT_30 p, #RightBox p {
	margin-bottom: 15px;
}

#item_container h3 {
	font-size: 30px;
	width: 100%;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 40px;
	color: rgb(4, 54, 115);
	padding-bottom: 10px;
	padding-top: 0px;
}

#item_container ul {
	list-style: none;
	padding: 0;
}

#item_container .blue-btn {
	width: 70%;
	line-height: 1em;
	margin: 20px auto;
	padding-right: 10px;
	padding-left: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-webkit-box-shadow: rgb(0, 0, 0) 0px 3px 3px 0px;
	box-shadow: rgb(0, 0, 0) 0px 3px 3px 0px;
	display: block;
	background-color: rgb(4, 54, 115);	
	font-size: 24px;
	color: #fff;
	text-align: center;
}

h4, .jsn-mod-newsflash .contentheading {
    font-size: 16px;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(48, 115, 168);
    padding-bottom: 5px;
}

