* {
	margin: 0;
	padding: 0;
}



h1 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
	color: #0A78B3;
}

.h2 {
font-size: 1.4em;
color: #83ce39;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
}


.boxquote {
	font-size: 1.2em;
	color: #0A78B3;
	font-style: italic;
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1.4em;
}

.box {
	width: 58em;
	margin: 0px auto;
	float: left;
	padding-left: 24px;
	border-left: 1px;
	border-left-color: #66cc00;
	border-left-style: solid;
	padding-right: 24px;
	border-right: 1px;
	border-right-color: #66cc00;
	border-right-style: solid;
	padding-bottom: 24px;
	border-bottom: 1px;
	border-bottom-color: #66cc00;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color: #66cc00;
	border-top-style: solid;
}





.box_right {
	width: 27em;
	margin: 0px auto;
	float: right;
	margin-right: 20px;
}

.box_right div {
	margin: 0.5em 0 0 -2.5em;
}

.box_right div.topleft {
	display: block;
	background: url("../images2/box-bg2.png") top left no-repeat white;
	padding: 1.5em 0em 0em 1.0em;
}

.box_right div.topright {
	display: block;
	background: url("../images2/box-bg2.png") top right no-repeat white;
	padding: 1.5em;
	margin: -1.5em 0 0 1.5em;
}

.box_right div.bottomleft {
	display: block;
	height: 20px;
	margin-top: -1.5em;
	background: url("../images2/box-bg2.png") bottom left no-repeat white;
}

.box_right div.bottomright {
	display: block;
	background: url("../images2/box-bg2.png") bottom right no-repeat white;
	height: 20px;
	margin-left: 3em;
}

