BODY {
  text-align: center;
  background: #FFFFE8;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {color: #FF6600; text-decoration: none}
A:visited {color: #FF6600; text-decoration: none}
A:active {color: #FF6600; text-decoration: none}
A:hover {color: #FF6600; text-decoration: underline}

P {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-weight : normal;
  text-align : left;
  text-decoration : none;
  font-size : 100%;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 0px 0px;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.heading1 {
  color: #FF6600;
  font-size: 250%;
  letter-spacing: 2px;
  padding: 20px 0px 0px 25px;
}
.heading2 {
  color: #FFFFFF;
  font-size: 100%;
  font-weight : bold;
  letter-spacing: 2px;
  padding: 0px 0px 20px 25px;
}
.heading3 {
  font-size: 140%;
  font-weight : bold;
  text-align: center;
  color: #FF6600;
  padding:0px 0px 4px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #FF6600;
}
.subheading_right {
  font-size: 125%;
  font-weight : bold;
  text-align: right;
  color: #FF6600;
  padding: 0px 0px 0px 0px;
}
.subheading_left {
  font-size: 125%;
  font-weight : bold;
  color: #FF6600;
  padding: 0px 10px 0px 0px;
}
.address {
  font-size: 125%;
  font-weight : bold;
  text-align: center;
  color: #FF6600;
  padding:4px 0px 4px 0px;
  border-width: 0px 0px 0px 0px;
  border-color: #FF6600;
}
.footer {
  color: #FFFFFF;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 0px 10px 0px;
}

IMG
{
  border:1px solid #FF6600;
  padding: 0px;
  margin-top: 0px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#page_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #009933;
}

#header {
  background: #99CC33;
  clear: both;
  border-bottom: 1px solid #009933;
}

#main_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:20px;
  margin-right:20px;
  clear:both;
}

#main {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

#clear {
  clear: both;
  padding-top: 15px;
}

#footer {
  background-color: #99CC33;
  clear: both;
}
