body {
	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: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FDFDFD;
}
.regDetails {
	font-size: small;
	line-height: 0.3ex;
	padding-left: 20px;
	padding-top: 30px;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtr #container {
	width: 58em;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #FDFDFD;
}
label {
	font-weight: bold;
}
form {
	width: 90%;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer {
	background-color: #EAFFFF;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	background-color: #66FFFF;
	margin: 0px;
	padding-left: 10px;
	border: thin solid #66FFFF;
	padding-right: 10px;
	padding-bottom: 5px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.alignRight {
	text-align: right;
	vertical-align: top;
}
input {
	width: 25em;
}
textarea {
	width: 30em;
}
#mainMenu {
	width: 54em;
	background-color: #CFEEFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#send {
	width: 8em;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.headerLogo {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
.radio     {
	width: 3em;
}
.deleteButton     {
	width: 10em;
}
.leftCol {
	float: left;
	width: 28%;
	padding-left: 2%;
}
.rightCol {
	float: left;
	width: 35%;
	text-align: right;
}
.clearIt {
	clear: both;
}
#footer #footerMid {
	text-align: center;
}
