/*CSS*/
body {
  background-color: #bbbbbb;
   elevation: below; font-size:12pt;
  font-family: Arial, Helvetica, sans-serif; color: #333333;
  text-align: center;
}
#page-wrapper {
    width: 725px;
    margin: 0 auto;
    text-align: left;
    }

.button {
  border: 2px inset #CCCCCC;
  width: 100px;
  padding: 3px 15px;
  color: #FFFFFF;
  background-color: #778899;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
a.button:link { color:#0000FF;
}
a.button:visited { color:#CCCCCC;
}
a.button:hover { color:#99FFFF;
border: 2px outset #CCCCCC;
}
h2 { line-height: 125%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: #000033;
  color: #6699CC;
  border: thin;
  border-color: #CCCCCC;
  border-style: solid;
  text-indent: 10%;
  width: 725px;

}

h3 {
  background-color: #B0C4DE;
  line-height: 200%;
  color:  #000033;
  border-top: #D3D3D3 thick double;
  width: 725px;
  padding-left: 1%
}
h4 {  color: #000000;
text-indent: 10%;
}


p {
  font-size: 14px;
  width: 725px;
  text-align: justify;
  margin: 3%;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
    text-align: left;

}

li {
	background: url(plus.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}

#footer { font-style: italic;
          font-size: .60em;
          text-align: center;
}

#itaddsup { float: right; width: 148px;
margin: 0 0 5px 5px;

}


