@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #006633;
}

#top {
	margin-top: 25px;
	margin-bottom: 15px;
}
#main {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar {
	float: right;
	width: 230px;
}
#sidebar p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.sblock {
	text-align: center;
	font-size: 11px;
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #006633;
	margin-bottom: 15px;
}
#form {
	border: 1px dashed #006633;
}
.formzag {
	font-size: 16px;
	font-weight: bold;
}
#autoZip {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 60px;
	border: 1px solid #006633;
}
.butt {
	border: 1px solid #006633;
	background-color: #DDE2CD;
}


#content {
	float: left;
	width: 550px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p {
	font-size: 13px;
	text-align: justify;
	margin: 0px;
}
#content strong {
	font-weight: normal;
}
#content .siga {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right !important;
	margin-bottom: 10px;
	margin-top: 3px;
	font-style: italic;
}
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	clear: both;
}
#footer p {
	font-size: 11px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F9F9F9;
	color: #999999;
}
