body{
	font-family:Verdana, sans-serif;
}
h1,h2,h3,h4{
	font-family:Georgia, serif;
}
/* centre align centered images! */
.aligncenter, img.aligncenter { 
	 display: block; 
	 margin-left: auto; 
	 margin-right: auto; }
.align-block{
	display: block;
	width:400px;
	margin: 0 auto;
}
h1 {
    text-align: center;
	background-color:rgb(255, 239, 93);
	border-top: solid 2px #000000; 
	    border-bottom: solid 2px #000000;
}
#wrapper{
	width: 90%;
	margin:5px auto;
	padding:5px 30px;
	border: solid 1px #23632a;
	border-collapse:collapse;
	color:#23632a;
}
h2{
	color: #23632a;
}
 h4{
	color: #23632a;
}
p{
	color: #000000;
}
#header{
	width:100%;
	border-bottom: solid 3px black;
}
/* navigation styles */
#navigation {
    font-family: Georgia, serif; font-size: 100%;
    border-top: solid 2px #000000; 
    border-bottom: solid 2px #000000;
    position: relative;
    text-align: center;
	color: #F0ECEC;
	background-color:#23632a;
	color: #ffffff;

}
#navigation a,
#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active {
    color: #ffffff;
    text-decoration: none;
}
.primarynav a:hover {
    text-decoration: underline;
    background-color: #d1d54c;
}
li {
    display: inline;
    list-style-type: none;
}
#navigation{
	list-style-type:none;
	background-color:#23632a;
	padding:0;
	margin:0;
	color: #F0ECEC;
}
.primarynav{
	display:block;
	padding:0;
	margin:0 0 10px 0;
}
.primarynav a{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.primarynav a:hover{
	text-decoration:underline;
	background-color:#d1d54c;
}
.current{
	border-bottom:solid 2px #000000;
}
#content{
	width:100%;
	margin: 0;
	padding: 0;
}
#nav-content{
	float:left;
	width: 14%;
	margin: 1.5em 0;
	border-right: solid 1px rgb(0, 0, 0);
	border-collapse:collapse;
}
#main-content{
	width: 70%;
	float:left;
	margin: 0;
	padding: 0 1%;
    text-align: center;
}
#secondary-content{
	width: 20%;
	float:left;
	margin: 1em 0;
	padding: 0 1%;
	background-color:#000000;
	color:white;
}
#secondary-content h4{
	color:white !important;
}
.img-rounded{
	height: 100px;
}
#footer{
	margin: 0 auto;
	width:100%;
	clear:both;
	color:#000000;
	padding-top:1em; 
	 text-align: center;
	   border-top: solid 2px #000000; 
	   border-bottom:solid 2px #000000;
	   background-color:rgb(255, 239, 93);
}
.dark-mode {
background-color: #121212; color: #e0e0e0;
     }
  .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode p,
  .dark-mode .firstLetter, .dark-mode .firstWord, .dark-mode
  #firstStory, .dark-mode #navigation, .dark-mode a {
           color: white;
}



		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}