body, html {
    /*	background-color:#C0C0C0; */
    background-image: url('../images/MasterPage/brushed-metal.jpg');
    margin-left: auto;
    margin-right: auto;
}

/* NavBar Links */
a.lnkNavBar:link {
    color: Black;
    font-size: large;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.lnkNavBar:visited {
    color: Black;
    font-size: large;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.lnkNavBar:active {
    color: Black;
    font-size: large;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.lnkNavBar:hover {
    color: Black;
    font-size: large;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.lnkNavBarSelected {
    color: Gray;
    font-size: large;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

/* A text link in the content pages */
a.lnkInContentText:link {
    color: Blue;
    text-decoration: none;
    font-size: xx-small;
}
a.lnkInContentText:visited {
    color: Blue;
    text-decoration: none;
    font-size: xx-small;
}
a.lnkInContentText:active {
    color: Blue;
    text-decoration: none;
    font-size: xx-small;
}
a.lnkInContentText:hover {
    color: Blue;
    text-decoration: none;
    font-size: xx-small;
}

a.lnkHeaderSmall:link {
    color: #666666;
    font-size: small;
    text-decoration: none;
}
a.lnkHeaderSmall:visited {
    color: #666666;
    font-size: small;
    text-decoration: none;
}
a.lnkHeaderSmall:active {
    color: #666666;
    font-size: small;
    text-decoration: none;
}
a.lnkHeaderSmall:hover {
    color: black;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
}
.lnkHeaderSelected {
    color: black;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

/* Services.aspx */

.Services_TabRegular {
    background-color: #DCDCDC;
    padding: 3px 0px 3px 0px;
    white-space: nowrap;
}
.Services_TabMouseOver {
    background-color: Black;
    color: White;
    padding: 3px 0px 3px 0px;
    white-space: nowrap;
}
a.Services_TabText:link {
    color: White;
    text-decoration: none;
}

/* ContactUs.aspx */


.cssTextBox {
    height: 30px;
    overflow: auto;
    padding: 2px 2px 2px 2px;
    width: 300px;
}

