body{
			background-color:#003D79; 
}

@media (min-width:1200px){.container{width:1100px}}

#mainwrapper {
	background-color:#FFF;
}

#footerwrapper {
	  background-color: #FFF;
  	padding: 10px 20px 10px 20px;
}

.row{
	margin-top:15px;
	margin-bottom:15px
	}
	
.navbar-inverse{
		background-color:#003D79;
		border-color:#003D79;
		margin-left:-10px;
		margin-right:-10px;
		}

.nav>li>a{
  padding: 10px 15px;
  text-decoration: none;
    font-weight: 700;
}

a{
  text-decoration: underline;
		color: #403a47;
}

a:active 
   { 
   color: #403a47;          
   } 
a:hover 
   {
   color:#007FFF;
   }
			
h1,
h2,
h3,
h4,
h5,
h6 {
	  	color:  #CC0033;
    font-weight: 500;
}

.bluetext{
			font-family:inherit;
   font-size:14px;
			color: #003D79;
		}
		
.bluetext a{
  text-decoration: underline;
		}
		
.bluetextbold{
			font-family:inherit;
   font-size:14px;
			color: #003D79;
			font-weight: bold;
		}
		
.whitetext{
			font-family:inherit;
   font-size: inherit; 
			color: #FFF;
		}
		
.whitetext a:hover 
 {
		color:#003D79;
  text-decoration: underline;
		}
						
		
.redtext{
			font-family:inherit;
   font-size: inherit; 
			font-weight: bold; 
			color: #CC0033;
		}
		
.bluetextsmall{
			font-family:inherit;
   font-size: 85%; 
			font-weight: bold; 
			color: #003D79;
		}
						
.whitetextsmall{
			font-family:inherit;
   font-size: 85%; 
			color: #FFF;
		}
						
.whitetextsmall a{
  text-decoration: underline;
		}
						
.whitetextsmall a:hover 
 {
		color:#003D79;
  text-decoration: underline;
		}
						
.blacktext{
			font-family:inherit;
   font-size: inherit; 
			color: #0000;
		}
						
 ul li{
padding: 5px 0 5px 0;
	}
						
.lineseperator {
	border-top:1px solid #003D79;
	padding:10px 0 0 0;
	height:1px;
	width:100%;
}

.btn-lg, .btn-group-lg>.btn {
  font-size: 18px;
  text-decoration: none;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
}
.pusher20{
   margin-top: 20px;
}

.pusher40{
   margin-top: 40px;
}
.pusher100{
   margin-top: 100px;
}
