* {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
}

body {
  background: url('gfx/bg.jpg') repeat-x fixed;
  text-align: center;
  font-size: 73%;
}

a {
  color: #369;
}

a:hover {
  color: #246;
}

a:visited {
  color: #69a;
}

a.cvs_enter {
  text-align: center;
  display: block;
  background: #035;
  height: 23px;
  padding-top: 10px;
  color: #fff;
  border: 1px solid #69b;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 50px;
}

a.cvs_enter:hover {
  background: #369;
  color: #fff;
}

h1 span {
  display: none;
}

h1 {
  height: 95px;
  background: url('gfx/header.jpg') no-repeat;
}

h1 a {
  display: block;
  height: 85px;
  width: 200px;
}

h1 a:hover {
 background: url('gfx/header_over.jpg') no-repeat;
}

h2 {
  margin: 25px 0;
  font-size: 15pt;
  font-weight: normal;
  color: #69b;
}

h2 span {
  color: #999;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  margin: .2em 0;
  color: #666;
}

sup.tm {
  font-size: .5em;
}

#wrap {
  width: 790px;
  margin: 0 auto 20px auto;
  text-align: left;
  background: #fff;
}

#vert_menu {
  text-align: left;
  text-indent: 1em;
  width: 185px;
  margin-left: 11px;
  _margin-left: 5px;
  float: left;
}

#vert_menu a {
  display: block;
  color: #024;
  width: 185px;
  padding-top: 10px;
  height: 25px;
  text-decoration: none;
  background: url('gfx/vmenu_bg.jpg') no-repeat;
}

#vert_menu a:hover {
  background: url('gfx/vmenu_hover.jpg') no-repeat;
  color: #036;
}

#vert_menu a.current {
  background: url('gfx/vmenu_cur_bg.jpg') no-repeat;
}

#vert_menu a.current:hover {
  background: url('gfx/vmenu_cur_hover.jpg') no-repeat;
}

#vert_menu a.submenuToggle:hover {
  cursor: pointer;
  _cursor: hand;
}

#vert_menu .sub_menu a {
  background: url('gfx/submenu_bg.jpg');
  color: #999;
  font-size: 10px;
}

#vert_menu .sub_menu a:hover {
  background: url('gfx/submenu_hover.jpg');
  color: #666;
}

#vert_menu .sub_menu a.current {
  background: url('gfx/submenu_cur_bg.jpg') no-repeat;
}

#vert_menu .sub_menu a.current:hover {
  background: url('gfx/submenu_cur_hover.jpg') no-repeat;
}

#vert_menu_bot {
  height: 50px;
  background: url('gfx/vmenu_bot.jpg') no-repeat center bottom;
}

#content {
  float: left;
  width: 550px;
  margin-left: 17px;
  min-height: 500px;
  _height: 500px;
}

#content p {
  line-height: 1.5;
  text-align: justify;
  margin: 20px 0;
}

.float_note {
  width: 350px;
  text-align: left;
  line-height: 1.5;
  background: #035;
  color: #fff;
  padding: 1.2em;
  float: right;
  margin: .5em 0 .8em 1.5em;
}

.float_note h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
}





/*  Lists        */

#content ul {
  list-style-type: none;
  padding: 1em 2em 1em 4em;
}

#content li {
  margin: 1em;
  color: #444;
  list-style-type: none;
  line-height: 1.5;
  padding-left: 14px;
  background: url('gfx/bullet.jpg') no-repeat 0 5px;
}

#content li ul li {
  font-size: .95em;
  background: url('gfx/subbullet.jpg') no-repeat 0 4px;
  color: #666;
}






/*   Tables   */

#content table {
  margin: 1.2em 0;
  font-size: .96em;
  border-bottom: 1px solid #efefef;
  width: 550px;
}

#content table th, #content table td {
  padding: 5px 10px;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

#content table th {
  border: none;
  color: #fff;
  text-align: left;
  background: #035;
}

td.tbl_date {
  width: 150px;
  height: 40px;
  text-align: center;
  color: #555;
  border-left: 1px solid #efefef;
  background: #fafafa;
}

table thead th.dl_head {
  background: #024 !important;
}

table td.tbl_dl_label, table td.tbl_cvs_param {
  width: 280px;
  border-left: 1px solid #efefef;
}

table td.tbl_dl_link {
  background: #f3f5fa;
}

table td.tbl_cvs_param {
  width: 100px;
}

/* recent news */

div.recent_news {
  border: thin dotted #787878;
}




#footer {
  text-align: center;
  padding-top: 20px;
  height: 50px;
  background: url('gfx/footer.jpg') no-repeat bottom center;
  clear: both;
}

/* Forms */

fieldset {
  border: solid 0 transparent;
  border-bottom: 1px solid #eaeaea;
  margin: 2em 0;
  padding: 0 0 1em 0;
}

fieldset div {
  margin: 1em 0;
}


label, .checkbox_float div label {
  float: left;
  width: 220px;
  height: 22px;
  line-height: 22px;
  margin-right: 12px;
  text-align: right;
}

input, select {
  width: 180px;
}

textarea {
  width: 300px;
  height: 100px;
}

input.submit {
  margin-left: 232px;
}

