@CHARSET "ISO-8859-1";
h1 {font-size: 26pt; font-family:"Comic Sans MS"; color: White; margin: 3px 2px 2px 2px; padding: 2px;}
h2 {font-size: 22pt; font-family:"Comic Sans MS"; color: White;  margin: 3px 2px 2px 2px; padding: 2px;}
h3 {font-size: 14pt; font-family:"Comic Sans MS"; color: White;  margin: 3px 2px 2px 2px; padding: 2px;}
table {background-color: rgb(215,221,213); font-size: 10pt; font-family:serif;  color: #555}
table tr td {padding: 2px;}
iframe {background: rgb(255,255,204); font-size: 12pt; font-family:Sans-serif; color: black}
tlh {font-family: "Bradley Hand ITC", "Comic Sans MS"; color: black; font-size: 1.2em;}
html, body
	{
	padding: 0;
	margin: 0;
}

	


header, footer
	{
	display: block;
	background-color: rgb(113,123,61);
	border: solid 1px black;
	font-family: 'Time New Roman', serif;
}

header
	{
	position: fixed;
	width: 976px; 
	height: 108px;
	padding: 5px;
	border-radius: 3px; 
	top: 0px;
	}

header h1
	{
	padding: 2px;
	font-family: "Bradley Hand ITC", "Comic Sans MS";
	font-size: 43px;
	display: inline;
		
}
header h1:nth-child(3){
	position: absolute;
 	top: 28px;
}


footer
	{
	float: left;
	position: relative;
	width: 967px; 
	padding: 10px;
	border-radius: 3px; 
	
	
}

header nav
	{
	float: right;
	margin-right: 0px;
	}



a.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibilty: hidden;
}


p {
   color: #555;
   font-size: 13pt;
}

dt {
     color: black;
     font-size: 13pt;
}
	
dl {
     color: #555;
     font-size: 12pt; 
}


body
	{
	font-family: "Comic Sans MS";
	font-size: 18px;
	background-color: grey;
}


article {
         display: block;
         margin-top: 116px;
         overflow:auto;
}



#main
	{
	float: left;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: rgb(173,187,169);
	padding: 5px;
	width: 700px;
	height: auto;
}


.txt_right {
  float: right;
}

#auxiliary
	{
	float: left; 
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: rgb(246,246,255);
	padding: 5px;
	width: 265px;
}

#auxiliary h1 {font-size: 18pt; font-family:Serif; color: #333; margin: 3px 2px 1px 2px; padding: 2px;}
#auxiliary h2 {font-size: 16pt; font-family:Serif; color: #333; margin: 4px 2px 1px 2px; padding: 2px;}
#auxiliary h3 {font-size: 14pt; font-family:Serif; color: #333; margin: 3px 2px 1px 2px; padding: 2px;}
#auxiliary p {color: #777; font-size: 12pt; font-family: Sans-serif; margin: 2px 2px 8px 4px; padding: 2px;}
#auxiliary a {color: rgb(48,74,30); font-size: 12pt;}

            
.bordered-image
	{
	border: solid 1px #444;
	border-radius: 8px;
	}
	
.container
	{
	width: 989px; 
	margin: 0 auto;
	background: rgb(215,221,213);
	padding: 5px;
	overflow: hidden;
	}
.containerWide
	{
	width: 1024px; 
	margin: 0 auto;
	background: rgb(215,221,213);
	padding: 3px;
	overflow: hidden;
	}

nav ul {
			list-style-type: none;
			margin: 20px;
			padding: 0;
		}
		
		nav ul a {
			color: rgb(48,74,30);
			text-decoration: none;
		}

a {
	color: rgb(48,74,30);
}

.ext_link {
	color: black;
	font-style: italic;
}


#subheader {
			background: rgb(98,120,80);
		}

/* misc classes */

.article_main
	{
	float: left;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: rgb(173,187,169);
	padding: 5px;
	margin-top: 2px;
	width: 1024px;
	height: auto;
}

.article_considerations {
	font-size: x-small;
	border: solid 1px #444;
	height: 32px;
}
.article_considerations_light {
	font-size: x-small;
}

.article_heading {
	font-size: 110%;
}

.article_content {
	font-size: 90%;
	border: solid 1px #444;
	height: 32px;
}

.article_content_light {
	font-size: 90%;
}

.article_content_output {
	font-size: 90%;
	border: solid 1px #444;
	text-align:right;
	vertical-align:center;
	height: 32px;
	background-color: rgb(173,187,0);
	color: black;
}


.article_content_output_left {
	font-size: 90%;
	text-align:left;
	vertical-align:center;
	background-color: rgb(173,187,0);
}

.article_content_tab
	{
	float: left;
	padding: 5px;
	margin: 0px;
	width: 1026px;
	height: auto;
}

	
/* Drop Down Menu Options */	
.dropbtn {
    margin-top: 5px;
    background: rgb(98,120,80);
    color: white;
    padding: 4px;
    font-size: 14px;
    border: solid 1px #444;
	border-radius: 4px;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
 /* position: relative; */ 
/*   position: 100px; */
   display: inline-block;


}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	float: right;
}

.dropdown-content a {
    color: black;
    padding: 8px 6px;
	font-size: 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

/* End of Drop down Button */

/* Simple Button */
.simplebuttons {
   display: inline-block;
}

.simplebtn {
    margin-top: 5px;
    background: rgb(99,114,135);
    color: white;
    padding: 4px;
    font-size: 14px;
    border: solid 1px #444;
	border-radius: 4px;
    cursor: pointer;
}

/* End of simple buttons */


/* shapes */

#circle{
 width: 100px;
      height: 100px;
	border-radius:50% 50% 50% 50%;
}

/* Added from Little Movers and Shakers  for images*/

.bordered-image {
	border: solid 1px #444;
	border-radius: 8px;
	}

.border-photos{
	max-width: 100%;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 5px 5px 5px black;
	display: block;
}
/* */

