div {padding: 0px; margin: 0px;}
body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* centers in IE6 */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3b5e34;
}
p {
	font-size: 10pt;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
p.clear {
	clear:both;
	height: 1px;
	overflow: hidden; background-color: Red;
	margin: 0px; 
}
a {
	color: #3b5e34;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.arrow {
	background: transparent url(../img/greenarrow.gif) no-repeat left center;
	padding-left: 15px;
}
h2 {
	color: #75685b;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
h3 {
	color: #3b5e34;
	font-size: 14pt;
	font-weight: normal;
	margin: 10px 0px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
#container {
	width: 774px;
	text-align: left;
	margin: 0px auto; /* centers in proper browsers */
}
#branding {
	height: 92px;
	width: 774px;
	background: transparent url(../img/topfade.gif) no-repeat bottom center;
	margin: 0px;
	padding: 0px;
}
#branding h1 {
	font-family: arial, helvetica, sans serif;
	color: #ffffff;
	font-size: 48pt;
	margin: 10px 0px 0px 8px;
	font-weight: normal;
}
#wrapper {
	background: transparent url(../img/sidefade.gif) repeat-y top center;
	width: 774px;
}
p#copyright {
	background: transparent url(../img/bottomfade.gif) no-repeat top center;
	height: 20px;
	color: #82a07a;
	margin: 0px;
	font-size: 8pt;
	text-align: center;
	padding-top: 7px;
}
p#copyright a {
	color: #82a07a;
	font-weight: normal;
}
#page {
	width: 758px;
	background-color: #ffffff;
	margin: 0px 8px;
	min-height: 585px;
	_height: 585px;
}
#content {
	padding: 15px 20px 20px 20px;
}
h1#strapline {
	color: #3b5e34;
	font-size: 25pt;
	font-weight: normal;
	background: #60c047 url(../img/leaningpaperstack.jpg) bottom right no-repeat;
	padding: 95px 0px 16px 20px;
	margin: 0px;
}

ul#mainmenu {padding: 6px 0px; margin: 4px 0px 0px 0px; width: 100%; background-color: #3b5e34; text-align: right; font-size: 12pt;}
ul#mainmenu li {list-style: none; display: inline;}
ul#mainmenu li a {padding: 6px 15px; text-decoration: none; font-weight: normal; color: #ccd7c9;}
ul#mainmenu li a:hover {text-decoration: underline;}


p.servicesmenubox {padding: 5px 50px; margin: 20px 0px; width: 615px; background-color: #e1d9cf;text-align: center; border: 1px solid #b9afa3;}
p.servicesmenubox a {text-decoration: none; font-weight: normal; color: #423a30; padding: 6px 30px; font-size: 12pt;}
p.servicesmenubox a:hover {text-decoration: underline;}

ul {font-size: 10pt;}

form#lawsliplogin {
	background-color: #cfc2b3;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	height: 36px;
}
form#lawsliplogin img.lawsliplogo {
	float: left;
}
form#lawsliplogin label {
	color: #423a30;
	font-size: 11pt;
	margin-left: 20px;
}
form#lawsliplogin input#password, form#lawsliplogin input#username {
	border: 1px solid #423a30;
	background-color: #ededed;
	height: 19px;
	vertical-align: middle;
	margin-top: 6px;
	margin-bottom: 6px;
	_margin-top: 4px;
	_margin-bottom: 4px;
}
form#lawsliplogin input#submit {
	vertical-align: middle;
	padding-top: 4px;
	margin-left: 30px;
}
#frontbox, #frontboxlawslip {
	border: 1px solid #c6c0b6;
	margin-top: 5px;
}
#frontbox {
	float: left;
	width: 372px;
	height: 335px;
	padding: 15px 15px 10px 15px;
}
#frontbox h2 {
	color: #75685b;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#frontboxlawslip {
	float: right;
	width: 293px;
	height: 360px; _height: 361px;
	background: #faf8f4 url(../img/paperstackandgradient2.jpg) no-repeat bottom right;
}
#frontboxlawslip h2 {
	text-align: center;
	background-color: #cfc2b3;
	border-bottom: 1px solid #c6c0b6;
	padding: 8px 0px 5px 0px;
	margin: 0px;
}
#frontboxlawslip p {
	margin: 10px 13px 0px 13px;
}
.narrow {
	width: 140px;
}
span.labelfloat {
	width: 150px;
	float: left;
	height: 25px;
	padding-top: 4px;
	text-align: right;
	padding-right: 10px;
}
fieldset {
 	border: 1px solid #75685b;
 	margin-top: 20px;
}
fieldset legend {
	font-size: 10pt;
	font-weight: bold;
	color: #75685b;
}
.contactleftmargin {
	margin-left: 160px;
}