﻿@media only screen and (min-width:1025px){div.desktop{display:block}div.mobile{display:none}}@media only screen and (max-width:1024px){div.desktop{display:none}div.mobile{display:block}}.container{width:100%;margin:0 auto;display:grid;grid-gap:5px;grid-template-columns:auto auto auto;grid-template-rows:100px auto 70px;grid-template-areas:'header header header' 'main main main' 'footer footer footer'}header{grid-area:header;background-color:#ADD8E6;height:80px}footer {grid-area:footer;}@media only screen and (min-width: 1025px){main{margin-top:0;margin-bottom:0;margin-right:10%;margin-left:50px;}}@media only screen and (max-width: 1024px){main{margin-top:0;margin-bottom:0;margin-right:0;margin-left:10px;}}body{font-family: Arial, sans-serif;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;}a {color:blue;}a:link {color:blue;}h1 {color:blue;font-family: Ariel,"Times New Roman",serif;font-size:1.6em;font-weight:bold;}h2 {color: blue;font-family: Ariel,"Times New Roman",serif;font-size:1.4em;font-weight: bold;}p{font-family:Ariel,"Times New Roman",serif;}@media only screen and (min-width: 1025px){p{font-size:1.3em;}}@media only screen and (max-width: 1024px){p{font-size:1.5em;}}table{table-layout:fixed;}table.lblue {width:100%; background-color:#ADD8E6;border-spacing:0px;}td.Foot {height:65px;}div.footBlue{position:fixed;left:0px;bottom:0px;height:60px;width:100%;background:navy;color:white;text-align:center;padding:10px;}div.footBlue a{color:#FFFF80;}img.left{float:left;margin:5px}img.right{float:right;margin:5px}p.ban{text-align:center;padding:0px 0px 0px 20px;border:0px; margin:0px;line-height:300%;background-image: url("WhyLogo.jpg");height:63px; width:595px; background-repeat:no-repeat;}td.H10{width:7%;padding: 2px 10px}td.H60s{width:93%;padding: 10px 10px}@media only screen and (orientation: portrait) and (max-width:720px) {div.video {transform: rotate(90deg);transform-origin: center;}}@media only screen and (min-width: 1025px) {div.content{margin-left:5%;margin-right:20%}}


