html { height:100%; }

body {
    margin:                 0px;
    padding:                0px;
    font-family:            Verdana, Helvetica, Sans-serif;
    background-color:       #FFF;
    background-image:       url(images/grey_bg_main.gif);
    background-repeat:      repeat-y;
    background-position:    top left;
    background-attachment:  scroll;
    /*margin-bottom:          100px;*/
}

.infotext {
    font-family:            Verdana, Helvetica, Sans-serif;
    font-size:              10px;
    color:                  #777;
    line-height:            14px;
}

.smalltext {
    font-family:            Verdana, Helvetica, Sans-serif;
    font-size:              10px;
    color:                  #000;
}

.maintext, p {
  font-family:              Verdana, Helvetica, Sans-serif;
  font-size:                12px;
  color:                    #000;
  line-height:              18px;
}

p {
  /*width:                    600px;*/
}

ul {
  list-style-type:          circle;
}

#rightbox {
  clear:                  left;
  float:                  right;
  padding-top:            10px;
  width:                  150px;
  text-align:             left;
}

#main {
  width:                  634px;
  position: absolute;
  padding-left:           33px;
  padding-right:          100px;
}

.pagetopic {
  font-size:              19px;
  font-style:             normal;
  margin:                 0px;
  padding:                5px;
  padding-top:            10px;
  border-bottom:          1px #CCC solid;
}

.subtopic {
  font-size:              12px;
  color:                  #FFB400;
  font-weight:            bold;
  line-height:            40px;
}

a {
  color:                  #002D5F;
  text-decoration:        none;
}

a.newwin {
  background-image:         url(images/newwin.gif);
  background-position:      left center;
  background-repeat:        no-repeat;
  padding-left:             12px;
}

a:hover {
  text-decoration:        underline;
}
