@font-face {
    font-family: 'texgyreadventorregular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-regular-webfont.woff') format('woff'),
         url('texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	font-family: 'texgyreadventorregular';
	background-color: #fff;
}
body {

}
a {
	color:#25618E;
}
.container {
	background-color:#fff;
	-webkit-box-shadow: 0px -3px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px -3px 5px 1px rgba(0,0,0,0.75);
}
.pageheader {
	margin-top: 25px;
}
.shortnav a {
	color:#444;
	text-decoration:none;
}
.shortnav a:hover {
	color:#000;
	text-decoration:underline;
}
.topline {
	height:3px;
	background-color:#25618E;
	padding-left:15px;
	padding-right:15px;
	position: relative;
	top: -5px;
}
.subline {
	position: relative;
	top: -10px;
}
.navbar-default, .navbar {
    background-color: #25618E !important;
}
.navbar  li {
	border-right:1px solid #000080 !important;
}
.navbar  li:hover {
	background-color:#2D79B1;
}
.navbar li a {
	font-weight: 700;
	color: #fff !important;
	letter-spacing: 1px;
}
.navbar li a:hover {
	text-decoration:underline;
}
.navbar li:first-child {
	margin-left: -30px;
}
.navbar li:last-child {
	border-right:0px solid #000080 !important;
}
.active {
text-shadow: 0px 0px 1px #FFF;
background-color: #00096B !important;
text-decoration: underline;
}
.resred {
	color:#f00 !important;
}
.hheadline {
	margin-top: 0px;
	border-bottom: 3px solid #25618E;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.has-error {
	border: 1px solid #800000;
}
.errorDiv {
	border: 1px solid rgb(128, 0, 0);
	border-radius: 4px;
	color: rgb(128, 0, 0);
}
.errorDiv p {
	margin-left: 10px;
}
.errDivD {
	border: 1px solid #800000;
	margin-top: 15px;
	padding: 10px;
	font-weight: 700;
	color: #800000;
}
.footer {
	color:#fff;
	background: #a2a588;
	background: -moz-linear-gradient(top, #aaa 0%, #25618E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#25618E));
	background: -webkit-linear-gradient(top, #aaa 0%,#25618E 100%);
	background: -o-linear-gradient(top, #aaa 0%,#25618E 100%);
	background: -ms-linear-gradient(top, #aaa 0%,#25618E 100%);
	background: linear-gradient(to bottom, #aaa 0%,#25618E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#25618E',GradientType=0 );
	font-size: 0.9em;
	padding-top: 15px;
	padding-bottom: 15px;
}