
* { padding: 0; margin: 0; }

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

h1 {
 margin: 0;
color: red;
 padding: 15px 10px 15px 10px;
 font-size: 24px;
 text-align: center;
border-bottom: 1px solid #C0C0C0;
}


h2 {
 margin: 0;
color: #253;
 padding: 20px 10px 20px 10px;
 font-size: 20px;
 text-align: left;
border-bottom: 1px solid #C0C0C0;
}

h4 {
 margin: 0;
color: red;
 padding: 15px 10px 15px 10px;
 font-size: 24px;
 text-align: center;
border-bottom: 1px solid #C0C0C0;
}

H5 {padding: 10px;
text-decoration: line-through;}


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

.boxed { border: 1px solid green ; } 


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

li.checkmark {
 background: url(images/checkmark.gif) no-repeat 100px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 10px 15px 15px 125px;
}

img {
border: 0;
padding: 0 10px 0 15px;

}

#line{
border-bottom: 1px solid #C0C0C0;
}


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

#header {
 margin: 0;
 padding-top: 2px;
 width: 700px;
 height: 265px;
 border-bottom: 6px solid #003366;  /* bottom border header color */
 /* background: #336699;  header color */
}

#logo {
 display: inline;
 float: left;
 margin: 10px 0 0 20px; 
 padding-bottom: 10px;
 width: 600px;
 height: auto;
  /* background: url(/images/webermethod4.jpg) no-repeat;logo image */
}

#header h1 {
 float: center;
 margin: 0;
 padding: 10px 10px 0 0px;
 font-size: 20px;
 color: #333;
 /* clear: both; */
}

#header h2{
 float: center;
 margin: 0;
 padding: 10px 10px 0 0px;
 font-size: 20px;
 color: #333;
 /* clear: both; */
}

#header h3 {
 float: center;
 margin: 0;
 padding: 10px 10px 0 0px;
 font-size: 20px;
 color: #333;
 /* clear: both; */
}

#tagline {
 margin: 0;
 padding: 0 0 0 82px;
 height: 1%;
 font-size: 14px;
 color: #FFF;
 clear: both; 
}

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

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

p.points {
 padding: 10px 10px 10px 10px;

}

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

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

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

li.pointm {
 margin: 0;
 padding: 10px 15px 15px 165px;
}

ul#resource-list {
 list-style-type: none;
 margin: 0;
 padding: 10px 10px 10px 10px;
 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%;
}

#rightcolumn {
 float: right;
 margin: 0;
 /* padding: 25px 10px 10px 10px; */
 width: 2px;
 /* height: 1942px; /* 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: 1930px; /* 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 #003366; /* right column h2 bottom border color */
 background: #336699; /* 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 #003366; /* top border footer color */
 background: #336699; /* footer color */
}

#footer a {
 color: #FFF;
}
