/* CSS Document */
body, html {
	padding:0;
	margin:0;
	color:#727272;
	font-family: Helvetica, arial, sans-serif;
	font-size: .95em;
	line-height: 17px;
	text-align:center;
}

h1 {
    font-size: 1.25em;
	padding: 5px;
}

h2 {
	font-size: 1.4em;
	padding: 5px;
	color: #8C8C8C;
}

a {
	text-decoration:none;
}
a:link, a:visited {
	color:#CCCCCC;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #666666;
text-decoration: underline;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 15px;
	text-align: center;
}
#searchlayout {
	text-align:center;
	width: auto;
}

#topBar {
	height: 10px;
	background-color: #ABDA4E;
	background-repeat: repeat-x;
	background-position: left top;
	}

#mainimage {
	text-align: center;
	margin: 30px auto 55px;
}

#mainText {
	text-align: center;
	background-color: #F6F7F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9BEAD;
	border-bottom-color: #B9BEAD;
	padding: 10px 65px;
}
.smalltext {
	text-align: center;
	font-size: 0.75em;
	color:#999999}

.footertext {
	text-align: center;
	font-size: 0.85em;
	color:#D0CCCC;
margin-top: 40px;
}
	
.textbox {
	font-size: 1.4em;
	/*line-height: 1.5px;*/
	color: #48562A;
	background-color: #F5F5F5;
	text-align: center;
	border: 1px solid #C8C8C8;
}

.submit {
	background-color: #718843;
	border: 1px solid #48562A;
	color: #FFFFFF;
}


.box {
	background-color: #FBFFEA;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #48562A;
	border-bottom-color: #607338;
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

fieldset {
	background-color: #FBFFEA;
	border-top: 1px dashed #48562A;
	border-right: none;
	border-bottom: 1px dashed #48562A;
	border-left: none;
	padding: 10px;
}
