@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 {
	width: 90%;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
	h1{
	margin:0 0 0.167em;
	color:#000;
	font-size: 1.4em;
	font-weight: bold;
	}
	h2 {
	color:#000000;
	text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	font-weight: bold;
	}
	h3 {
	margin:0 0 0.55em;
	font-size: 1em;
	line-height: 1.167em;
	font-weight: bold;
	}
a.body:link {
	color: #0000FF;
	text-decoration: none;
}
a.body:visited {
	text-decoration: none;
	color: #0000FF;
}
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;
}
ul li, ol li {
     line-height:160%;
}
.table th, .table td { 
     border-top: none !important; 
 }
 
 p {
    white-space: nowrap;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

 .nav .active a {
	background-color: #ffffcc;
}
 
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
} 
 
body{margin-top:50px;}
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; } 

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