    /* Makeshift CSS Reset */  
    {  
        margin: 0;  
        padding: 0;  
    }  
      
    /* Tell the browser to render HTML 5 elements as block */  
    header, footer, aside, nav, article {  
        display: block;  
    }  

      
    body {  
        margin: 0 auto;  
        width: 1024px;  
        font: 16px/22px Calibri, Verdana, Helvetica, Arial, sans-serif;  
	font-size-adjust: 0.46;
        background: #77933C;  
    }  
      
    h2 {  
        font-size: 28px;  
	line-height: 32px;
        padding: 0;  
	color: #ffC000;
    }  
      
    h3 {  
        font-size: 18px;  
        line-height: 22px;  
        padding: 11px 0; 
	color: #ffC000; 
    }  
    h4 {  
        font-size: 18px;  
        line-height: 22px;  
        padding: 0; 
	color: #808000; 
    } 
    h5 {  
        font-size: 18px;  
        line-height: 22px;  
        padding: 0; 
	color: #ffC000; 
    }  
      
    p {  
        padding-bottom: 22px;  
    } 
    #headerdiv {
	background: #000000;
	color: #ffC000;
	height: 212px;
	width: 974px;
	padding: 20px 0px 20px 50px;
    }
#headerImage {
	height: 200px;
	width:200px;
	border: #ffC000 6px solid;
	border-radius: 100px;
	background-size: 200px 200px;
    }
#headerline {
	border: #ffC000 3px solid;
	height: 0px;
	width:765px;
	position: relative;
	left: 203px;
	top: 145px;
}
#bannertext {
	width: 750px;
	text-align: right;
        font-size: 28px; 
	line-height: 32px; 
        padding: 0; 
}
#bannertitle {
	width: 750px;
	text-align: left;
        font-size: 42px; 
	font-weight: bold;
	line-height: 38px; 
        padding: 0; 
	position: relative;
	top: -90px;
	left: 50px;
}
    footer {
	background: #000000;
	color: #ffffff;
	text-align: right;
	width: 100%;
	height: 170px;
    }
#tableStructure {  
    display: table;  
}  
  
#mainContent {  
        display: table-cell;  
        padding: 22px 22px 0px 22px;
	background: #000000;
	color: #ffffff;
	width: 1024px;  
    } 
#mainContent header {
	background: #000000;
	color: #ffC000;
	margin 0px;
	padding 0px;
	height: auto;
	width: auto;
}
#mainContent span {
	color:  #FF4500;
	font-weight: bold;
	}
  
    nav {  
        display: table-cell;  
        width: 180px;  
	background: #000000;
	vertical-align: top;
    } 
a:link {
	color: #77933C;
}
a:visited {
	color: #77933C;
}
nav a { 
  display: block;
	padding: 5px 10px;
	width: 128px;
	background: #ffffff;
	border: #77933C 4px solid;
	border-radius: 15px;
	margin: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
nav a:link {
	color: #000000;
}
nav a:visited {
	color: #000000;
}
nav a:hover {
	background: #77933C;
}   
footer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 5px 46px;
	border-width:0
}
#youtube {
	width: 640px;
	position: relative;
	left: 80px;
}
#youtubealt {
	display: none;
}
#photocredit {
        font: 12px/22px Calibri, Verdana, Helvetica, Arial, sans-serif; 
	text-align: left;
	width:800px;
}
table
{
border-collapse:collapse;
}
table,th, td
{
margin: 2px auto 2px auto;
border: 1px solid black;
text-align: center;
padding: 2px
}
dt {
	font-weight: bold;
}


/* iPad version */

@media only screen and (max-width: 1040px) {
    body {    
        width: 800px;  
    }

#mainContent {  
        display: block;  
        padding: 22px;
	width: 756px;  
    } 
    nav {  
        display: block;  
        width: 780px;  
padding: 10px;
	text-align: center;
    } 
    nav a {
	display: inline;
	line-height: 50px;
	/* width: 130px; */
    }
#headerImage {
	height: 150px;
	width:150px;
	border: #ffC000 6px solid;
	border-radius: 75px;
	background-size: 150px 150px;
    }
    #headerdiv {
	background: #000000;
	color: #ffC000;
	height: 162px;
	width: 770px;
	padding: 20px 0px 20px 30px;
    }
#headerline {
	width:605px;
	left: 160px;
	top: 95px;
}
#bannertext {
	width: 526px;
	position:relative;
	left:50px;
        font-size: 26px;
}
#bannertitle {
	width: 526px;
        font-size: 28px; 
	line-height: 24px; 
	top: -70px;
	left: 20px;
}
#photocredit {
	width:756px;
}
    h2 {  
        font-size: 22px;  
    }  
}

/* iPhone version */

@media only screen and (max-width: 820px) {
    body {    
        width: 90%;  
    }

#mainContent {  
        display: block;  
        padding: 10px;
	width: 90%;  
    } 
    nav {  
        display: block;  
        width: 90%;  
	padding: 10px;
	text-align: center;
    } 
    nav a {
	display: inline;
	line-height: 50px;
	%width: 130px;
    }
#headerImage {
	visibility: hidden;
    }
    #headerdiv {
	background: #000000;
	color: #ffC000;
	height: 30px;
	width: 90%;
	padding: 10px;
    }
#headerline {
	top:30px;
	left: 0px;
	width:100%;
}
#bannertext {
visibility: hidden;
        font-size: 24px; 
	line-height: 28px;
}
#bannertitle {
	width: automatic;
        font-size: 30px; 
	line-height: 24px; 
	top: -60px;
	left: 0px;
}
#photocredit {
	width:90%;
}
    h2 {  
        font-size: 22px;  
    }  
footer {
	width: 90%;
	padding: 10px;
}
#youtube {
	width: 90%;
	position: relative;
	left: 0px;
	display: none;
}
#youtubealt {
	display: inline;
	text-align: center;
	width: 90%;
}
}

