body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, serif;
	background-color: #fff;
	text-align: center;
	line-height: 1.35em;
	color: #333;
        height: 100%;
}

#header {
	text-align: center;
	background: #ddd;
}

#header .banner {
	color: #A80C1E;
	display: block;
	font-size: 266%;
	font-weight: normal;
	letter-spacing: -3.5px;
	line-height: 1;
	margin-bottom: -9px;
	text-decoration: none;
}

#searchArea {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

#searchArea input {
	font-size: 1.5em;
}



#container {
	position: relative;
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	text-align: left;
	min-height: 50%;
	background-color: #fff;
}

#footer {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 0.75em;
	height: 20px;
	clear: both;
	padding-top: 20px;
}



#results{
        padding: 2em;
        background-color: #fff;
        min-height: 15em;
        height:auto !important;
        height:15em;
}



.status{
        font-size: 1.35em;
}

#index{
    letter-spacing: 0.2em;
}

#index a{
    color: #000;
    text-decoration: none;
}


.formLayout
{

}

.formLayout label, .formLayout input
{
        display: block;
        width: 120px;
        float: left;
        margin-bottom: 10px;
}

.formLayout label
{
        text-align: right;
        padding-right: 20px;
}

.formLayout br
{
        clear: left;
}

.formLayout form{
        padding: 0;
        margin: 0;
}

.formLayout h1 {
        font-size:1.25em;
        margin-bottom:20px;
        border-bottom:solid 1px #b7ddf2;
        padding-bottom:10px;
}
