.challengeFloatLeft
{
    float: left;
    width: 276px;
    position: relative;
    -border: 1px solid black;
}


#challenge
{
    width: 606px;
    margin-left: -10px;
    font-family: Verdana;
    font-size: 10pt;
}


#challenge * P
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 125%;
}


#challengeTop
{
    background-image: url('images/ChallengeTopSlice.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 30px;
}

#challengeHeaderWrapper
{
    background-image: url('images/ChallengeHeaderSlice.png');
    background-position: top left;
    background-repeat: repeat-y;
    overflow: hidden;
    width: 100%;
}

#challengeHeaderLeft, #challengeMiddleLeft
{
    margin-left: 10px;
    margin-right: 8px;
}


#challengeHeaderLeft, #challengeHeaderRight
{
    width: 266px;
}

#challengeMiddleLeft, #challengeMiddleRight
{
    width: 256px;
}

#challengeHeaderRight, #challengeMiddleRight
{
    margin-left: 8px;
    margin-right: 8px;
}


#challengeBottom
{
    background-image: url('images/ChallengeBottomSlice.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 40px;
}

#challengeMiddleWrapper
{
    background-image: url('images/ChallengeMiddleSlice.png');
    background-position: top left;
    background-repeat: repeat-y;
    overflow: hidden;
    width: 100%;
    --border: 1px solid Red;
}

.challengeHeader
{
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Arial Narrow, Arial, Verdana;
    font-weight: bold;
}

.challengeHeader .challengeTitle
{
    color: White;
    font-size: 175%;
    padding-right: 10px;
}


.challengeHeader .challengeSubTitle
{
    color: White;
    font-size: 130%;
    padding-right: 10px;
}

.challengeTextBox
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #404040;
}


.challengeTextBox P + P
{
    padding-top: 0.5em;
}


.challengeClear
{
    clear: both;
}



#challengeTable P
{
    font-family: Verdana, Arial;
    font-size: 11pt;
    margin: 0;
}

#challengeTable
{
    -border-width: 1px;
    -border-style: groove;
    -border-color: #e0e0e0;
    padding: 10px;
}

#challengeTable TH
{
    text-align: center;
}

#challengeTable TH P
{
    font-family: Arial Narrow, Arial, Verdana;
    font-size: 16pt;
    padding-bottom: 6px;
}

.challengeArrowLeft
{
    width: 250px;
    height: 56px;
    background-image: url("images/challengeArrowLeftMedium.png");
    background-repeat: no-repeat;
    color: White;
}


.challengeArrowRight
{
    -width: 250px;
    height: 56px;
    background-color: #f0f0f0;
    -background-image: url("images/challengeArrowRightMedium.png");
    background-repeat: no-repeat;
    color: #15659a;
    text-align: center;
}


.challengeArrowLeft A,
.challengeArrowRight A
{
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}


.challengeArrowLeft P
{
    padding-left: 10px;
    padding-right: 50px;
    line-height: 100%;
}


.challengeArrowRight P
{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%;
}



