
@media only screen and (min-width : 1025px)

{

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}


#container	{
		position:relative;
		width:100%;
		margin:0;
		
}

body {
	
	font-family:verdana,Arial,sans-serif;
        color:#ffffff;
	padding:0;
	margin:0;
}

p	{
	line-height:180%;
	font-size:1.2em;
	text-align:left;
}      

header {
	min-height:100px;
	width:100%;
	background-color:#EFE6E4;
	padding:0% 10% 0% 10%;
}

#logo	{
		position:absolute;
		top:10px;
		left:10px;
		width:450px;
		height:auto;
		text-decoration:none;
		color:#ffffff;
}

.topnav {
  overflow: hidden;
  background-color:#0000ff;
	position:absolute;
	top:25px;
    	right:10px;	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#ddd;
  color:#000000;
}

.active {
  background-color: #0000ff;
  color: white;
}

.topnav .icon {
  display:none;
}




#article       {
	min-height:500px;
	width:100%;
	background-color:#ffffff;
	padding:5% 10% 0% 10%;
	color:#000000;
	text-align:center;
	box-sizing:border-box;	
}

#article h1,h2,h3,h4{
	font-size:30px;
	color:#0000ff;
	margin-bottom:30px;
	
}

#article	ul,ol{
	list-style:none;
	text-align:left;
	

}

#article	img{
	width:60%;
	height:auto;
}

#article	p{
	margin-bottom:50px;
}
	
article	a {
color: #0000ff;

}

article	a:link {
color: #0000ff;

}

article	a:visited {
color: #ff0000;

}

article	a:hover {
color: #ff0000;

}

figure	{
	color:#000000;
	font-weight:bold;
	font-style:italic;
	
}
figcaption	{
	font-size:25px;
}

#article figure	img{
	width:60%;
	height:auto;
}

form	{
	color:#0000ff;
}
form	legend{
	color:#0000ff;
}

footer		{
	height:640px;
	width:100%;
	background-color:#0000ff;
	clear:both;
	padding:30px 90px 0px 90px;
	font-family:verdana;
	font-size:20px;
	color:#ffffff;
	box-sizing: border-box;
	margin-bottom:10px;
}

footer	h4{
	color:#ffffff;
	font-size:2.5em;
	text-align:center;
}

footer	a{
	text-decoration:none;
}

.footercolumn 	{
	width:25%;
	float:left;
	margin-bottom:50px;

}


.footercolumn a	{
	color:darkgrey;
	
}


footer	h6{
	clear:both;
	
	text-align:center;
	font-size:16px;	
	

}

address	{
	text-align:center;
	
}

table.GeneratedTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  padding: 10px;
}

table.GeneratedTable thead {
  background-color: #ff0000;
}



}





@media only screen and (min-width : 768px) and (max-width : 1024px)

{

#container	{
		position:relative;
		width:100%;
		margin:0 auto;
		
}

body {
	
	font-family:verdana,Arial,sans-serif;
        color:#ffffff;
	padding:0;
	margin:0;
}
        

header {
	height:180px;
	width:100%;
	background-color:#EFE6E4;
	
}

#logo	{
		position:absolute;
		top:20px;
		left:20px;
		font-size:38px;
		text-decoration:none;
		color:#ffffff;
		
}


.topnav {
  overflow: hidden;
  background-color:#ED1C25;
	position:absolute;
	top:120px;
    	left:20px;	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#ddd;
  color:#000000;
}

.active {
  background-color: #0000ff;
  color: white;
}

.topnav .icon {
  display:none;
}

	

#article       {
	min-height:500px;
	width:100%;
	background-color:#ffffff;
	padding:20px;
	color:#000000;
	text-align:center;
	box-sizing:border-box;	
}

#article h1,h2,h3,h4{
	font-size:23px;
	color:#0000ff;
	margin-top:50px;
}

#article	ul,ol{
	list-style:none;
	text-align:left;
	

}

#article	img{
	width:80%;
	height:auto;
}
#article	p{
	margin-bottom:50px;
	line-height:1.5em;
}
	
article	a {
color: #0000ff;

}

article	a:link {
color: #0000ff;

}

article	a:visited {
color: #ff0000;

}

article	a:hover {
color: #ff0000;

}

figure	{
	color:#000000;
	font-weight:bold;
	font-style:italic;
	
	
}

#article figure	img{
	width:70%;
	height:400px;
}

form	{
	color:#0000ff;
}
form	legend{
	color:#0000ff;
}

footer 	{
	clear:both;
	width:100%;
        min-height:470px;
	background-color:#000000;
        padding:25px;
	text-color:#cococo;
	box-sizing:border-box;
}

footer	h4{
	color:#ffffff;
	font-size:2em;
	text-align:center;
}

footer	a{
	text-decoration:none;
}

#footer a{
	color:darkgrey;
}         


.footercolumn  {
	width:50%;
	float:left;
	margin-bottom:50px;
}


.footercolumn a{color:#ffffff;
		text-decoration:none;
}

footer	h6{
	clear:both;
	
	text-align:center;
	font-size:16px;	
	

}

address	{
	text-align:center;
	
}

table.GeneratedTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  padding: 10px;
}

table.GeneratedTable thead {
  background-color: #ff0000;
}	

}
	







@media only screen and (max-device-width: 767px) {



#container	{
		position:relative;
		width:100%;
		margin:auto;
		
}



body {
	
	font-family:verdana,Arial,sans-serif;
        color:#ffffff;
	padding:0;
	margin:0;
}
        

header {
	width:100%;
	height:130px;
	background-color:#EFE6E4;
	
}

#logo	{
		position:absolute;
		top:10px;
		left:0px;
		font-size:38px;
		text-decoration:none;
		color:#ffffff;
		width:100%;
		height:50px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
	position:absolute;
	top:70px;
    	right:5px;	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #0000ff;
  color: white;
}

.topnav .icon {
  display:none;
}



.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


 .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


#article       {
	min-height:500px;
	width:100%;
	background-color:#ffffff;
	padding:10px;
	color:#000000;
	text-align:center;
	box-sizing: border-box;	
}

#article	p{
	font-size:17px;
	margin-bottom:50px;
	line-height:1.5em;
	
}

#article h1,h2,h3,h4{
	font-size:20px;
	color:#0000ff;
	margin-top:20px;
	
}

#article	ul,ol{
	list-style: none;	
	margin-left:-40px;
	line-height:200%;
	

}

#article	img{
	width:95%;
	height:auto;
	
}


iframe	{
	width:300px;
	height:250px;
}
	
article	a {
color: #0000ff;

}

article	a:link {
color: #0000ff;

}

article	a:visited {
color: #ff0000;

}

article	a:hover {
color: #ff0000;

}

figure	{
	color:#000000;
	margin-left:20px;
	
}

#article figure	img{
	width:100%;
	height:200px;
}

footer 	{
	clear:both;
	width:100%;
        min-height:470px;
	background-color:#000000;
        padding:10px;
	text-color:#cococo;
	font-size:20px;
	box-sizing: border-box;
}
footer	h4{
	color:#ffffff;
	font-size:2em;
	text-align:center;
}

footer	a{
	text-decoration:none;
}

#footer a{
	color:darkgrey;
}         
#footer a{
	color:#ffffff;
}         


.footercolumn  {
	width:100%;
	float:none;
	margin-bottom:30px;
}


.footercolumn a{color:#ffffff;
		text-decoration:none;
}



.copyright  {
	     color:#ffffff;
	     font-size:0.8em;
	     display:none;

}	

table.GeneratedTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  padding: 10px;
}

table.GeneratedTable thead {
  background-color: #ff0000;
}
	}


