﻿/*Master Page Body Background Colour - NOTE: is overlayed with content Background Colour */
/*  GOLD: #FFCC00   */
/*  BLUE: #000099 */
/*  NAVY: #000033   */

#MasterPage_Background
{
    background-color:#000033;
    font-family: Arial,Sans-Serif;
    color: #FFCC00;
}

#MasterPage_Content
{
    background-color:White;
    color: #000099;
    font-family: Arial,Sans-Serif;
    padding: 20px 20px 20px 20px;
}

#MasterPage_Footer
{
    background-image: url(images/blueVDLDGradient_020.jpg);
    background-repeat: repeat-x;
    background-color: Transparent;
    text-indent:0px;
}
#MasterPage_Footer a
{
    color:#FFCC00;
    text-decoration:none;
}

#MasterPage_MenuBar
{
    background-image: url(images/blueVDLDGradient_020.jpg);
    background-repeat: repeat-x;
    background-color: Transparent;
    text-indent:0px;
}

#MasterPage_TitleBar
{
    background-image: url(images/blueVDLGradient_130.jpg);
    background-repeat: repeat-x;
    color:#FFCC00;
    text-indent:10px;
    text-align:center;
}
#MasterPage_TitleBar a
{
    color:#FFCC00;
    text-decoration:none;
}
.Title
{
    font-size:x-large;
    font-weight:bold;
    text-align:center;
}
.SubTitle
{
    font-size:large;
    font-weight:bold;
}

.Error
{
    color:Red;
}