body {
  text-align: center;
  background: #DFDAA7;
  margin-top:15px;
  margin-bottom:30px;
  color:#333333;
}
table  {
  margin:10px 10px 0px 10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  color: #333333;
}
A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
  background: #F3E7A9 url('../img/page_bg.jpg') top left;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #eee;
}

#page_header {
  height: 110px;
  background: #515230 url('../img/banner.jpg') top left no-repeat;
}

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color: #E2D179;
  margin:0px;
}

#menu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_bar {
	  height:30px;
	  background: #A5A162 url('../img/menu_bg.jpg') top left no-repeat;
}

#menu1 {
        width: 134px;
        margin: 30px 10px;
        border-style: solid solid none solid;
        border-color: #3D261D;
        border-size: 1px;
        border-width: 1px;
        }

#menu1 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu1 li a:link, #menu1 li a:visited {
        color: #E4D6CD;
        display: block;
        background:  url(../img/menu1.gif);
        padding: 8px 0 0 10px;
        }

#menu1 li a:hover, #menu1 li #current {
        color: #FFF;
        background:  url(../img/menu1.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left no-repeat;
}

#right_side {
  float:right;
  width:480px;
}

#right_side h1 {
  margin:25px 10px 15px 10px;
  font-family: verdana;
  font-size:16px;
  font-weight: bold;
  color: #5A6892;
}
#right_side p, #right_side li {
  margin:10px 10px 0px 10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:130%;
  color: #333333;
}

#right_side ul, #right_side li {
	margin-left: 0px;
}

#left_side {
  float:left;
  width:150px;
}

#left_side h3 {
  margin-left:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}

#left_side p {
  margin:5px;
  margin-bottom:15px;
  padding-left:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: 70px;
  line-height:110%;
  background: #515230 url('../img/footer.jpg') top left no-repeat;
}

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:6px;
  font-family: verdana;
  font-size:11px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:1px;clear:both;
}

.picleft	{
	float: left;
	margin: 5px 10px 2px 10px;
	border: 1px solid #999;
}
.picright	{
	float: right;
	margin: 5px 10px 2px 10px;
	border: 1px solid #999;
}
.credits{
  font-family: verdana;
  font-size:10px;
  line-height:18px;
  color: #333;
}
.printonly	{
	display: block;
}

.noprint	{
	display: none;
}