@charset "utf-8";
/* CSS Document */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #000;
}
a.white:link {
	color: #F4F2E5;
	font-style:italic;
}
a.white:visited {
	color: #F4F2E5;
	font-style:italic;
}
a.white:hover {
	color: #630;
	font-style:italic;
}
a.white:active {
	color: #F4F2E5;
	font-style:italic;
}
#toplinks {
	position:relative;
	width:400px;
	height:50px;
	z-index:4;
	left: 475px;
	top: -10px;
	text-align:right;
}
#footer {
	position:relative;
	width:898px;
	height:28px;
	z-index:3;
	left: 0px;
	top: 654px;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #666666;
	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: #000000;
	scrollbar-base-color: #E8D18D;
	scrollbar-arrow-color: #FCDE9F;
	scrollbar-3dlight-color: #DDCF94;
	scrollbar-darkshadow-color: #AF916E;
	scrollbar-face-color: #F4D29A;
	scrollbar-highlight-color: #E5D88E;
	scrollbar-shadow-color: #D1BD7D;
	scrollbar-track-color: #E8D0A9;
	background-image:url(img/oldbrownpaper.3670759.jpg);
	background-repeat:repeat;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container2 {
	position:relative;
	width:900px;
	height:730px;
	z-index:1;
	left: 50px;
	top: 15px;
	background-image:url(img/insert.gif);
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F4F2E5;
	text-align:left;

}
.table_image {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.table_title {
	margin: 0px;
	height: 300px;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
