@charset "utf-8";

#subHeader {
    position:relative;
    width:950px;
    height: 115px;
}


#subHeader .under-header{
    position:absolute;
    top:0;
    left:0;
    height:115px;
    width:950px;
    background-image: url('/images/trans.gif');
    background-repeat:repeat;
    background-position: top right; 
    overflow:hidden;
}


#subHeader .over-header{
    position:absolute;
    top:0;
    left:0;
    height:115px;
    width:233px;
    background-image: url('/images/layout/opacity/white-50.png');
    background-repeat:repeat;
    background-position: top right; 
}



#box {
    float:left;
    border-left:1px solid #f0f0f0;
    padding:6px 6px 6px 12px;
    width:680px;
    margin:0px;
    font-size:13px;
    line-height:150%;
    color:#303030;
}

h1 {margin: .5em 0 .5em 0;}
h1, h2, h3, h4, h5, h6 {margin: 1em 0 .5em 0;line-height: 1.2;font-weight: bold;font-style: normal;}


.wysiwyg P, 
.wysiwyg TABLE, 
.wysiwyg TR, 
.wysiwyg TD {
    font-size : 13px;
    border:0px;
    padding:0px;
    margin:0px;
    line-height:150%;
}

.wysiwyg p {
    margin: 7px 0px 7px 0px;
}

.wysiwyg table {
    margin: 7px 0px 7px 0px;
}

.wysiwyg ul {
    padding:0px;
    margin:2px 0px 10px 24px;
}

