#page_holder{
  position:relative;
  width: 1067px;
  background: #fff url("images/pwc_watermark.png") bottom right no-repeat;
}

#header{
  position:relative;
  width: 1067px;
}


#info_text{
  display: block;
  position:absolute;
  right: 40px;
  bottom: 25px;
  text-decoration:none;
  color:#fff;
}

#page_top_right_corner
,#page_top_left_corner
,#page_bottom_right_corner
,#page_bottom_left_corner{
  position: absolute;
  height: 35px;
  width:35px;
  background-repeat:no-repeat;
}

#page_top_right_corner{
  top: -21px;
  right: -25px; }

#page_top_left_corner{
  top: -24px;
  left: -25px; }

#page_bottom_right_corner{
  bottom: -25px;
  right: -25px;
  background-image: url("images/bottom_right_corner.gif"); }

#page_bottom_left_corner{
  bottom: -25px;
  left: -25px;
  background-image: url("images/bottom_left_corner.gif"); }

#ph_left{
  width: 1087px;
  margin: 25px auto;
  padding-left: 20px;
  background: url("images/pg_left_grad.gif") repeat-y left;
}

#ph_right{
  padding-right: 20px;
  background: url("images/pg_right_grad.gif") repeat-y right;
}
#ph_top{
  padding-top: 19px;
  background: url("images/pg_top_grad.gif") repeat-x top;
}
#ph_bottom{
  padding-bottom: 20px;
  background: url("images/pg_bottom_grad.gif") repeat-x bottom;

}
  
a{ color: #002469;
border-bottom: 1px dotted #aaa;
  text-decoration: none;}
  
  
#content{
  padding: 10px 100px;
}

#footer{
  position:absolute;
  font-size: .8em;
  bottom: 5px;
  right: 5px;
}

html{ background-color: #808080; }

/* Text Styles */
*{
  font-family: sans-serif;
}

p{ margin-top: 1.5em; }

h1,h2,h3,h4,h5{
  margin-top: 1em;
  font-weight: bold;  
}

h1{ font-size: 1.75em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.25em; }
h4{ font-size: 1.1em; }
h5{ font-size: 1em; }

h1 a,h2 a,h3 a,h4 a,h5 a{
  font-size: 80%;
}

strong{ font-weight: bold; }
em{ font-style:italic; }

#content p{ line-height: 150%; }

#content_holder ul
,#content_holder ol
,#content_holder dl { margin: 1.5em; }

#content_holder ul li { list-style-type: disc; }
#content_holder ol li { list-style-type: decimal; }

#content_holder li{ padding: .25em; }