#mainwrapper {
	background-color:#FFF;
}

#footerwrapper {
   background-color:#175ca4;
  	padding: 10px 15px 20px 15px;
}

.row{
	margin-top:15px;
	margin-bottom:15px
	}
	
a{
  text-decoration: underline;
 	color:  #175ca4;
}

a.nav-link{
    text-decoration:none;
    font-size:medium;
    font-weight: bold;
    padding-left:10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	  	color:  #175ca4;
    font-weight: 700;
    letter-spacing: 1px;
}

.h5 a{
    text-decoration:none;
}

		
.redtext{
			font-family:inherit;
   font-size: inherit; 
			font-weight: bold;
   color:#F00; 
		}
		
.whitetext{
			font-family:inherit;
   font-size: inherit; 
			color: #FFF;
		}
						
.whitetext a{
  text-decoration: none;
		}
						
.whitetext:hover{
   color:#CCC; 
		}

.whitetextsmall{
			font-family:inherit;
   font-size: 85%; 
			color: #FFF;
		}
						
.whitetextsmall a{
  text-decoration: underline;
		}
						
.whitetextsmall:hover{
   color:#CCC; 
		}

.blacktext{
			font-family:inherit;
   font-size: inherit; 
			color: #0000;
		}
						
 ul li{
padding: 5px 0 5px 0;
	}
												
.lineseperator {
	border-top:1px solid #175ca4;
	padding:10px 0 0 0;
	height:1px;
	width:100%;
}

.headerseperator {
	border-top:3px solid #175ca4;
	padding:0 0 20px 0;
	height:1px;
	width:100%;
}

.alignright {
    float: right;
    margin: 10px 10px 10px 10px;
}
  
.alignleft {
    float: left;
    margin: 10px 10px 10px 10px;
}
  
.letterright {
    float: right;
    margin: 10px 0px 10px 0px;
}
  
.letterleft {
    float: left;
    margin: 10px 0px 10px 0px;
}
  
.marginleft10{
   margin-left: 10px;
}

.pusher20{
   margin-top: 20px;
}

.pusher40{
   margin-top: 40px;
}

.pusher100{
   margin-top: 100px;
}
