* {
margin: 0;
padding: 0;	
}

html, body {
height: 100%;
text-align: center;
}

.page-wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -28px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
justify-content:space-between;
/* background: fuchsia; */
}

footer, .push {
height: 28px;
}

/* links */
a:link {
color: black;
text-decoration: none;	
font-family: "Gill Sans", sans-serif;
}

a:visited {
color: black;
text-decoration: none;	
}

a:hover {
color: #737E7C;
text-decoration: none;	
}

.header-inner:hover {
border-bottom: 1px solid #737E7C;
}
/* end links */

.blue {
background-color: #EDF6F6;	
}

.white {
background-color: white;	
}

body {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
line-height: 19px;
letter-spacing: 0.028em;
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
-moz-text-size-adjust:none;
text-size-adjust:none;
overflow-x: hidden;
}

.header-outer {	
position: fixed;
top: 0;
width: 100%;
box-sizing: border-box;
padding: 0 16px 0 16px;
z-index: 1001;
}

.header-inner {
display: block;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.035em;	
height: 27px;
padding-top: 9px;
padding-bottom: 9px;
border-bottom: 1px solid black;	
}

.header-left {
text-align: left;	
float: left;	
}

.header-right {
text-align: right;	
float: right;	
}

.main {
text-align: left;
box-sizing: border-box;
padding: 78px 8px 0px 8px;
/* background: deepskyblue; */
}

.footer {
/* background: lightgreen; */
width: 100%;
box-sizing: border-box;
padding: 0 16px 0 16px;
text-align: left;
}

@media screen and (min-width: 1025px) { 

.main {
padding-left: 116px;
padding-right: 116px;
}	

.header-outer, .footer {
padding-left: 124px;
padding-right: 124px;
}	

}

@media screen and (min-width: 768px) and (max-width: 1024px) { 

.main {
padding-left: 54px;
padding-right: 54px;
}	

.header-outer, .footer {
padding-left: 62px;
padding-right: 62px;
}	

}

