body {
	behavior:url("http://www.mastermindsoaring.com/gradamerica/csshover.htc");
	background-color: #DBDBDB;
	background-image: url("images/mainback.gif");
	background-repeat: repeat-x;
	font-family: Georgia, Times, sans;
	font-size: 14px;
}
#main {
	margin-top: 0px;
	padding-top: 0px;
}
#copyright {
	border-top: 1px solid black;
	margin: 40px auto 0px auto;
	padding-top: 8px;
	width: 500px;
	text-align: center;
}
h2 {
	display: block;
	color: white;
	width: 99%;
	border: 1px solid black;
	padding: 3px 5px;
	height: 29px;
	background-image: url("images/headerback.gif");
	background-repeat: repeat-x;
	font-weight: bold;
}
h1 {
}
#claimformdiv {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	background-color: #AA0000;	
	color: white;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}
#Submit {
	border: 5px solid #AA0000;
}
#Submit:hover {
	border: 5px solid red;
}