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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(images/site2-3_FIN_02.jpg);
	background-repeat: repeat;
	line-height: 22px;
}

h1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 16px;
}
hr {
	border: 0;
	width: 100%;
	color: #FFCC99;
	background-color: #FFCC99;
	height: 1px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#fadeshow1 {
	margin: 0px;
	padding: 0px;
	height: 390px;
	width: 780px;
	position: fixed;
}
.oneColFixCtr #mainContent {
	text-align: justify;
	background-color: #FFCC66;
	padding-right: 15px;
	padding-left: 15px;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited{
	color: #006600;
	text-decoration: none;
}

a:hover{
	color: #006600;
	text-decoration: underline;
}

a:active{
	color: #006600;
	text-decoration: none;
}

.footer {
	color: #000000;
}
.footer a {
	color:#000000;
}

