<!--

html, body {
  min-height: 100%;
}

html {
  overflow-y: scroll;
}

body, table, h1, h2, h3, a, input, textarea, select {
  color:#005953
}

body, p {
  padding:0;
  margin:0;
}

img {
  border:none;
  margin:0;
  padding:0;
}

img, input {
  vertical-align: middle;
}

form {
  padding:0;
  margin:0;
}

.body {
  background: url(tmpl/main_back.gif) repeat-y center #dddddd;
  text-align:center;
  cursor: default;
}

a {
  cursor: pointer;
}

body, table, input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

body, table {
  line-height: 20px;
}

h1, h2, h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

input, textarea, select {
  border: 2px solid #bebfc3;
  background: white;
  color: #000;
}


/**************************
   MAIN
***************************/
.main {
  margin: auto;
  width: 873px;
  text-align: justify;
}

.main_links {
  text-align: right;
  margin: 10px;
  font-size: 11px;
}

.main_links a {
  text-decoration: none;
}

.main_links a:hover {
  text-decoration: underline;
}

/**************************
   BAR
***************************/
.bar_top {
  background: url(tmpl/bar_top.gif) repeat-x top;
  height: 126px;
}

.bar_top img {
  float: left;
  margin-top: 11px;
  margin-left: 1px;
}

.bar_top form {
  padding-top: 9px;
  #padding-top: 7px;
  padding-right: 10px;
  text-align: right;
}

.bar_top form .input_text {
  height: 17px;
  -height: 25px;
  padding: 5px 1px 1px 1px;
}

.bar_top form .input_button {
  height: 27px;
  -height: 25px;
  font-weight: bold;
}

/**************************
  MENU
***************************/
.menu {
  float: left;
  width: 140px;
}

.menu img {
  float: right;
}

.menu a {
  text-decoration: none;
}

.menu a:hover {
  text-decoration: underline;
}

.menu_items {
  display: block;
  margin-left: 10px;
}

.menu_item2 {
  margin-left: 20px;
}

.menu_item3 {
  margin-left: 30px;
}

/**************************
  NEWS
***************************/
.news {
  float: right;
  margin-left: 5px;
}

.news_items {
  padding-left: 5px;
  padding-right: 2px;
}

.news_items h1 {
  margin: 0;
  padding: 5px;
  background: #ebebeb;
  font-size: 18px;
  font-weight: normal;
}

.news_items a {
  display: block;
  background: url(tmpl/news_item.gif) no-repeat;
  width: 255px;
  -width: 285px;
  height: 31px;
  overflow: hidden;
  margin: 10px 0;
  line-height: 31px;
  padding-left: 5px;
  padding-right: 25px;
  text-decoration: none;
}

.news_items a:hover {
  background-color: #bebfc3;
}

/**************************
  CONTENT
***************************/
.homecontent {
  margin-right: 300px;
}

.content {
  margin-left: 170px;
  margin-right: 10px;
  padding-right: 40px;
  min-height: 350px;
  -height: 350px;
  background: url(tmpl/bar_mid.gif) no-repeat right top;
}

.popup {
  background: url(tmpl/bar_mid.gif) no-repeat left top #fff;
  padding-left: 40px;
  margin-left: 10px;
  margin-top: 10px;
  min-height: 350px;
}

.popup .content {
  margin-left: 0px;
}

.copyright {
  text-align: center;
  color: #6f6e6e;
  font-size: 9px;
  clear: both;
  bottom: 0px;
}

.copyright a {
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

/**************************
   FORM
***************************/
.form {
  -width: 687px;
}

.form h2 {
  text-decoration: underline;
  font-size: 14px;
}

.form i {
  color: #88c;
}

.input_S { width: 60px}
.input_M { width:150px}
.input_L { width:500px}
