* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    line-height: 1.7em;
    color: #000000;
    font-size: 13px;
    font-family: Arial;
    background: #ffffff;
    height: 100%;
	font-family:Verdana,Helvetica;

}
.page {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}

.header {
    background: #ffffff;
    height: 100px;
    position: relative;
    z-index: 555;
	box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

.content {
    background: #ffffff;
    margin: -100px 0 -75px;
    min-height: 100%;
    height: auto !important;
    height: 100%; 
	text-align: center;
}

.content:before {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
}

.content:after {
    content: "";
    display: block;
    height: 75px;
    width: 100%;
}
.inner-content{
	display: inline-block;
	text-align: center;
}
.inner-content2{
	display: block;
	text-align:left;
}
.greenH2{
	color: green;
}
.main-text{
	position: relative;
	text-align:center;
	top:0px;
	font-size:11px;
	background: #ffffff;
}

.main-text-bold{
	font-weight:600;
}
.org-text-pre{
	color: #7a90a4;
	font-weight:600;
}
.org-text-post{
	color: #000000;
	font-weight: 600;
}

.footer {
    width: 100%;
    height: 75px;
    background: #ffffff;
	text-align:center;
	border-top: solid 1px rgba(0,0,0, 0.10);
	line-height: 1.2;
}

/*Header Logo*/
.logo{
	
}
.logo-link{
	float:left;
}
/*Header Menu*/
.header-list{
	display: inline-block;
	float: left;
	list-style-type: none;
	padding-left:0px;
}
.header-menu-item{
	display: inline-block;
	vertical-align: middle;
	zoom:1;
	padding: 0;
	margin:0;
	height: 100%;
	position: relative;
}
.header-menu-link{
	padding-left: 0;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #777;
	text-decoration: none;
}
.header-menu-link:visited{
	
}
.header-menu-link:hover{
	background-color:#eee;
}
/*Footer Menu*/
.footer-list{
	float: none;
	list-style-type: none;
	margin-left: -20px
}
.footer-menu-item{
	display: lock;
	vertical-align: middle;
	zoom:1;
	padding: 0;
	margin:0;
	height: 100%;
	position: relative;
}
.footer-menu-text{
	padding: .5em 1em;
	color: #777;
	text-decoration: none;
}
.footer-menu-link{
	padding: .5em 1em;
	color: #777;
	text-decoration: none;
}
.footer-menu-link:visited{
	
}
.footer-menu-link:hover{
	background-color:#eee;
}

/*Media section*/
@media (min-width: 48em) {
.page {
    width: 80%;
    min-height: 100%;
    height: 100%;
    margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}

.header {
	padding-top: 10px;
	height: 60px;
}
	/*Header Menu*/
.header-list{
	float: right;
}
.header-menu-link{
	padding-left: 1em;
}
.main-text{
	position: relative;
	text-align:center;
	top:0px;
	font-size:17px;
	line-height: 1.8em;
}
/*Footer Menu*/
.footer-list{
	padding-top: 20px;
}
.footer-menu-item{
	display: inline-block;
}
}

@media (min-width: 78em) {
}