@charset "utf-8";
body {
	font-family: arial, helvetica, serif;
	background-color: #990000; /*red background*/
	background-position: 6000px 6000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: medium;
}

#container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thick solid #660000;  /* dark red border */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#banner {
	padding: 0;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 

#content {
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	top: auto;
	min-height:200px;
	padding: 0px;
	font-size: small;
	border-top-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}
.bold {
	font-size: small;
	font-weight: bold;
	text-align: left;
}

 
#footer	{
	width: auto;
	background-color:#FFFFFF; /* grey */
	color:#666666; /* dark green */
	font-size: small;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #666666;
	padding-left: 10px;
	height: auto;
}

.smallprint	{
	font-size:x-small;
	font-weight:bold;
}

form {z-index:1; }

table	{
	border:thin #336600;
	margin:10px;
	border-collapse:collapse;
}

td	{
	text-align:right;
	padding-right: 6px;
	padding-left: 6px;
}

h1 {
	text-align: center;
	font-size: large;
	color: #AAC6A4;
	letter-spacing: 0.6em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 3px;	
	padding-top: 12px;
}

td.left	{text-align:left; }

td.script {
	text-align:left; 
	border:none;
	}

.thanks {
	text-align: center;
}
