body
{
  padding: 0;
  margin: 0;
  background: #39332C url(/style/background.gif) no-repeat top center;
  text-align: center;  /* For centering in IE. */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #39332C;
}
div#workarea
{
  width: 890px;
  margin: 0 auto;    /* Centering for decent browsers. */
  text-align: left;  /* Set body's text align back to left for IE. */
}

table.layout
{
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  empty-cells: show; 
}
table.layout tr td        { margin: 0; padding: 0; vertical-align: top; }
table.layout tr td.header
{
  width: 890px;  height: 204px;
  background: url(/style/header.jpg) no-repeat top left;
}
table.layout tr td.header a
{
  text-decoration: none;
  -moz-outline: none; outline: none;
}
table.layout tr td.header a img { margin: 0 10px; border: 0; }
table.layout tr td.menu
{
  width: 890px;  height: 26px;
  background: url(/style/header.jpg) no-repeat bottom left;
  text-align: center;
}
table.layout tr td.top 
{
  width: 890px;  height: 10px;
  background: url(/style/content_top.gif) no-repeat top left;
}
table.layout tr td.left
{
  width: 20px;  height: 10px;
  background: url(/style/content_left.gif) repeat-y top left;
}
table.layout tr td.middle 
{
  width: 850px;
  background: #CABDA7 url(/style/content_middle.gif) repeat-y top left;
}
table.layout tr td.right
{
  width: 20px;  height: 10px;
  background: url(/style/content_right.gif) repeat-y top left;
}
table.layout tr td.bottom 
{
  width: 890px;  height: 10px;
  background: url(/style/content_bottom.gif) no-repeat top left;
}
table.layout tr td.footer-bar
{
  width: 890px;  height: 15px;
  background: url(/style/footer.jpg) no-repeat top left;
}
table.layout tr td.footer
{
  width: 833px;  height: 65px;
  background: url(/style/footer.jpg) no-repeat bottom left;
  padding-bottom: 0px;
  padding-right: 57px;
  text-align: right;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
td.footer span.white  { color: #D0D0D0; }
td.footer span.black  { color: #000000; }

table.menu
{
  border: 0;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  empty-cells: show;
  text-align: center;
  font-size: 15px;
}
table.menu tr td.left
{
  width: auto;
  height: 25px;
  padding: 0;
  border-left: #BAB0A9 1px solid;
  border-right: #BAB0A9 1px solid;
  background: transparent;
}
table.menu tr td.right
{
  width: auto;
  height: 25px;
  padding: 0;
  border-right: #BAB0A9 1px solid;
  background: transparent;
}
table.menu a
{
  display: block;
  height: 23px;
  padding: 2px 10px 0 10px;
  color: #FFFFFF;
  background: url(/style/menu.gif) top left;
}
table.menu a:visited  { color: #FFFFFF; }
table.menu a:active   { color: #FFFFFF; }
table.menu a:hover    { color: #000000; background-position: bottom left; }

td.footer a 
{
  padding: 0 10px;
  color: #D0D0D0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
td.footer a:visited  { color: #D0D0D0; } 
td.footer a:hover    { color: #CAA16B; } 

td.footer a.copyright          
{ 
  font-size: 15px;
  color: #000000;
}
td.footer a.copyright:visited  { color: #000000; } 
td.footer a.copyright:hover    { color: #000000; } 

h2
{
  margin-top: 10px;
  color: #3C1E08;
  font-size: 24px;
  font-weight: bold;
}
h3
{
  margin-top: 2px;
  margin-bottom: 2px;
  color: #39332C;
  font-size: 18px;
  font-weight: bold;
}
h4
{
  margin-top: 2px;
  margin-bottom: 2px;
  color: #39332C;
  font-size: 14px;
  font-weight: bold;
}
div.title
{
  height: 25px;
  margin: 0 25px;
  padding: 0;
  border-bottom: #000000 1px solid;
  background: url(/style/title.gif) repeat bottom left;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #CABDA7;
  text-align: center;
}
div.title table
{ 
  border: 0;
  padding: 0;
  margin: 0 auto;
  border-collapse: collapse;
}
div.title table tr td
{
  height: 23px;
  vertical-align: bottom;
   /** IE 5.5 needs these repeated from the DIV for some reason */
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #CABDA7;
}

table.partition
{
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  empty-cells: show;
}
table.partition td.part-top    { border-top: #51422E 1px solid; }
table.partition td.part-bottom { border-bottom: #51422E 1px solid; }
table.partition td.part-left   { border-left: #51422E 1px solid; }
table.partition td.part-right  { border-right: #51422E 1px solid; }
/*table.partition td  { border: #51422E 1px solid; }*/

.margins-2   { margin-left: 2px; margin-right: 2px; }
.margins-5   { margin-left: 5px; margin-right: 5px; }
.margins-10  { margin-left: 10px; margin-right: 10px; }
.margins-20  { margin-left: 20px; margin-right: 20px; }
.margins-25  { margin-left: 25px; margin-right: 25px; }
.margins-30  { margin-left: 30px; margin-right: 30px; }
.left-margin-10   { margin-left: 10px; }
.right-margin-10  { margin-right: 10px; }

div.margins-v2    { margin-top: 2px; margin-bottom: 2px; }
div.margins-v5    { margin-top: 5px; margin-bottom: 5px; }
div.margins-v10   { margin-top: 10px; margin-bottom: 10px; }
div.margins-v15   { margin-top: 15px; margin-bottom: 15px; }
div.margins-v20   { margin-top: 20px; margin-bottom: 20px; }
div.margins-v0505 { margin-top: 5px; margin-bottom: 5px; }
div.margins-v0800 { margin-top: 8px; margin-bottom: 0px; }
div.margins-v0808 { margin-top: 8px; margin-bottom: 8px; }
div.margins-v0815 { margin-top: 8px; margin-bottom: 15px; }
div.margins-v0020 { margin-top: 0px; margin-bottom: 20px; }
div.margins-v0030 { margin-top: 0px; margin-bottom: 30px; }
div.margins-v0505 { margin-top: 5px; margin-bottom: 5px; }
div.margins-v1000 { margin-top: 10px; margin-bottom: 0px; }
div.margins-v1005 { margin-top: 10px; margin-bottom: 5px; }
div.margins-v1010 { margin-top: 10px; margin-bottom: 10px; }
div.margins-v1020 { margin-top: 10px; margin-bottom: 20px; }
div.margins-v2010 { margin-top: 20px; margin-bottom: 10px; }

.width10        { width: 10px; }
.width15        { width: 15px; }
.width20        { width: 20px; }
.width205       { width: 205px; }
.width249       { width: 249px; }
.width270       { width: 270px; }
.width280       { width: 280px; }
.width340       { width: 340px; }

a 
{ 
  color: #8C5400;
  text-decoration: none;
}
a:link     { color: #8C5400; }
a:visited  { color: #653D00; }
a:hover    { color: #000000; }
a:focus    { -moz-outline: none; outline: none; }
/* a:active   { color: #653D00; } */

div.center      { text-align: center; }
div.side-text
{
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #39332C;
}
div.left-text
{
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  color: #39332C;
}
div.align-right { text-align: right; }

img.arrow   { position: relative; top: 5px; }
img.bar     { position: relative; top: 5px; }
img.dot     { position: relative; top: -2px; }
img.dot-div { position: relative; top: 2px; }

div.small-text  { font-size: 13px; }

img.border      { border: #3C1E08 4px solid; }
img.thin-border { border: #51422E 1px solid; }

div.divider
{
  height: 60px;
  background: transparent url(/style/divider.gif) no-repeat center center;
  margin: 8px 0;
}

img.icon-active   { }
img.icon-active:hover
{
  opacity: 0.8;
  filter:alpha(opacity=80);
}

table.general
{
  border: 4px #3C1E08 solid;
  text-align: center;
  border-collapse: collapse;
}
table.general tr th 
{
  border: 1px #000000 solid;
  background: url(/style/title.gif) repeat bottom left;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #CABDA7;
  text-align: center;
}
table.general tr td 
{
  border: 1px #51422E solid;
  padding: 10px 10px 10px 10px;
}

div.center-text  { text-align: center; }

