﻿body {
	width: 970px;
	left: auto;
	right: auto;
	font: Verdana;
	margin-right: auto;
	margin-left: auto;
}

#Copyright
{
    border: thin solid #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    width: 977px;
}
#topImage
{
    background-image: url('images/bg_header.jpg');
    background-repeat: no-repeat;
    visibility: visible;
    width: 978px;
    height: 85px;
}
#dataEntryWrapper
{
    padding-top: 10px;
    padding-left: 10px;
    width: 351px;
    height: 40px;
}
#formDisplayWrapper
{
    float: right;
    width: 585px;
    margin-right: 8px;
}
#formInstructionWrapper
{
	border: 2px solid #808080;
	float: left;
	padding: 10px;
	width: 300px;
	position: relative;
	font-family: Verdana;
	font-size: x-small;
}
#contentPageWrapper
{
    width: 978px;
    height: auto;
    font-family: Verdana;
}
#menuWrapper
{
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    display: block;
    clip: rect(auto, auto, auto, 0px);
}
.leftFloat
{
    border-width: 0px;
    float: left;
    padding-right: 5px;
}
.rightFloat
{
    float: right;
    clear: right;
}
#copycontent
{
    font-family: Verdana;
    font-size: small;
}
.newStyle1
{
    font-family: Verdana;
    font-size: small;
}
#footer
{
	bottom:0;
	position:fixed;

	}
}