.yellow {
  color: #ffcc00 !important;
}
.blue {
  color: #336699 !important;
}
.beige {
  color: #ede9dd !important;
}
.black {
  color: #000000 !important;
}

body, th, td, div, a, h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
body {
  background-color: #ede9dd;
  text-align: center;
  padding: 10px;
  padding-top: 0px;
  margin: 0px;
}
table, td {
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-weight: bold;
}
a {
  color: #336699;
}
a:hover{
  color: #ffcc00;
}

/**** POSITION ****/

#logo {
 position:relative;
 left:0px; top:55px; 
 z-index:9999;
 height: 150px;
width: 150px;
}
#logo img {
border-width: 0px;

}
tr.logo td{
border-width: 0px;
padding: 0px;
}

table.pos {
  width: 750px;
  margin: auto;
  border-width: 0px;
}

tr.nav-1 {
  height: 31px;
  background-color: #336699;
}
tr.nav-1 td {
  padding-left: 160px;
}
div.top-nav-1 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
div.top-nav-1 a:hover {
  color: #ede9dd;
}

tr.nav-2 {
  height: 20px;
  background-color: #ffcc00;
}
tr.nav-2 td {
  padding-left: 160px;
}

div.top-nav-2 {
  font-size: 10px;
}
div.top-nav-2 a {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
div.top-nav-2 a:hover {
  color: #ede9dd;
}

tr.middle td.content {
  background-image: url('bg.gif');
  padding: 10px;
}
h1.title {
  font-size: 18px;
  padding: 5px;
  border-bottom: 3px dotted #336699;
}
div.content-nav {
  text-align: right;
  padding-top: 10px;
}

tr.bottom td {
  height: 20px;
  background-color: #ffcc00;
  padding: 5px;
}
div.bottom-nav {
  float: left;
}
div.bottom-nav {
  font-size: 10px;
}
div.bottom-nav a {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
div.bottom-nav a:hover {
  color: #ede9dd;
}
div.copy {
  text-align: right;
  float: right;
  font-size: 10px;
}

/**** CONTENT ****/

div.csc-frame-rulerAfter {
  border-bottom: 3px dotted #336699;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.contenttable td {
  font-size: 11px;
}
table.contenttable-1 tr.tr-0 td, table.contenttable-2 td.td-0, table.contenttable-3 td.td-0, table.contenttable-3 tr.tr-0 td {
  background-color: #336699;
  color: #ffffff;
  font-weight: bold;
}

table.imgtext-table,table.imgtext-table td {
  border-width: 0px;
}

table.csc-mailform, table.csc-mailform td {
  border-width: 0px;
}

p.csc-sitemap-level2 {
  padding-left: 20px;
}
p.csc-sitemap-level3 {
  padding-left: 40px;
}

