/* For IE */
@font-face {
  font-family: "BetecknaLowerCase";
  src: url(fonts/BetecknaLowerCase.eot);
}

/* Other browsers */
@font-face {
  font-family: "BetecknaLowerCase";
  src: local('BetecknaLowerCaseBold'),
       url(fonts/BetecknaLowerCase.ttf) format("truetype");
}

@font-face {
  font-family: "BetecknaLowerCase";
  src: local('BetecknaLowerCase Bold'),
       url(fonts/BetecknaLowerCaseBold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "BetecknaLowerCase";
  src: local('BetecknaLowerCase Italic'),
       url(fonts/BetecknaLowerCaseItalic.ttf) format("truetype");
  font-style: italic;
}

html {
    margin: 0; padding: 0;
    background-color:#8eaaad;
    background-image: url(images/bkfade2.png);
    background-repeat: repeat-x;
}

body {
    text-align: center; 
}

p {
    color: #ffffff;
    font-size: .85em;
    line-height: 1.5em;
    font-family: BetecknaLowerCase, Sans-Serif;
    margin: 0 0 1.75em 0;
    z-index: 15;
}

#content h1 {
    font-size: 16px;
    color: #ffffff;
    font-family: BetecknaLowerCase, Sans-Serif;
    padding: 0 0 10px 0;
    font-weight: bold;
}

input {
    color: #000000;
    font-family: BetecknaLowerCase, Sans-Serif;
    z-index: 50;
}

a {
    color: #ffff00;
    font-weight: bold;
    text-decoration: none;
}

#watermark {
    position: absolute;
    top: 125px;
    z-index: -1;
}

#mast {
    height: 44px;
    width: 940px;
    margin: 0 auto;
    text-align: left;
    z-index: 3;
}

#mast h1 {
    float: left;
    font-size: 16px;
    color: #ffffff;
    font-family: BetecknaLowerCase, Sans-Serif;
    padding: 7px 0 0 0;
    font-weight: bold;
}

#mast h2 {
    float: right;
    font-size: 11px;
    color: #ffffff;
    font-family: BetecknaLowerCase, Sans-Serif;
    padding: 11px 0 0 0;
    font-weight: normal;
}

#mast h2 a {
    color: #ffffff;
    text-decoration: none;
}

#submenu {
    height: 42px;
    width: 826px;
    margin: 15px auto 0 auto;
    text-align: left;
    padding: 5px 10px;
    background-image: url(images/subtopicBar.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
}

#submenu h1 {
    float: left;
    font-size: 18px;
    color: #ffffff;
    font-family: BetecknaLowerCase, Sans-Serif;
    padding: 3px 0 0 30px;
    text-align: left;
    font-weight: bold;
}

#submenu h2 {
    float: right;
    font-size: .75em;
    color: #ffffff;
    font-family: BetecknaLowerCase, Sans-Serif;
    padding: 9px 25px 0 0;
    text-align: center;
    font-weight: normal;
    width: 80%;
}

#submenu h2 a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    float: right;
    padding: 0 3%;
}

#submenu h2 span {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 30%;
    text-align: center;
    float: right;
}

#content {
    width: 940px;
    margin: 25px auto 0 auto;
    text-align: left;
    z-index: 3;
}

#col1 {
    width: 28%;
    padding: 0 2%;
    float: left;
    z-index: 5;
}

#col2 {
    width: 28%;
    padding: 0 2%;
    border-right: solid 1px #ffffff;
    float: left;
    z-index: 10;
}

#col3 {
    width: 28%;
    padding: 0 2%;
    float: left;
    z-index: 10;
}

#footer {
    clear: both;
    text-align: center;
}
