A:link
{
    color: navy;
    text-decoration: none;
}
A:visited
{
    color: navy;
    text-decoration: none;
}
A:active
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
.divScroll
{
    scrollbar-face-color: indianred;
    scrollbar-highlight-color: white;
    scrollbar-arrow-color: white;
    scrollbar-track-color: white;
}
BODY
{
    font-family: "Verdana, Times New Roman" , Verdana, serif, "Comic Sans MS";
    font-size: 10pt;
}

.divUA
{
    border: solid 2px navy;
}
.menuMainOLD
{
    /* border: solid 1px navy; */
    position: absolute;
    top: 64px;
    width: 139px;
    left: 16px;
}
.bodyBG
{
    /* The backgound image needs an absolute path to bg image */ /*background-image: url(http://www.sacredheartwestmead.com.au/images/bgMain_2.jpg);*/
    background-image: url('../images/banner/background/shpBG_Main.jpg');
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #E8E8E8;
    margin: 0px;
}
.titleImage
{
    position: absolute;
    left: 240px;
    width: 504px;
    top: 8px;
    height: 96px;
}

.pageTitleImage
{
    position: absolute;
    top: 112px;
    left: 272px;
}

.contentMain
{
    margin: auto;
    width: 800px;
    text-align: left;
    background-image: url('../images/banner/background/shpBG_Top.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 5px; /*border:solid 1px black;*/
}

.menuMain
{
    width: 139px;
    border: solid 0px;
    float: left;
    padding-right: 22px;
    margin-left: 15px;
}

.guestBookTBLSides
{
    border-bottom: solid 1px Navy;
    width: 30px;
}

.guestBookTBLBody
{
    border-left: solid 1px Navy;
    border-bottom: solid 1px Navy;
    border-right: solid 1px Navy;
    background-color: lightsteelblue;
}

.guestBookTBLBodyAlt
{
    border-left: solid 1px Navy;
    border-bottom: solid 1px Navy;
    border-right: solid 1px Navy;
    background-color: Transparent;
}
