html, body { height: 100%; margin: 0; padding: 0 }
body {
  font-family: Tahoma;
  font-size: 14px;
  color: black;
  background-color: white;
}

table, tr, td, div { margin: 0px; padding: 0px; }
a { color: #000084; text-decoration: none }
a:hover { text-decoration: underline }

.title { font-size: 24px; font-family: Times New Roman; color: #581207; }
.ftitle { font-size: 32px; }
.caption { 
  height: 30px;
  text-align: center;
  color: rgb(154,168,188);
  font-family: Tahoma;
  font-size: 20px;
  padding: 15px 0 0 0px;
}

.div10 { height: 10px }

#header {
  width: 1000px; /* remove me for full width header */
  background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
  background: rgba(255, 255, 255, 1);
  background: url(../images/header.jpg) no-repeat;
  height: 150px;
}

#header_content {
  width: 1000px;
  padding: 10px;
  min-height: 113px;
}

#header_spaceline {
  width: 1000px; /* remove me for full width header */
  background: url(../images/cut-line.png) top center repeat-x;
  height: 1px
}

#main { 
  width: 980px;
  border: 10px solid rgb(255, 255, 255);
  border: 10px solid rgba(255, 255, 255, 1);
  border-top: 0;
}

#bd {
  border: 15px solid rgb(154,168,188);
  border-top: 40px solid rgb(154,168,188);
}

#nav {
  height: 28px;
  margin-top: -40px;
  padding-top: 12px;
  color: white;
}

#nav a {
  color: #5F3B42;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
}
#nav a:hover { color: #000084; text-decoration: underline }

.nav_ele { color: white !important; }
.nav_ele:hover { color: #5F3B42 !important; text-decoration: none }

#ct_insert { min-height: 300px; background-color: white; width: 950px }

#ct_left_td, #ct_right_td {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 1);
}

#ct_left_td {
  border-right: 10px solid rgb(154,168,188);
}

#ct_left { width: 650px; padding: 10px; min-height: 515px; line-height: 24px; }
#ct_right { width: 250px; padding: 10px }

#ct_left a { color: #000084 }

.panel, .panel_left {
  background-color: white;
  padding: 8px;
  margin-bottom: 12px;
  border: 1px solid #D0D0D0
}
.panel_left { border: 0; padding: 0; background: none; max-width: 650px; line-height: 20px; margin-bottom: 10px; }
.panel_title, .panel_title_left {
  background-color: rgb(154,168,188);
  background-color: rgba(154,168,188, .8);
  border: 1px solid #D0D0D0;
  padding: 3px;
  margin-bottom: 5px;
  text-align: center;
  color: white;
  font: Arial 11px bold;
  text-shadow: 1px 1px #333333;
  line-height: 20px;
  letter-spacing: 1px
}
.panel_title_left { text-align: left }
.panel_title a, .panel_title_left a { color: white; letter-spacing: 1px }

#visitor_nav {
  position: absolute;
  margin: 3px 0 0 10px;
}

#visitor_nav, #visitor_nav a { font-size: 12px; font-style: italic; color: #333 }

#slideshow { width: 650px; height: 271px; overflow: hidden }

#copyright { width: 980px; padding: 3px 10px 0 10px; margin-top: -15px }
#copyright table tr td { color: orange; font-size: 10px }
#platinumits { color: black; font-style: italic }
