
/* the default styles for the document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
	margin:0 auto;
/*	width: 400px; */
}


/* the styles for the header */
header img {
	float: left;
}
header h1 {
	font-size: 200%;
    color: #006400;
    text-align: center;
	text-shadow: 2px 2px 2px silver;
}
header h2 {
	font-size: 150%;
    color: forestgreen;
/*	font-style: italic; */
    text-align: center;
}

#main h1 {
	font-size: 150%;
	color: midnightblue;
	text-indent: 1em;
}
#main h2 {
	font-size: 125%;
	color: #006400;
	text-indent: 1.5em;
}
#main img {
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#tabsection {
	margin-left: 3em;
	width: 600px;
}
	
#tabsection h1, h2, p, ul {
	margin: 1em;
	padding: 0;
	
}
#tabsection h1 {
	font-size:140%;
	padding-top: 1em;
	color: blue;
}
#tabsection h2 {
	font-size: 125%;
	padding: .5em 0;
}
#tabsection h3 {font-size:95%;}


/* the styles for the center content */
#tabsection {
	background-color: white;
}

/* the styles for the tabs */
#tab_list {
    margin:0;
    padding: 3px 6px;
    border-bottom: 1px solid black;
}
#tab_list li {
    list-style: none;
    display: inline;
}
#tab_list li a {
    padding: 3px 1em;
    margin-left: 3px;
    text-decoration: none;
    font-weight: bold;
    background: #90EE90;
    border: 1px solid black;
}
#tab_list li a:hover { 
    background: steelblue;
    border-color: black;
}
#tab_list li a.active {
    background-color: white;
    border-bottom: 1px solid white;
}
#tab_contents div { 
    padding: 5px 10px 10px;
    border: 1px solid black;
    border-top: 0;
    height: 100px;
    overflow:auto;
}
.hide {
    display: none; 
}

/* the styles for the footer */


img.top-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
	margin-top: 2em;
}
footer p {
	color: blue;
	font-size: 75%;
	text-align: center;
}

