html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #404040;
	font-size: 80%;
	background-color: #e6e7e7;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #d65b8b;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 130%;
	color: #d65b8b;
	margin-bottom: 6px;
}

h2, h3, h4, h5 {
	font-size: 120%;
	color: #9668ac;
	margin-bottom: 6px;
	margin-top: 8px;
}

hr {
	color: #d65b8b;
	height: 1px;
	border: 0px;
	background-color: #d65b8b;
}

#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	position: relative; 
	background-color: #ffffff;
}

*html #container {
	height: 100%;
}

.searchTable, .registrationTable {
    width: 100%;
    font-weight: bold;
}

.detailsTable {
    width: 100%;
}

.searchTable td, .detailsTable td {
	vertical-align: top;
}

.subTable td {
	padding-bottom: 5px;
	vertical-align: top;
}

.normalFont {
	font-weight: normal;
}

#content {
	width: 875px;
	overflow: hidden;
	clear: both;
	border: 0px solid red;
	padding-left: 3px;
	padding-left: 50px;
}

*html #content {
	width: 890px;
}

#header {
	margin: 0 auto; 
	width: 980px;
	height: 135px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#footer	{
	position: absolute;
	bottom: 0;
	width: 960px;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	background-color: #6e80bc;
	padding-left: 20px;
	padding-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
    padding: 0px;
    margin: 0px;
    margin: 28px 0px -4px 0px;
    text-align: left;
    color: #ffffff;
}

#clearfooter {
	height: 120px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.imgBorder {
	border: 1px solid #d65b8b;
}

.inputFields {
	width: 200px;
}

.submitButton {
	background-color: #6e80bc;
	border: 1px solid #404040;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	padding: 2px;
	font-family: arial, tahoma, verdana, sans-serif;
}