@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;

}
#banner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/Banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #808000;
	font-weight: bold;
	font-size: 110%;
}
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#banner a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #BEC931;
}
#banner a:hover {
	color: #007F8A;
}
#banner a:visited {
	color: #BEC931;
}

#content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.4;
	text-align: justify;
}
#content p {
	text-align: justify;
}




#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #024731;
}
#content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #007F8A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #007F8A;
	font-style: italic;
}
#content li {
	font-size: 90%;
	font-style: normal;
}

#footer {
	margin-right: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	color: #815D38;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #024731;
}

#footer a {
	font-style: normal;
	font-weight: normal;
	color: #BEC931;
	text-decoration: underline;
}
#footer a:hover {
	color: #007F8A;
}
#footer a:visited {
	color: #BEC931;
}
#table p {
	line-height: 1.5;
}
#table a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #007F8A;
	font-style: normal;
}

#table a:hover {
	color: #BEC931;
}
#table a:visited {
	color: #BEC931;
}
.leftimg {
	text-align: left;
}



.clearing {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #BEC931;
	font-style: italic;
	text-align: right;
}
.smaller {
	font-size: 85%;
}

.tablehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #007F8A;
}
