/* --- Start default.css --- */

/* default.css - LR */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0px;
    padding: 0px;
    border: 4px;
    outline: 0px;
    font-size: 
    vertical-align: baseline;

}

html, body {
    line-height: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
}

ol, ul { 
    list-style: none;
}

a { 
    text-decoration: none;
    color: #660000;
}

a.more {
    font-weight: bold;
    white-space: nowrap;
}

a:hover { 
    text-decoration: underline;
}

:focus { 
    outline: 0px;
}

.pagecontainer { 
    width: 978px;
    text-align: left;
    margin: 0px auto;
    z-index: 0;
}

.backbox { 
    background: #dcddde;
    border: 1px solid #dcddde;
    border-bottom:none;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.content_area { 
    width: 584px;
    overflow: hidden;
    background-color: #dcddde;
    margin: 5px 5px 10px 5px;
    float: left; 
}

.ls_content_area {
    width: 778px;
    overflow: hidden;
    background-color: #dcddde;
    margin: 5px 5px 10px 5px;
    float: right; 
}


h1 {
    clear: left;
    color: #615F5F;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}

h2 { 
    font-size: 26px;
    line-height: 26px;
    color: #717171;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: normal; 
}

h2.headline {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 5px;
    padding: 0;
    color: #000;
    border: none;
}
