html, body {
  width: 100%;
  height: 101%;
  margin: 0px;
  padding-top: 10px;
  background: url(../imgs/bg.jpg) top repeat-X;
  font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #576A80;
}

a:hover {
  color: #333E4A;
}

/*a.internal-link {
  padding-left: 12px;
  background:url(../imgs/internal-link.gif) left no-repeat;
}

a.external-link {
  padding-left: 12px;
  background:url(../imgs/external-link.gif) left no-repeat;
}

a.internal-link-page {
  padding-left: 12px;
  background:url(../imgs/internal-link-page.gif) left no-repeat;
}*/

h1 {
  font-size: 14px;
  color: #333E4A;
}

h2 {
  font-size: 13px;
  font-weight: bold;
}

h3 {
  font-size: 12px;
}

.header {
  width: 800px;
  height: 162px;
  margin: auto;
  background: url(../imgs/bgheader.jpg) top no-repeat;
}

.logo {
  margin: 30px;
  display: none;
}

.subheader {
  width: 800px;
  height: 20px;
  margin: auto;
  color: #E0E0E0;
  background: #333E4A;
  border-bottom: 1px solid #DE411A;
}

.subheader a {
  color: #E0E0E0;
}

.subheader a:hover {
  color: #FFFFFF;
}

.main-box {
  width: 798px;
  min-height: 400px;
  margin: auto;
  background: url(../imgs/bgcontent.jpg) repeat-Y;
  border: 1px solid #333E4A;
  border-top: none;
  border-bottom: none;
}

* html .main-box {
  width: 800px;
  height: 400px;
}

.container-left {
  width: 170px;
  float: left;
}

.menu {
  width: 150px;
  min-height: 290px;
  font-size: 11px;
  text-align: left;
  list-style: none;
  margin: 20px  0px  15px 0px;
  padding: 0px 9px;
}

* html .menu {
  height: 270px;
  margin: 20px  0px  25px 0px;
  padding: 0px 0px;
}

.menu, .sec-level, .third-level {
  list-style: none;
}

.menu li  {
  margin: 0px;
  padding: 0px;
}

.sec-level, .third-level {
  margin: 0px;
  padding: 0px;
}

.sec-level {
  margin-left: 10px;
}

.sec-level a {
  background: #DFDFDF;
  border-bottom: 1px solid #F0F0F0;
}

.sec-level a:hover {
  color: #000;
}

.third-level {padding-left: 10px;}

.menu a {
  color: #333E4A;
  display: block;
  line-height: 13px;
  padding: 5px;
}

.menu a:hover {
  background: #E0E0E0;
}

.menu a.active {
  background: #333E4A;
  font-weight: bold;
  color: #E0E0E0;
}

.sec-level a.active {
  background: #C0C0C0;
  color: #333E4A;
  font-weight: bold;
}

.third-level a {
  line-height: 10px;
}

.box {
  width: 95%;
  margin: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

* html .box {
  margin-bottom: 0px;
}

.box-header {
  height: 17px;
  background: #333E4A;
  color: #E0E0E0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 10px;
}

.box.search {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.right-container {
  min-height: 400px;
}

.right-container .box-header {
  margin: 0px 0px 0px 10px;
  padding: 3px 10px;
}

.right-container .head .box-header {
  font-size: 13px;
}

.box-body {
  color: #333E4A;
  text-align: left;
  margin: 5px;
}

* html .search {
  position: relative;
  bottom: 0px;
}

.search .box-body {
  height: 5px;
  margin-top: 15px;
}

.search form, .search input {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.search select {
  display: none;
}

.right {
  width: 626px;
  min-height:250px;
  float: right;
  text-align: left;
}

.content {
  width: 392px;
  height: 370px;
  float: left;
  margin: 15px;
  margin-left: 30px;
  margin-bottom: 25px;
  overflow: auto;
  padding-right: 15px;
  text-align: left;
  font-size: 11px;
  color: #333E4A;
}

* html .content {
  width: 407px;
  margin: 15px;
}

.content ul {
  list-style-image: url(../imgs/arrow.gif);
}

.content table {
  max-width: 100%;
}

.content td {
  font-size: 11px;
  color: #333E4A;
}

.content h1 {
  margin-bottom: 5px;
}

.right-container {
  width: 170px;
  float: right;
  padding-bottom: 15px;
}

.box-news-head, .box-news .box-header {
  background: #333E4A;
  font-weight: bold;
  color: #FFFFFF;
}

.box-news-head {
  margin: 3px 10px;
  margin-bottom: 7px;
  font-size: 13px;
  padding: 3px 10px;
}

.box-header a {
  color: #E0E0E0;
  padding-right: 25px;
  background: url(../imgs/arrow.gif) right no-repeat;
}

.box-header a:hover {
  color: #FFFFFF;
}

.box-news {
  width: 145px;
  margin: 10px;
}

.box-news .box-header {
  margin: 0px;
  background: #333E4A;
}

.box-news .date {
  font-weight: bold;
  display: block;
  margin-top: 15px;
  margin-bottom: 2px;
}

.box-body a {
  color: #333E4A;
}

.box-news .more {
  float: right;
}

/* ########## CONTENT ROW RIGHT ########## */

.content-right {
  width: 140px;
  margin: 10px;
  padding-top: 10px;
  border-top: 1px solid #333E4A;
}

.content-right .csc-header {
  width: 145px;
  padding: 0px;
  background: #333E4A;
  font-weight: bold;
}

.content-right h1 {
  font-size: 12px;
  padding: 3px 10px;
  margin: 0px;
  color: #FFFFFF;
}

.content-right p.bodytext {
  margin-left: 5px;
  margin-right: 5px;
}

.content-right table {
  width: 140px;
  margin: 0px;
}

.content-right td {
  font-size: 10px;
}

/* ########## FOOTER ########## */

.footer {
  width: 770px;
  height: 20px;
  margin: auto;
  border-top: 1px solid #DE411A;
  background: #333A4A;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  color: #E0E0E0;
}

* html .footer {
  width: 800px;
}

.language {
  width:45%;
  text-align: left;
  float: left;
  margin-top: 3px;
}

.footer a.active {
  font-weight: bold;
}

.footer a, .language a {
  color: #E0E0E0;
}

.footer a:hover, .language a:hover {
  color: #FFFFFF;
}

.topmenu {
  float: right;
  margin-top: 2px;
}

.copy {
  width:45%;
  text-align: right;
  float: right;
  margin-top: 3px;
}

/*########## Forms ##########*/
.label {
  width: 100%;
  text-align: left;
  margin: 5px;
}

input {
  width: 80%;
  float: left;
  border: 1px solid #333E4A;
  background: #EEEEEE;
}

input.submit {
  width: 13px;
  height: 13px;
  margin: 3px;
  border: none;
  font-size: 11px;
}

.content input.submit {
  width: auto;
  height: auto;
  border: 1px solid #DE411A;
  background: #333E4A;
  padding: 2px;
  color: #E0E0E0;
}

.content input.submit:hover {
  color: #FFFFFF;
  border: 1px solid #333E4A;
  cursor: pointer;
}

.content select {
  border: 1px solid #333E4A;
  background: #EEEEEE;
  font-size: 11px;
}