﻿body
{
    background-color:#ffffff;
}

#page
{
    border:solid 3px #333333;
    border-top-style:none;
    border-bottom-style:none;
    background-color:#ffffff;
}

body.dpBody4 #page
{
    background:#ffffff url(images/bodyrg.gif) no-repeat right bottom;
}

body.dpBody4 #content
{
    padding-right:100px;
}



#footer
{
    margin-top:-100px;
	height:99px;

    border:solid 3px #333333;
    border-top-style:none;
    border-bottom-style:none;
    background:transparent url(images/footback.gif) no-repeat top left;
}

body.dpBody3 #footer
{
    background-image:url(images/footbackg.gif);
}

#footerContent
{
    padding:30px;
}

#content
{
    padding:0px 20px 100px 20px;
}

/*header*/
#header
{
    background:#ffffff url(images/headback.gif) no-repeat bottom left;
    height:130px;
    margin-bottom:10px;
}

body.dpBody2 #header
{
    background-image:url(images/headbackg.gif);
}


/*header elements*/
#logo
{
    width:272px;
    height:85px;
    position:absolute;
    left:10px;
    top:10px;
    background:transparent url(images/logo.gif) no-repeat top left;
    cursor:hand;
    cursor:pointer;
}

body.dpBody1 #logo
{
    background-image:url(images/logog.gif);
}

#loginStatus,
.settingsOption
{
    position:absolute;
    right:20px;

    color:#ffffff;
    font-family:Trebuchet MS,Helvetica,sans-serif;
    font-size:130%;
}

#loginStatus
{
    top:5px;
}

.settingsOption
{
    top:80px;
}

#loginStatus a
{
    padding-left:30px;
}

#loginStatus a,
.settingsOption a
{
    color:#ffffff;
    font-weight:bold;
}

#breadcrumbLinks a
{
    font-size:80%;
    color:#fafafa;
    text-decoration:underline;
}

#breadcrumbLinks .bcsep
{
    font-size:60%;
    color:#fafafa;
}

#breadcrumbLinks a:hover,
#loginStatus a:hover,
.settingsOption a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

#breadcrumbLinks
{
    position:absolute;
    left:20px;
    top:75px;
    
    color:#ffffff;
    font-family:Trebuchet MS,Helvetica,sans-serif;
    font-weight:bold;
    font-size:130%;
    max-width:80%;
    overflow:hidden;
    white-space:nowrap;
}

.pgTitle
{
    color:#AACA5C;
    margin-bottom:20px;
    padding-left:100px;
    min-height:100px;
    background-position:left top;
    background-repeat:no-repeat;
}

body.IE6 .pgTitle
{
    height:100px;
}

h1
{
    font-size:300%;
    line-height:120%;
    font-family:Trebuchet MS,Helvetica,sans-serif;
    margin-bottom:6px;
    overflow:hidden;
    white-space:nowrap;
}

#subHead
{
    margin:-7px 0px 30px 50px;
    font-style:italic;
    font-size:120%;
    font-family:Trebuchet MS,Helvetica,sans-serif;
}
