body, div, table, span, a, input, textarea, button, select { font-family: sans-serif; font-weight: normal; text-decoration: none; color:#364E54; font-size: 10pt; }

body {
  background: #91AFB7;
}

input.button { font-weight: bold; width: 120px; }
hr { height: 1px; }
img { border-color: #364E54; }

A:link { 
  text-decoration: none;
  font-weight: normal; 
  color: #D1601A;
}

A:visited {
  text-decoration: none;
  font-weight: normal; 
  color: #D1601A;
}

A:active {
  text-decoration: none;
  font-weight: normal; 
  color: #D1601A;
}

A:hover {
  color: #ffffff;
}

div#page {
  position: absolute; 
  left: 0; 
  top: 0; 
  margin: 0;
  width: 980px; 
  text-align: left;
}

div#page_in {
  display: block; 
  clear: both;
  margin: 0;
  text-align: left;
}

a#logo {
  position: absolute; 
  left: 30px; 
  top: 30px; 
  margin: 0;
  width: 460px;
  height: 85px;
}

div#header {
  display: block;
  clear: both;
  height: 160px;
  text-align: left;
  background: url("img/bg_header.jpg") no-repeat;
}

div#menu {
  display: block;
  float: left;
  _height: 420px;
  min-height: 420px;
  width: 240px;
  padding: 10px 0 60px 10px;
  text-align: left;
  font-size: 9pt;
  background: url("img/bg_menu.jpg") top right no-repeat;
}

div#menu a {
  display: block;
  color:#364E54;
  font-family: "Comic Sans MS", "Sand CE", fantasy;
  font-size: 14pt;
  font-weight: bold;
  padding: 2px 0 2px 0;
}

div#menu a:hover {
  color: #D1601A;
}

div#submenu {
  display: block;
  padding: 0 0 5px 20px;
  text-align: left;
  font-size: 9pt;
}

div#submenu a {
  display: block;
  color:#364E54;
  font-size: 11pt;
  font-weight: normal;
  padding: 2px 0 2px 0;
}

div#submenu a:hover {
  color: #D1601A;
}

a.sel {
  color: #D1601A !important;
}

div#text {
  display: block;
  float: left;
  width: 650px;
  _height: 200px;
  min-height: 200px;
  margin: 10px 0 20px 40px;
  text-align: left;
}

div#text h1 {
  margin: 0;
  padding: 0 0 2px 0;
  font-family: "Comic Sans MS", "Sand CE", fantasy;
  font-size: 14pt;
  font-weight: bold;
}

div#text h2 {
  margin: 0;
  padding: 0;
  font-size: 11pt;
}


div#foot {
  display: block;
  clear: both;
  margin: 0;
  padding: 4px 0 6px 0;
  text-align: right;
  font-size: 7pt;
  line-height: 16px;
}

div#foot a {
  color: #364E54;
  font-size: 7pt;
  font-weight: bold;
}

div#foot a:hover {
  color: #D1601A;
}


