/* Start of CMSMS style sheet 'Access 360 Home' */
div#pageArea {
    width: 1004px;
    height: 658px;
    background: url('/uploads/images/blue_background.png') top left no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

div#contentArea {
    background: url('/uploads/images/a3m_topright.jpg') top right no-repeat #ffffff;
    border: 2px solid #778185;
    padding-top: 207px;
    height: 427px;
}

h1#access360Logo {
    width: 445px;
    height: 102px;
    background: url('/uploads/images/access360_Logo.jpg') top left no-repeat;
    font-size: xx-large;
    text-indent: -1000px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 45px;
}

h2 {
    font-size: medium;
    margin: 25px 45px;
    font-family: Arial, Helvetica, sans-serif;
    color: brown;
}

ul#accessWebs {
    height: 227px;
    margin: 58px 0 0 35px;
    padding: 0;
}

ul#accessWebs li {
    width: 219px;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
}

ul#accessWebs img {
    border: 0px;
}
/* End of 'Access 360 Home' */

