
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #494134;
  background-color: #F3F1E2;
  background-image: url(images/site_bg.png);
  background-repeat: repeat-x;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }

#menubar {
  font-family: Times New Roman, serif;
  font-weight: bold;
  font-size: 11px;
  height: 40px;
  background-color: #E7E6D3;
  text-align: right;
}

#menubar table td {
  text-transform: uppercase;
  padding: 0px 10px;
}

#menubar table td.rborder {
  border-right: 1px solid #D1D2BD;
}

#clicktrail {
  font-weight: bold;
  font-size: 11px;
  height: 28px;
  background: url(images/clicktrail_bg.png); repeat-y;
  color: #E7E6D3;
}

.home_top {
  background-color: #DEDDC8;
  height: 180px;
}

.title_large {
  font-family: Times New Roman, serif;
  font-size: 28px;
  font-variant: small-caps;
}

.title_second {
  font-family: Times New Roman, serif;
  font-size: 24px;
  font-variant: small-caps;
}

.title_medium {
  font-family: Times New Roman, serif;
  font-size: 18px;
  font-variant: small-caps;
}

.title_small {
  font-family: Times New Roman, serif;
  font-size: 14px;
  font-variant: small-caps;
}

.title_right {
  font-size: 13px;
  font-weight: bold;
}

.text_main {
  font-size: 12px;
  line-height: 16px;
}

.text_var {
  font-size: 12px;
}

.fadedbg {
  background-image: url(images/body_bg.png);
  background-repeat: repeat-x;
  background-color: #E5E5D2;
}

.leftbg { background-color: #E5E5D2; }

.rightbg { background-color: #FFFFFF; }

.datetx {
  font-family: Times New Roman, serif;
  color: #354F6A;
}

.dotborder {
  font-size: 0px;
  border-top: 1px dotted #D1D2BD;
}

#footerbar {
  font-family: Times New Roman, serif;
  font-weight: bold;
  font-size: 12px;
  height: 28px;
  background-color: #354F6A;
  color: #67829D;
}

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

img { border: 0px; }

.wide { width: 100%; }

.fl { float: left; }
.fr { float: right; }

.text { font-size: 11px; line-height: 17px; }

.error { color: #8C1717; }

.caption { font-size: 10px; color: #43607E; }

.rightcol { color: #43607E; }

.adminsel { color: #43607E; }

.admintable { border: 1px solid #494134; }
.admintable td {
  border: 1px solid #494134;
  padding: 3px 6px 3px 3px;
  vertical-align: middle;
}

.admintable2 td {
  padding: 3px 10px 3px 0px;
}

.imgframe { border: 5px solid #FFFFFF; }
.makeleft li {
  margin-left: -20px;
  padding-left: 0;
  padding-bottom: 3px;
}

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

a:link    { color: #494134; text-decoration: underline; }
a:visited { color: #494134; text-decoration: underline; }
a:hover   { color: #43607E; text-decoration: underline; }

.newslink a:link    { color: #494134; text-decoration: underline; }
.newslink a:visited { color: #494134; text-decoration: underline; }
.newslink a:hover   { color: #354F6A; text-decoration: underline; }

.sidebar a:link    { color: #354F6A; text-decoration: underline; }
.sidebar a:visited { color: #354F6A; text-decoration: underline; }
.sidebar a:hover   { color: #494134; text-decoration: underline; }

.box1 a:link    { color: #43607E; text-decoration: none; }
.box1 a:visited { color: #43607E; text-decoration: none; }
.box1 a:hover   { color: #998F7D; text-decoration: none; }

.rightcol a:link    { color: #43607E; text-decoration: underline; }
.rightcol a:visited { color: #43607E; text-decoration: underline; }
.rightcol a:hover   { color: #998F7D; text-decoration: underline; }
    
#menubar a:link    { color: #494134; text-decoration: none; }
#menubar a:visited { color: #494134; text-decoration: none; }
#menubar a:hover   { color: #364E67; text-decoration: none; }

#clicktrail a:link    { color: #E7E6D3; text-decoration: underline; }
#clicktrail a:visited { color: #E7E6D3; text-decoration: underline; }
#clicktrail a:hover   { color: #998F7D; text-decoration: underline; }