body {
    background-color: #558b94;
    color: #000000;
    text-align: center;
    margin: 0px;
}

body, p, div, td, input, select, textarea {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
}

a {
    color: #af470f;
    text-decoration: underline;
}

a:hover {
    color: #af470f;
    text-decoration: none;
}

.inp {
    background-color: #ffffff;
    background-image: url('images/bgr_input.png');
    background-repeat: repeat-x;
    border: 1px solid #006966;
    width: 130px;
    font-size: 12px;
}

.btn {
    background-color: #54b2b9;
    color: #ffffff;
    border: 1px solid #305d60;
}

.errMsg {
    color: #ff0000;
}

#container {
    width: 900px;
    margin: auto;
    text-align: left;
}

#header {
    background-color: #ffffff;
    background-image: url('images/eye.jpg?r=1');
    background-position: top right;
    background-repeat: no-repeat;
    color: #000000;
    height: 127px;
}

#subline {
    background-color: #ffffff;
    background-image: url('images/subline.png');
    background-repeat: repeat-x;
    height: 14px;
    font-size: 1px;
}

#contentOutter {
    background-image: url('images/bgr2.png');
    background-repeat: repeat-y;
}

#content {
    background-image: url('images/bgr.jpg');
    background-repeat: no-repeat;
}

#contentTop {
    background-position: top left;
    background-repeat: no-repeat;
    height: 245px;
}

#contentTrack {
    position: relative;
    top: 10px;
    left: 575px;
    width: 300px;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
}

#contentNews {
    position: relative;
    top: 0px;
    left: 600px;
    width: 300px;
    height: 203px;
    text-align: justify;
    background-image: url('images/bgr3.jpg');
}

#contentNews .inner {
    padding: 10px 45px 0px 35px;
}

#contentNews h1 {
    color: #f38b2c;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}

#contentNews a {
    color: #ffffff;
    text-decoration: underline;
}
#contentNews a:hover {
    color: #ffffff;
    text-decoration: none;
}

#contentMain {
    position: relative;
    top: 40px;
    left: 220px;
    width: 620px;
    text-align: justify;
    line-height: 20px;
}

#contentMain h1 {
    color: #24211d;
    font-weight: bold;
    font-size: 14px;
}

#subContent {
    background-image: url('images/bgr2.png');
    background-repeat: repeat-y;
    height: 50px;
}

#footer {
    background-color: #005d64;
    color: #ffffff;
    font-size: 11px;
    height: 32px;
}

#footer td {
    background-color: #005d64;
    color: #ffffff;
    font-size: 12px;
}

#footer a.maplink {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

#footer a.maplink:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

#footer a.designedby {
    color: #f38b2c;
    text-decoration: none;
}

#footer a.designedby:hover {
    color: #f38b2c;
    text-decoration: underline;
}

#dropmenudiv {
    position: absolute;
    border: 1px solid #008086;
    border-bottom: 0px;
    line-height: 18px;
    z-index: 100;
    padding: 0px 16px 0px 0px;
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
}

#dropmenudiv a {
    background-color: #f2f2f2;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #008086;
    padding: 2px 1px 2px 15px;
    width: 100%;
    display: block;
    text-indent: 3px;
    text-decoration: none;
}

#dropmenudiv a:hover {
    background-color: #54b2b9;
    color: #ffffff;
    text-decoration: none;
}
