body {
	margin-top: 0px;
  font-family: Tahoma;
  font-size: 13px;
  color: #454545;
/*
  scrollbar-track-color: #F2E9D5;
  scrollbar-face-color: #FF9900;
  scrollbar-highlight-color: #FECD4E;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #333333;
  scrollbar-arrow-color: #FFFFFF;
*/
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
  margin: 0px;
}

h2.orange {
  font-size: 14px;
  color: #454545;
  margin-top: 0px;
}

p.strong {
  font-weight: bold;
}

/* INPUTS */

BUTTON.img {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  cursor: pointer
}

/* MAIN */

.page_header {
  width: 800px;
  text-align: left;
}

.main {
  width: 800px;
  min-height: 400px;
  _height: 400px;
  text-align: left;
  background-color: #EEEEEE;
}

/* LOGO */

.logo {
  float: left;
  margin-left: 15px;
  margin-top: -6px;
}

.flags {
  position: relative;
  top: 0px;
}

/* MENU */

.menu {
  height: 24px;
  background-color: #000000;
}

.menu a.level1 {
  float: left;
  text-decoration: none;
  color: #EFEFEF;
}

.menu a.level1:hover {
  color: #EFEFEF;
}

.menu a.level1 div {
  width: 159px;
  height: 20px;
  _height: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding-top: 3px;
  cursor: pointer;
  color: #EFEFEF;
}

.menu a.level1:hover div {
  color: #FF9900;
}

.menu div.sub {
  width: 160px;
  display: none;
  position: absolute;
}

.menu div.sub_back {
  border-style: solid;
  border-color: #000000;
  border-width: 0px 2px 2px 2px;
  background-color: #000000;
}

.menu a.level2 {
  text-decoration: none;
}

.menu a.level2:hover {
  color: #EFEFEF;
  background-color: #FF9900;
}

.menu a.level2 div {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  color: #CECECE;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menu a.level2:hover div {
  color: #FFFFFF;
  background-color: #FF9900;
}

/* BODY */

.body {
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
}

.body a, .body a:link, .body a:visited {
  text-decoration: none;
  color: #353535;
}

.body a:hover {
  text-decoration: underline;
}

.textpanel {
  background-color: #B5C0E4;
  padding: 0px 10px 10px 10px;
  text-align: left;
}

.textpanel_left {
  float: left;
  width: 48.5%;
  _width: 45%;
}

.textpanel_right {
  float: right;
  width: 48.5%;
  _width: 45%;
}

.tab_top {
  background-image: url('img/tab_top.gif');
  background-repeat: no-repeat;
  height: 34px;
  padding-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #454545;
}

.tab_middle {
  background-image: url('img/tab_middle.gif');
  background-repeat: repeat-y;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: justify;
}

.tab_bottom {
  background-image: url('img/tab_bottom.gif');
  background-repeat: no-repeat;
  height: 14px;
}

.minibox {
  width: 100px;
  height: 100px;
  text-align: center;
  background-image: url('img/minibox.gif');
  background-repeat: no-repeat;
  margin: 20px;
  color: #FF9900;
  font-weight: bold;
}

.minibox div {
  margin: 20px;
}

.minibox a, .minibox a:link, .minibox a:visited {
  text-decoration: none;
  color: #FF9900;
}

.side_image {
  margin: 0px 0px 30px 30px;
}

.newsbox {
  width: 240px;
  margin-left: 30px;
  background-color: #CCCCCC;
  padding: 5px 10px 10px 10px;
}

.newsbox .news {
  margin: 5px;
  font-size: 10px;
}

.newsbox .news .header {
  color: #FFFFFF;
  font-weight: bold;
}

.newspage .header {
  color: #454545;
  font-weight: bold;
}

/* TRACK RECORD */

.record_div {
  width: 145px;
  min-height: 160px;
  _height: 160px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid black;
  font-size: 11px;
}

.record_header {
  background-color: #000066;
  color: #FFFFFF;
  font-weight: bold;
}

.record_image {
  height: 50px;
  vertical-align: middle;
}

.record_content {
  padding: 3px;
  padding-bottom: 0px;
}

.record_footer {
  padding-top: 20px;
  width: 140px;
  padding-bottom: 3px;
}

HR {
  color: #B5C0E4;
}

/* FOOTER */

.page_footer {
  width: 800px;
}

.footer {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11px;
  padding: 5px 5px 5px 0px;
  text-align: center;
  height: 32px;
}

.footer img {
	margin: 0px auto;
}

.credits {
  color: #AAAAAA;
  font-size: 11px;
  font-style: italic;
  text-align: right
}

.credits a, a:visited, a:link {
  color: #858585;
}

/* OTHER */

.center {
  text-align: center;
}

.moz_center {
  margin: 0px auto;
}

.float_r { float: right; }
.float_l { float: left; }
.clear { clear: both; }
