.orange {
    color: #ff9900;
}

.greengray {
    color: #e7eeeb;
}

.utsgreen {
    color: #78a22f;
}

.banner {
    width: 100%;
    min-width:960px;
    height: 120px;
    margin-top: 5px;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: medium !important;
    margin-left: 2px;
}

.top {
    height: 30px;
    background-color: #ff9900;
}

.bottom {
    height: 88px;
    background-color: #e7eeeb;
}

.left {
    float: left;
    width: 25%;
    height: 120px;
}

.middle {
    width: 49%;
    float: left;
}

.right {
    float: left;
    width: 25%;
}

.logo {
    float: left;
    height: 86px;
    width: 250px;
    background-color: white;
}

.logo img {
    float: left;
}

.utsTitle {
   
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    left: 1%;
    top: 5%;
    
}

.moduleTitle {
    float:left;
    font-size: 1.2em;
    margin: 0;
    color: #000;
    font-weight: bold;
    position: relative;
    left: 15%;
    top: 15%;
}

.umlsTitle {
    position: relative;
    top: 30%;
    left: 1%;
    font: 400 62.5% 1 Verdana,sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    height: 100%;
}

.hhscontainer {
    font-size: .8em;
    position: relative;
    left: 5px;
    top: 8px;
}

a.hhs:link {
    text-decoration: none;
    color: black;
}

a.hhs:visited {
    text-decoration: none;
    color: black;
}

a.hhs:hover {
    text-decoration: none;
    color: black;
}

a.hhs:active {
    text-decoration: none;
    color: black;
}

.welcome {
    position: relative;
    top: 5%;
    font-size: .9em;
}

.metalinks {
    position: relative;
    top: 5px;
    color: white;
    font-size: 1.0em;
}

.metalinks a {
    color: white !important;
    text-decoration: none;
    font-weight: bold;
}

.bannerBottom {
    float: left;
    position: relative;
    top: -2px;
    width: 99%;
    border-left: solid 1px white;
    background-color: #78a22f;
    height: 30px;
}

.logoIhtsdo {
    float: right;
    height: 86px;
    width: 105px;
    background-color: white;
}

.moduleImage {
    height: 90px;
    width:100%;
    border:0;
}