body {
    font-family: Verdana;
    color: #000000;
    font-size: 11px;
    background-color: #ABAEB3;
    background-image: url(../img/site_background.png);
    background-repeat: repeat-y;
}
img#Site_Header {
    position: absolute;
    top: 0px;
    float: left;
    left: 54px;
    border: none;
}

input.TXT {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
}
textarea.TXT {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
}

div#Site_Left_Borderline {
    position: fixed;
    height: 100%;
    width: 31px;
    float: left;
    background-image: url(../img/site_left_borderline.png);
    background-repeat: repeat-y;
    top: 0px;
    left: 23px;
    border: none;
}
div#Site_Right_Borderline {
    position: fixed;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 31px;
    float: right;
    background-image: url(../img/site_right_borderline.png);
    background-repeat: repeat-y;
    top: 0px;
    left: 854px;
    border: none;
}

div#Site_Content_Background {
    position: absolute;
    width: 800px;
    top: 149px;
    left: 54px;
}
div.Site_Nav_Header {
    width: 149px;
    background-image: url(../img/site_nav_background.png);
    background-repeat: repeat-y;
    border-left-style: solid;
    border-left-color: #D1D4D9;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #D1D4D9;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-color: #9B9EA1;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9B9EA1;
    border-bottom-width: 1px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 4px;
    margin-bottom: 1px;
    font-weight: bold;
    z-index: 99;
    position: absolute;
    top: 148px;
    display: none;
}
div.Site_Nav_Header a,
div.Site_Nav_Header a:visited,
div.Site_Nav_Header a:link,
div.Site_Nav_Header a:active {
    color: #000000;
    text-decoration: underline;
}
div.Site_Nav_Header a:hover {
    color: #000088;
    text-decoration: none;
}

div#Site_Nav_Container {
    position: absolute;
    float: left;
    width: 161px;
    top: 0px;
    left: 0px;
    border: none;
}
div#Site_Navmain {
    width: 161px;
    height: 18px;
    border: none;
}
div#Site_Nav_Content {
    width: 155px;
    background-image: url(../img/site_nav_background.png);
    background-repeat: repeat-y;
    border-left-style: solid;
    border-left-color: #D1D4D9;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #D1D4D9;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-color: #9B9EA1;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9B9EA1;
    border-bottom-width: 1px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 1px;
}
div#Site_Nav_Content a,
div#Site_Nav_Content a:visited,
div#Site_Nav_Content a:link,
div#Site_Nav_Content a:active {
    color: #000000;
    text-decoration: none;
}
div#Site_Nav_Content a:hover {
    color: #000088;
    text-decoration: none;
}
div#Nav_Link {
    background-image: url(../img/bullet_black.gif);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 14px;
    font-weight: bold;
}

div#Site_Content_Container {
    position: absolute;
    float: left;
    width: 782px;
    height: auto;
    top: 0px;
    left: 0px;
    padding: 9px;
    border: none;
    text-align: center;
}
