/*******************************
    ELEMENTS
*******************************/

body, td, p, li, form
{
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #757692;
    line-height: 150%;
}

p
{
    padding-bottom: 7px;
}

input, textarea, select
{
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

a:link
{
    color: #A4332F;
}
a:visited
{
    color: #A4332F;
}
a:hover
{
    color: #E4736F;
}
a:active
{
    color: #A4332F;
}

hr
{
    color: #c0c0c0;
    height: 1px;
}

ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    margin: 0 0 0 20px;
    padding: 0 0 3px 0;
}


/*******************************
    ELEMENT IDs
*******************************/
#Template
{
    width: 759px;
}

#MainSideBar
{
    width: 170px;
}

#MainContent
{
    width: 589px;
    margin: 0px;
    padding: 0px 1px 0px 2px;
}

.ContentTable
{
    /* Fix the IE box model */
    width: 589px !important;    /* IE ignores this line */
    width: 586px;               /* and uses this instead */
}


/*******************************
    CLASSES
*******************************/

/***********/
/* SIDEBAR */
/***********/

.sidebar
{
    background-color: #FFFFCD;
    color: #A4332F;
    border-right: solid 1px #c0c0c0;
    padding: 10px;
}

.sidebar_section
{
}

.sidebar_section_title
{
    margin-bottom: 5px;
    border-bottom: solid 1px #A4332F;
}

.sidebar_section_item
{
    border-bottom: solid 1px #EAE4B0;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 9px;
}

.sidebar_section_separator
{
    border-bottom: solid 1px #EAE4B0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}


/***********/
/* SUBHEAD */
/***********/

.subhead
{
    color: #A4332F;
    margin-bottom: 5px;
    border-bottom: solid 1px #A4332F;
}
.subhead_noborder
{
    color: #A4332F;
    margin-bottom: 5px;
}
.subhead_left
{
    font-family: 'Arial Black' , Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}
.subhead_right
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}


/***************/
/* SECTION NAV */
/***************/

.sectionnav
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    border-bottom: 1px solid #000000;
}

.sectionnav_content
{
    background-color: #A4332F;
    padding: 3px 6px 5px 6px;
    text-align: right;
    white-space: nowrap;
}

.sectionnav_content a
{
    padding-left: 3px;
    padding-right: 3px;
}

.sectionnav_content a:link
{
    color: #ffffff;
    text-decoration: none;
}
.sectionnav_content a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.sectionnav_content a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.sectionnav_content a:active
{
    color: #ffffff;
    text-decoration: none;
}

.sectionnav_separator
{
    color: #F08A86;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

/**********/
/* PANELS */
/**********/

.panel_default
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel_F6EAEA
{
    background-image: url(../images/cornerbackgrounds/cornerbg_F6EAEA.gif);
    background-position: right top;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel_FEFEE2
{
    background-image: url(../images/cornerbackgrounds/cornerbg_FEFEE2.gif);
    background-position: right top;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel_FBF2B1
{
    background-image: url(cornerbg_FBF2B1.gif);
    background-position: right top;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel_content
{
    padding: 7px 10px 7px 10px;
}

.panel_content_item
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.subpanel_right
{
    margin: 0 0 10px 10px;
    width: 250px;
}

/*********/
/* OTHER */
/*********/

.text1
{
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    color: #757692;
    line-height: 150%;
}
.text2
{
    font-family: Verdana, Sans-Serif;
    font-size: 9px;
    color: #757692;
    line-height: 150%;
}

.Grid1
{
    background-color: #cccccc;
}
.Grid1 th, .Grid1 td
{
    background-color: #fefee2;
    padding: 3px 3px 3px 3px;
}

.Disclaimer
{
    font-size: 9px;
    font-style: italic;
}

.frame1
{
    border: solid 1px #A4332F;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
}

.separator1
{
    margin: 5px 0 5px 0;
    background-color: #000000;
}
.separator2
{
    margin: 5px 0 5px 0;
    background-color: #e0e0e0;
}