html, body {
	padding: 0;
	margin: 0;
	height: 100%;

	background-color: #EEF;
	
	text-align: center;
}

#frame {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	margin: 0 auto;
	
	min-height:100%; /* real browsers */

	position:relative; /* needed for footer positioning*/
	
	text-align: left;

}

#footer {
	background:#CCF;
	border-top:2px solid blue;
	bottom:0; /* stick to bottom */
	position:absolute;
	width:100%;
}

form {
	display: inline;
}

.searchForm {
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;

	margin: 0;
	padding: 0;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}

/* Form Layout*/

div#form {
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
div#form .formHeader {
	background-color: #AAF;
}


div#formTable {
}
div#formTable div.leftCol {
	float: left;
	font-size: medium;
	font-weight: bold;
	padding-top: 2px;
	width: 49%;
	text-align: right;
}
div#formTable div.rightCol {
	margin-left: 50%;
	padding-bottom: 4px;
}
div#formTable div.buttons {
	text-align: center;
}
div.formResults {
	background-color: #dddddd;
	color: black;
	font-family: Courier,  monospace;
	font-size: medium;
}

blockquote {
	padding: 0.5em;
	margin: 0;
}
input[type=submit] {
	
}
