body {
margin: 0 0 0 0;
font-size: 75%;
color: #222;
background: #e2e2e2 url("../img/common/body_top_rpt.jpg") top center repeat-x;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#container{
  background: url("../img/common/pg_rpt.jpg") top center repeat-y;
  width: 950px;
  margin: 0px auto 30px auto;
}

#bgTop {
  margin: 0 0 0 0;
  paddiing: 0 0 0 0;
  clear: both;
  background: url("../img/common/bg_top.png") top center no-repeat;
}

#sideBar {
  padding: 0 20px 10px 0;
	width: 220px;
  margin: 0px 0 0 0;
  position: relative;
}

#pgBot {
  width: 950px;
  height: 66px;
  text-align: center;
  font: normal 10px "Trebuchet MS",Arial,Helvetica,sans-serif;
  background: url("../img/common/pg_bot.jpg")  bottom center no-repeat;
}

.clear {
  clear: both;
}

.content {
  margin: -60px 30px 0 30px;
  width: 890px;
  background: url("../img/common/copy_bg.jpg")  bottom center no-repeat;
  z-index: 100;
}

h1 {
  letter-spacing: 1px;
  text-align: left;
  color: #853719;
  font: bold 17px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2 {
  letter-spacing: 1px;
  color: #10173f;
  font: bold 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h3 {
  letter-spacing: 1px;
  color: #10173f;
  font: bold 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height: 6px;
}

p {
  font: normal 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: justify;
  line-height: 16px;
  padding: 0px 10px 0px 10px;
}

ul li {
  font: normal 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
  line-height: 16px;
}



/* LINK STYLES ###########################################*/

a.contact {
  font: normal 11px "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #999;
  text-decoration: none;
}
  
a.contact:hover {
  color: #fff;
}

a.contact:active {
  color: #fff;
}

