body
{
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 11px;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    color: #000;
}
form {
    margin: 0;
    padding: 0;
    display: inline;
}
html > body #minHeight
{
    /* Opera and IE8 min-height fix */
    float: left;
    width: 0;
    height: 100%;
    overflow: hidden;
}
A:link
{
    text-decoration: underline;
    color: #c57715;
}
A:visited
{
    text-decoration: underline;
    color: #c57715;
}
A:active
{
    text-decoration: underline;
    color: #c57715;
}
A:hover
{
    color: #cc0000;
    text-decoration: underline;
}
h2
{
    font-size: 15px;
    font-weight: bold;
    background-color: #e2e3e4;
    color: #c57715;
    padding: 1px;
    margin-top: 0px;
    margin-bottom: 2px;
    border: 1px dotted #c0c0c0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
h1
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: normal;
    color: #c57715;
    text-align: center;
}
h3
{
    font-family: Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #c57715;
    border-top: 0px solid silver;
    margin-top: 10px;
    margin-bottom: 2px;
}
h4
{
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #c57715;
    border-top: 0px solid silver;
    margin-top: 10px;
    margin-bottom: 2px;
}
p, ul, ol
{
    padding-bottom: 10px;
}
.commonleftmenu
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:link
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:visited
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:active
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:hover
{
    font-size: 16px;
    color: #c57715;
    text-decoration: none;
}
ul.MultiList
{
    width: 100%;
    list-style-type: none;
}
li.MultiList
{
    list-style-type: none;
    width: 175px;
    margin: 5px 0 0 0;
    padding: 0 2px 0 0; /*line-height:auto;*/
    float: left;
    text-align: left;
}
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 1px black;
    background-color: #fffacd;
    font-weight: normal;
    color: #444444;
}
blockquote
{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*=== Begin Layout Structure ===*/
#wrapper
{
    min-height: 100%; /*height is determined from parent's height (html & body)*/
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    background: #FFF url(images/faux-280.gif) repeat-y 0 0;
    overflow: hidden; /*contain inner floats*/
}
* html #wrapper
{
    height: 100%;
    overflow: visible;
}
/*IE6 min-height & overflow reset*/

#header
{
    height: 100px;
    background: #8088C6;
    border-bottom: 1px solid #dcddde;
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
#content
{
    float: right;
    width: 720px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 71px; /*footer height (plus 11px for text spacing)*/
}
#left
{
    float: left;
    width: 280px;
    padding-top: 0px;
    padding-bottom: 71px; /*footer height (plus 11px for text spacing)*/
    text-align: center;
}
#footer
{
    position: relative; /*stack footer above #content demo BG color*/
    height: 60px;
    width: 1000px;
    border-top: 1px solid #dcddde;
    margin: -61px auto 0; /*pull footer back into viewport and center*/
    background-color: #dcddde;
    overflow: hidden;
}
#footer p
{
    margin: 0;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}
input.btn
{
    color: #c67615;
    font: bold 'trebuchet ms' ,helvetica,sans-serif;
    background-color: #f5f5dc;
    border: 1px solid;
    border-color: #c67615;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffeeddaa' );
}
.divbtn
{
    color: #c67615;
    font: bold 'trebuchet ms' ,helvetica,sans-serif;
    background-color: #f5f5dc;
    border: 1px solid;
    border-color: #c67615;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffeeddaa' );
    padding: 2px 5px 2px 5px;
    cursor: pointer;
}
input.btnhov
{
    border-color: #e78a29;
}
input.btnclk
{
    border-color: #444;
    background-color: #f5f5f5;
    color: #444;
}
.btnHidden
{
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -100px;
}
.ValidationSummary
{
    color: #cc0000;
}
ul.MultiList
{
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
li.MultiList
{
    list-style-type: none;
    width: 129px;
    margin: 5px 7px 0 0;
    padding: 0 2px 0 0; /*line-height:auto;*/
    float: left;
    text-align: left;
}
.htanchor, a.htanchor:link, a.htanchor:visited, a.htanchor:active, a.htanchor:hover
{
    color: #c57715;
    text-decoration: none;
    cursor: default;
}
.dropdownlist
{
    font-size: 11px;
}
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 1px black;
    background-color: #fffacd;
    font-weight: normal;
    color: #444444;
}
.highlight
{
    color: #000;
    background: #fff;
}
.SmBlack2
{
    font-family: verdana,arial,sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #000000;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}
.updateProgress
{
    border: #d6d2c2 1px solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

