html
{
    background-color:#072041;
    font-family:Arial,Helvetica,Tahoma,Sans-Serif;
}

h1 { color: #525252; font-weight: normal; font-family: Arial; font-size: 197%; margin-bottom: .75em;}

a img { border: none; }

a, a:link { color: #40a5e6; text-decoration: none; }

p { margin-bottom: 1em; }

strong { font-weight: bold; }

body
{
    background: #e0e2e3 url(../Images/Shell/body-bg.jpg) repeat-x 0 0;
    text-align: center;
    color: #525252;
}


#wrapper
{
    background:#FFFFFF url(../Images/Shell/wrapper-bg.jpg) repeat-y scroll 0 0;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
    width:900px
}

#hd
{
    background:#FFFFFF url(../Images/Shell/hd-bg.jpg) no-repeat scroll 0 0;
    height:204px;
    width:900px;
    position: relative;
}

#bd
{
    background:#FFFFFF url(../Images/Shell/bd-bg.jpg) repeat-y scroll 0 0;
    overflow: hidden;
    position: relative;
}

#ft
{
    background-color:#072041;
    font-size:9pt;
    padding-top:10px;
}

#main-content
{
    float: left;
    padding: 0 15px 15px;
    width: 600px;
    overflow: hidden;
    position: relative;
}

#contextual-content 
{
    color:#EEEEEE;
    float:right;
    padding:0 15px 10px;
    width:237px;
}

.action-box
{
    background:#F3F5F7 url(../Images/Shell/bg-action-box.png) repeat-x scroll 0 0;
    border:1px solid #AEB0B8;
    color:#313131;
    height:91px;
    padding:5px;
    text-align:center;
    width:225px;
}

.action-box p
{
    padding-top: 5px;
}


#hd .join-action-box
{
    background:#F3F5F7 url(../Images/Shell/bg-ab-join-header.jpg) repeat-x scroll 0 0;
    border: none;
    position: absolute;
    right: 16px;
    bottom: 34px;
}

#contextual-content .action-box
{
    margin-bottom:15px;
}

.join-action-box form
{
    padding-left: 10px;
    padding-top: 5px;
}

.join-action-box .form-line
{
    margin-bottom: 3px;
}

.join-action-box .form-line input
{
    background-color:#FFFFFF;
    border: 1px solid #666666;
    color:#515151;
    font-size:12px;
    padding:6px 2px;
}