@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #FFFFFF;
}

.oneColFixCtr #container {
	position: relative;
	width: 900px;
	height: 600px;
	background: url(images/container.gif);
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	border: 1px
}

.oneColFixCtr #logo {
	position: relative;
	left: 49px;
	top: 86px;
	z-index: 1;
}

.oneColFixCtr #menuTable {
	position: relative;
	left: 50px;
	top: 100px;
	z-index: 1;
}

.oneColFixCtr #mainTable {
	position: absolute;
	left: 201px;
	top: 109px;
	z-index: 2;
	height: 442px;
}

div#footer{
	position:absolute;
	top: 610px;
	left: 1px;
	width: 100%;
}

#legal {
	/*position: relative;
	left: 11px;
	top: 40px;
	z-index: 2;*/
	width: 830px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #666;
	color: #666;
	padding: 10px 0;
	font-size: 9px;
}

 this style is for the legal stuff 
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #666666;
font-size: 45%;
}

 this style is for the line at the bottom of the page 
.style2 {
text-align: center;
color: #666666;
font-size: 60%;
}

div#divscroll {
height: 450px;
width: 600px;
overflow-y: scroll;
}
