/* CSS Document */

html {
  height:100%;
}
body {
  padding:0px;
  margin:0px;
  height:100%;
  background: #FFAA00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
}
.bord-left{ background: url(work/bord-left.png) repeat-y left; 
  padding-left:12px; 
}
.bord-right{ background: url(work/bord-right.png) repeat-y right;
  padding-right:10px;
}
.bord-bottom{ background: url(work/bord-bottom.png) repeat-x top; 
  height:20px; margin:0px -10px;
}
table {
  border-collapse:collapse;
  font:inherit;
  margin:0px;
  padding:0px;
}
tr, td {
  margin:0px;
  padding:0px;
}
a {
  color:#333333;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
a img {
  border-width:0px;
}
.top {
  margin:0px -10px;
  text-align:center;
  background: url(work/bord-top.png) repeat-x bottom;
  padding:2px 0px 10px;
  vertical-align:top;
  color:#bb8800;
}
.top a {
  color:#dd9900;
  text-decoration:none;
}
.top a:hover {
  text-decoration: underline;
}
.logo1 {
  font-family:"Courier New", Courier, monospace;
  padding-top:20px;
  font-size:36px;
  font-weight:bold;
  line-height:100%;
  white-space:nowrap;
}
.logo2{
  padding-left:2px;
}
.side {
  text-align:center;
  vertical-align:top;
  background:url(work/mrgd.gif) no-repeat bottom left;
}
.menu {
  text-align:right;
  font-size:18px;
  letter-spacing:0px;
  padding: 0px 10px 0px 0px;
  border-right:1px solid #222;
}
.menu p {
  padding:0px;
  margin:10px 0px;
}
.menu a {
  color:#000000;
}
.content {
  text-align:center;
  vertical-align:top;
  padding-bottom:15px;
}
.content h1 {
  font-size:22px;
  font-weight:bold;
  padding:0px;
  margin: 14px 0px;
}
.content p {
  padding:0px;
  margin:7px 0px 11px;
}
.content li {
  margin:0px;
  padding:2px 0px;
}
.inside {
  width:790px;
  text-align:left;
  display:inline-table;
  margin-bottom:15px;
}
.item {
  margin:2px 0px;
  border:1px solid #aa7700;
}
.bottom {
  height: 150px;
  background:url(work/bottom.gif) repeat-x;
  background-position:left;
  text-align:right;
  vertical-align:bottom;
}
.bottom_side {
  height: 150px;
  background:url(work/bottom_side.gif) no-repeat;
  background-position:right;
  text-align: center;
  vertical-align: bottom;
  font-size:10px;
}
.printdirect{
  float:right; 
  width:440px;
}
.printdirect img {
  margin-right:10px;
}