html {
  margin           : 0;
  padding         : 0;
}

body {
  background       : #FFFFFF;
  margin           : 0;
  margin-top       : 15px;
  margin-bottom    : 15px;
  padding          : 0;
  text-align       : center;
}

#container {
  background       : #FFFFFF;
  margin           : 0 auto;
  position         : relative;
  text-align       : center;
  width            : 690px;
}

#navigation {
  background       : #FFFFFF url(images/navbg.jpg) 0 0 no-repeat;
  height           : 26px;
  margin           : 0;
  padding          : 0;
/* position         : relative; */
  width            : 690px;
}

#navigation ul {
  list-style       : none;
  margin           : 0;
  margin-left      : 25px;
  padding          : 0;
  position         : relative;
  top              : 0px;
}

#navigation li {
  float            : left;
/* margin-left      : 5px; */
}

#navigation li a {
  background       : url(images/btn_normal.jpg) 0 0 no-repeat;
  color            : #000000;
  font-family      : arial, sans-serif;
  font-size        : 9pt;
  display          : block;
  height           : 21px;
/* height           : 26px; */
  padding-top      : 5px;
  overflow         : hidden;
  text-decoration  : none;
  width            : 85px;
}

#navigation li a:hover, #navigation li .a_hover {
  background       : url(images/btn_hover.jpg) 0 0 no-repeat;
  color            : #000000;
}

#header {
  background       : #FFFFFF url(images/header.jpg) 0 0 no-repeat;
  height           : 215px;
  margin           : 0 auto;
/* position         : relative; */
  width            : 690px;
}

#upperbar {
  background       : #FFFFFF url(images/bar_upper.jpg) 0 0 no-repeat;
  height           : 22px;
  margin           : 0 auto;
/* position         : relative; */
  width            : 690px;
}

#lowerbar {
  background       : #FFFFFF url(images/bar_lower.jpg) 0 0 no-repeat;
  float            : left;
  height           : 22px;
  margin           : 0 auto;
/* position         : relative; */
  width            : 690px;
}

#content {
  background       : #FFFFFF url(images/contentbg.jpg) 0 0 repeat-y;
  color            : #333333;
  float            : left;
  font-family      : arial, sans-serif;
  font-size        : 9pt;
  margin           : 0;
  padding          : 0;
  position         : relative;
  text-align       : left;
  width            : 690px;
}

.c_left {
  float            : left;
  left             : 20px;
  position         : relative;
  width            : 415px;
}

.c_right {
  float            : right;
  right            : 20px;
  position         : relative;
  width            : 225px;
}

.c_upper1 {
  background       : #FFFFFF url(images/c_upper1.jpg) 0 0 no-repeat;
  height           : 18px;
  margin           : 0;
  padding          : 0;
  width            : 415px;
}

.c_mid1 {
  background       : #FFFFFF url(images/c_mid1.jpg) 0 0 repeat-y;
  height           : auto;
  margin           : 0;
  padding-left     : 10px;
  padding-right    : 10px;
  width            : 395px;
}

.c_lower1 {
  background       : #FFFFFF url(images/c_lower1.jpg) 0 0 no-repeat;
  height           : 18px;
  margin           : 0;
  padding          : 0;
  width            : 415px;
}

.c_upper2 {
  background       : #FFFFFF url(images/c_upper2.jpg) 0 0 no-repeat;
  height           : 18px;
  margin           : 0;
  padding          : 0;
  width            : 225px;
}

.c_mid2 {
  background       : #FFFFFF url(images/c_mid2.jpg) 0 0 repeat-y;
  font-size        : 8pt;
  height           : auto;
  margin           : 0;
  padding-left     : 10px;
  padding-right    : 10px;
  width            : 205px;
}

.c_lower2 {
  background       : #FFFFFF url(images/c_lower2.jpg) 0 0 no-repeat;
  height           : 18px;
  margin           : 0;
  padding          : 0;
  width            : 225px;
}

#footer {
  background       : #FFFFFF url(images/footer.jpg) 0 0 no-repeat;
  clear            : both;
  height           : 60px;
  margin           : 0;
  overflow         : hidden;
  position         : relative;
  text-align       : left;
  width            : 690px;
}

.c_footer1, .c_footer2 {
  color            : #000000;
  font-family      : arial, sans-serif;
  font-size        : 8pt;
  margin           : 0;
  padding          : 0;
  position         : absolute;
  top              : 24px;
}

.c_footer1 {
  left             : 30px;
  text-align       : left;
  width            : 250px;
}

.c_footer2 {
  right            : 65px;
  text-align       : right;
  width            : 250px;
}

.c_footer3 {
  margin           : 0;
  padding          : 0;
  position         : absolute;
  right            : 30px;
  top              : 18px;
  width            : 30px;
}

/* ---------- */

.center {
  text-align       : center;
}

.heading {
  color            : #984400;
  font-family      : arial, sans-serif;
  font-size        : 11pt;
  font-weight      : bold;
}

.hotlink {
  color            : #984400;
  text-decoration  : none;
}

.imagespace {
  padding-left     : 10px;
  padding-right    : 10px;
}

img {
  border           : 0;
}

.pointlist {
  list-style-image : url(images/arrowbox.jpg);
  list-style-type  : circle;
  margin           : 0;
  margin-left      : 50px;
  padding          : 0;
}