@charset "UTF-8";
body { background-color: #FFFFFF; margin:0px;} 

a:link {color: #00475d;text-decoration:none;}
a:visited {text-decoration:none;color:#00475d;}
a:hover {text-decoration:none;color:#00475d;}
a:active {text-decoration:none; color:#00475d;}
.header {margin-top:70px;background-color:#FFFFFF;}
.header img {display:block; width:70%; margin:auto;}

.content { 
background-color:#FFFFFF; 
color:#00475d;
font-size:16px;
text-align:justify; 
padding-top: 30px; 
padding-left: 240px; 
padding-right: 240px;
padding-bottom: 100px; }

hr {width:90%; text-align:center; margin-bottom:20px;}
h2 {font-style:oblique;}

.footer { background-color:#00475d; color:#ffffff; width:100%; height:250px; float:left; text-align:justify;}
.footer0 {text-align:center; margin-bottom:10px; margin-top:20px;}
.footer1 {text-align:center; margin-bottom:10px; margin-top:20px;}
.footer1 a, .footer1 a:link, .footer1 a:visited, .footer1 a:active, .footer1 a:hover {color: #FFFFFF;}
.footer2 {text-align:center; margin-bottom:10px;}
.footer2 a, .footer2 a:link, .footer2 a:visited, .footer2 a:active, .footer2 a:hover {color: #FFFFFF;}
.footer3 {text-align:center; margin-bottom:20px;}
.footer3 a, .footer3 a:link, .footer3 a:visited, .footer3 a:active, .footer3 a:hover {color: #FFFFFF;}
.footer4 {text-align:center; margin-bottom:10px;}
.footer4 a, .footer4 a:link, .footer4 a:visited, .footer4 a:active, .footer4 a:hover {color: #FFFFFF;}

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

.header {margin-top:70px;background-color:#FFFFFF;}
.header img {display:block; width:90%; margin:auto;}
	
.content { 
font-size:16px;
text-align:justify; 
padding:20px;}	
.footer {height:250px;}

	}

@media only screen and (max-width: 767px) {
	
.header {margin-top:70px;background-color:#FFFFFF;}
.header img {display:block; width:100%; margin:auto;}
	
.content { 
font-size:16px;
text-align:justify; 
padding:20px;}
.footer {height:250px;}


	}

@media only screen and (max-width: 479px) {
	
.header {margin-top:70px;background-color:#FFFFFF;}
.header img {display:block; width:100%; margin:auto;}

.content { 
font-size:16px;
text-align:justify; 
padding:20px;}

.footer {height:250px;}

	}