body 
{
    background-image: url("/images/redBlueBackground.png");
    background-repeat: repeat-x;
    background-color: #a0ccd9;
}
#PageContainer
{
    margin: 0;
    /*  Default
	margin: 20px 20px 50px 20px;
	border: solid 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
    */	
}

#HeaderContainer
{
    height: 50px;
    /* background-image: url(/images/topGradient.png);
    background-position: bottom;
    background-repeat: repeat-x; */
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    width: 477px;
    position: relative;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 18px;
    /*  Default
	margin: 20px 0px 10px 0px;
	border: solid 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
    */	
}

#HeaderContainer a
{
    color: #FFFFFF;
}

#HeaderContainer p
{
    margin: 10px 0 0 0;
}

#FooterContainer
{
    /*background-image: url(/images/bottomGradient.png);
    background-position: top;
    background-repeat: repeat-x; */
    position: relative;
    margin: 0 auto;
    width: 477px;
    overflow: hidden;
    /*  Default
	margin: 20px 0px 10px 0px;
	border: solid 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
	*/
}

#Copyright
{
    /* padding: 30px 50px 0px 50px; */
    padding: 50px 0 0 0;
    font-size: 11px;
    color: #59585d;
}

#TopLogo
{
    margin: 30px 0 20px 0;
}

#TopNavigation
{
    right: 50px;
    position: absolute;
    bottom: 20px;
    overflow: hidden;
}
#TopNavigation a
{
    margin: 0 0 0 40px;
    padding: 0 0 20px 0;
    vertical-align: bottom;
    line-height: 55px;
    font-weight: bold;
    text-decoration: none;
}

#TopNavigation a:Hover
{
    background-image: url(/images/linkUnderline.png);
    background-position: bottom;
    background-repeat: repeat-x;
}