* { padding: 0; margin: 0; }

body {
/* font-family: Arial, Helvetica, sans-serif; */
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #F2F2F2;
}

h1 {
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 24px;
	text-align: center;
	color: #71AB45;
	font-weight: bold;
}

h2 {
 margin: 0;
 padding: 20px 10px 20px 10px;
 font-size: 18px;
 text-align: center;
}

p {
 margin: 0;
 padding: 10px;
 clear: both;
}

ul#checkmark {
 list-style-type: none;
 padding: 15px 10px 15px 10px;
 text-align: left;
}

li.checkmark {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	list-style-image: url(Images/checkmark.gif);
}

ul#std-list {
	margin: 10px 10px 10px 40px;
	list-style-type: none;
	padding: 0px 10px;
	text-align: left;
}

#std-list li {
	margin: 0;
	padding: 4px;
	list-style-type: disc;
}

img {
border: 0;
}

#wrapper { 
 position: relative;
 margin: 0 auto;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 880px;
 height: 1%;
 padding: 0 10px 0 10px;
 background: url(Images/shadow-wrapper.gif) repeat-y; 
}

#header {
 margin: 0;
 padding-top: 5px;
 width: 880px;
 height: 150px;
 border-bottom: 6px solid #872732; /* bottom border header color */
 background: #71AB45; /* header color */
}

#logo {
display: inline;
float: left;
margin: 10px 0 0 20px;
padding-bottom: 0;
width: 520px;
height: 140px;
background: url(Images/nml_cover_mini.jpg) no-repeat; /* logo image */
}

#hdr_image {
display: inline;
float: right;
margin: 0 8px 0 0;
padding-bottom: 0;
width: 150px;
height: 150px;
background: url(Images/krs_pic_l.gif) no-repeat; /* header picture image */
}

#header h1 {
 float: left;
 margin: 0;
 padding: 10px 10px 0 100px;
 font-size: 36px;
 color: #FFF;
 clear: both; 
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#tagline {
 margin: 0;
 padding: 0 0 40px 100px;
 font-size: 14px;
 color: #FFF;
 clear: both; 
}

#leftcolumn {
 float: left;
 margin: 0;
 padding: 10px;
 width: 667px;
 height: auto;
 color: #333;
 background: #FFF;
}

#onecolumn {
	float: none;
	margin: 100px;
	padding: 10px;
	width: 667px;
	height: auto;
	color: #333;
	background: #FFF;
}

#onecolumn h1 {
 margin: 0;
 padding: 0 10px 15px 10px;
 font-size: 24px;
 text-align: center;
}

#onecolumn ul {
	padding: 0 10px;
	text-align: left;
	list-style-type: disc;
	text-indent: 15px;
}

#onecolumn li {
	padding: 0 10px 2px;
	text-align: left;
	list-style-type: disc;
}

#onecolumn li li {
	padding: 0 10px 2px 5px;
	text-align: left;
	list-style-type: circle;
	text-indent: 15px;
}

p.button {
 padding: 20px 10px 20px 10px;
 text-align: center;
}

#resource-box {
 margin: 40px auto 10px auto;
 width: 400px;
 border: 1px solid #71AB45;
}

#resource-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #FFF;
 text-align: center;
 border-bottom: 1px solid #CCC;
 background: #71AB45;
}

ul#resource-list {
 list-style-type: none;
 text-align: center;
}

a.resource-link {
 display: block;
 padding: 6px;
 border-top: 1px solid #FFF;
 border-bottom: 1px solid #CCC;
 color: #333;
 background: #F2F2E6;
}

* html ul#resource-list li {
 display: inline;
 height: 1%;
}

#testimonial-box {
	margin: 40px auto 10px auto;
	width: 400px;
	background: #F2F2E6;
	border-top: 1px solid #71AB45;
	border-right: 1px solid #71AB45;
	border-bottom: 3px solid #872732;
	border-left: 1px solid #71AB45;
}

#testimonial-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #FFF;
 text-align: center;
 border-bottom: 1px solid #CCC;
 background: #71AB45;
}

p#testimonial-text {
	padding: 10px;
	text-align: left;
}

#testimonial-name {
	font-size: 14px;
	font-weight: bold;
	color: #872732;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

#testimonial-url {
 font-size: 14px;
 font-weight: normal;
 color: #0000FF;
 text-align: right;
}

#bonus-box {
	margin: 40px auto 10px auto;
	width: 600px;
	background: #F2F2E6;
	border: 5px dashed #872732;
}

#bonus-box h2 {
 margin-bottom: 10px;
 padding: 10px 5px 10px 5px;
 font-size: 16px;
 font-style: bold;
 color: #FFF; /* right column h2 text color */
 border-bottom: 4px solid #872732; /* right column h2 bottom border color */
 background: #71AB45; /* right column h2 text background color */
}

#sales-box {
	margin: 40px auto 10px;
	width: 350px;
	background: #F2F2E6;
	border: 2px solid #872732;
	padding: 10px;
}

#sales-box-image {
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
}

#sales-box img {
	display: inline;
	background: #F2F2E6;
	vertical-align: middle;
}

#rightcolumn {
 float: right;
 margin: 0;
 padding: 25px 10px 10px 10px;
 width: 169px;
 height: 18000px; /* increase or decrease the rightcolumn value depending on the finished height of the leftcolumn */
 color: #333;
 border-left: 1px solid #CCC;
 background: #F2F2E6;
}

* html #rightcolumn {
  height: 18000px; /* IE (Internet Explorer): increase or decrease the rightcolumn value depending on the finished height of the leftcolumn */
}

#rightcolumn h2 {
 margin-bottom: 10px;
 padding: 10px 5px 10px 5px;
 font-size: 16px;
 font-style: bold;
 color: #FFF; /* right column h2 text color */
 border-bottom: 4px solid #872732; /* right column h2 bottom border color */
 background: #71AB45; /* right column h2 text background color */
}

#rightcolumn p {
 padding-bottom: 40px;
}

.quote {
 font-style: italic;
}

.signature {
 float: right;
 font-style: normal;
 font-weight: bold;
}

p.label {
text-align: center;
}

#footer { 
 clear: both;
 margin: 0;
 padding: 12px 12px 12px 20px;
 width: auto;
 height: 1%;
 color: #FFF;
 border-top: 6px solid #872732; /* top border footer color */
 background: #71AB45; /* footer color */
}

#footer a {
 color: #FFF;
}
.highlight {
	background-color: #FFFF00;
}
