@charset "UTF-8";
/* CSS Document */
.vision {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	text-align: center;
	display: block;
	padding-bottom: 5px;
}
.footerbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	background-color: #003366;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
.footerlogo {
	float: right;
	margin-top: 7px;
	margin-right: 7px;
}
.footertext {
	width: 100%;
	max-width: 900px;
}
.titleText{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	padding-right: 15px;
	padding-left: 15px;
	background: rgb(255,255,255); /* The Fallback */
	background-color: rgba(255,255,255,0.85);
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #666666;
	text-align: right;
	float: right;
	margin-right: 20px;
	margin-top: -67px;
}
.topText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 90%;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
	h1{
	margin:0 0 0.167em;
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	}
	h2 {
	color:#000000;
	text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	font-weight: bold;
	}
	h3 {
	margin:0 0 0.55em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.167em;
	}
a.body:link {
	color: #006666;
	text-decoration: none;
}
a.body:visited {
	text-decoration: none;
	color: #006666;
}
a.body:hover {
	text-decoration: none;
	color: #a1d1e8;
	font-weight: bold;
}
a.body:active {
	text-decoration: none;
	color: #006666;
}
a.footer:link {
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #ffffff;
}
a.footer:hover {
	text-decoration: none;
	color: #a1d1e8;
}
a.footer:active {
	text-decoration: none;
	color: #a1d1e8;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.homepage {
	background-color: #66CCFF;
}
img.bottom {
    vertical-align: text-bottom;
}
img.top {
    vertical-align: text-top;
}
img.left {
    float: left;
    margin: 0px 10px 10px 10px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
@-ms-viewport{
  width: device-width;
}

    @media only screen and (max-width:480px) {
        img {
            display:block;
            float:none;
            margin:0 auto 20px !important;
        }
    }
