body {
  text-align: center;
  background: #F4FDE5 url("../images/pattern-bg.gif") repeat;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
}
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
}

.left_background_image{
	/*background: url("../images/left-side-bg.jpg") 0px 151px repeat-x;*/
}

.right_background_image{
	/*background: url("../images/right-side-bg.jpg") 0px 151px repeat-x;*/
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 798px;
  text-align: left;
  border: 1px solid #018843;
  background-color:#FFFFFF;
}

#page_header {
  height: 150px;
  background: #9AB851 url('../images/header.jpg');
  clear: both;
}




#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}



h3 {
  margin-top:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #C11B17;
  padding:4px;
  width: 540px;
  border-bottom: 1px solid #018843;
}

#page_footer {
  height: 52px;
  /*background-color: #9AB851;*/
  background-image: url(../images/glossyback.gif);
  background-repeat: repeat-x;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}