<style type="text/css">
* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures:no-common-ligatures;
	font-variant-ligatures:no-common-ligatures;
}
body {
	font: 13px 'Open Sans', sans-serif;
	line-height: 1.3;
	background: #fff;
}

a:hover,
body   {
	color: #818181 ;
}
h1,
h2,
a  {
	color: #5ec5ed;
}
.main {
	margin: 25px auto;
	width: 740px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #818181;
}
.head {
    margin: 0px 0px 20px 0px;
}
.content {
	padding: 28px 48px;
}
.contact {
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 30px;    
}
.footer_left {
    float: left;
	width: 60%;
}
.footer_right{
    float: right;
	width: 36%;
	padding-top: 20px;
}

p {
    text-align: justify;
    padding-bottom: 25px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
    padding-bottom: 5px;	
}
h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 5px;
}
h3 {
	font-size: 15px;
	padding: 0px 0px 10px 0px;
}
div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
ul  {
    padding-left: 14px;
    padding-bottom: 25px;
}
@media only screen and (max-width:740px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 2em auto;
        width: 90%;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .content {
    	padding: 5%;
     }
    .footer_left,
	.footer_right {
         width: 100%;
		float: none;
    }
	.footer_left {
    padding-bottom: 30px;
    }
    .nonmobile  {
        display: none;
    }
}
</style>
.refnr {}

.apply {}
