﻿body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #B7E16F;
	font-size: medium;
	margin-top: 0px;
}

table {
	
	width: 100%;
	}
}
#container {
	width: 90%;
	border: 2px solid #363636;
	background-color: #FFF8DC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	}
	
#masthead {
	border-style: solid;
	border-color: #226611;
	border-width: 2px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #75BF4A;
	height: 90px;
}

#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	border-style: solid;
	border-color: #226611;
	border-width: 2px;
	text-align: left;
	padding-top: 0px;
	background-color: #75BF4A;}

#container h1 {
	text-align: center;
	font-size: x-large;
}	
#container h2 {
	text-align: center;
	font-size: medium;

}
#container p {
	text-align: left ;
}

/* Masthead Styles */
#masthead h2 {
	font-weight: normal;
	color: #261;
	font-size: 16px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
	
#masthead h1 {
	font-weight: bold;
	font-size: 40px;
	color: #261;
	text-align:center ;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#imgborder{
	padding: 3px;
	border: 3px solid #226611;
	text-align: center 
}
/* Content Styles */

h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}