@charset "utf-8";
/* CSS Document */

.headerStripe{
	background-color:#FFFFFF;
	width:100%;
	height:110px;
	top:0;
	right:0px;
}

hr {
	color:#06F;	
}

h2 {
	color:#036;
	font-size:20px;
	border-color: #060;
	line-height: 1.25;
}

h6 {
	color:#FDE400;
	font-size:20px;
}

h3 {
	color:#06F;
	font-size:15px;
	line-height: 1.25;
}

h4 {
	color:#036;
	font-size:14px;
	border-color: #036;
	line-height:1.5;
}

h5 {
	color:#060;
	font-size:15px;
	line-height: 1.25;
}

.textBack{
	background-image:url(images/textBack.fw.png);
	background-size:cover;
}

.stripes{
	background-image:url(images/birschBlueStripesW.fw.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	height: 150px;
}

.blueBar{
	background-image:url(favicon.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:105px;
	width:100%;
}

.blueBar2{
	background-image:url(favicon.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:15px;
	width:100%;
}

.footerBlue{
	background-image:url(images/footBack.fw.png);
	background-repeat:repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
}

.logoBlue{
	background-image:url(images/birschLogoBlue.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height:131px;
	width:446px;
}

.logoNavy{
	background-image:url(images/birschLogoCamo.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height:131px;
	width:446px;
}

.logoCiv{
	background-image:url(images/birschLogoRWB.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height:131px;
	width:446px;
}

body{
	background-color:#7DA5C2;
	background-attachment:fixed;
	background-size:cover;
	margin: 0 0 0 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size: 15px;
	color: #000;
}

a:link{
	text-decoration: none;
	font-size:16px;
	color:#3486B1;
}

a:visited{
	text-decoration: none;
	font-size:16px;
	color:#3486B1;
}

a:hover{
	text-decoration: none;
	font-size:16px;
	color:#F60;
}

a:active{
	text-decoration: none;
	font-size:16px;
	color:#3486B1;
}

.white:link{
	text-decoration: none;
	font-size:16px;
	color:#FFF;
}

.white:visited{
	text-decoration: none;
	font-size:16px;
	color:#FFF;
}

.white:hover{
	text-decoration: none;
	font-size:16px;
	color:#F60;
}

.white:active{
	text-decoration: none;
	font-size:16px;
	color:#FFF;
}