body,div,p,span,dl
{
    margin: 0 ;
    padding: 0 ;
    border: 0;
}
body
{
    background-color: rgb(240,240,240);
    color: rgb(72,72,72);
    font-family: verdana,arial,sans-serif,helvetica;
    font-size: 0.9em ;
}
div#thePageTop
{
    width:780px;
    height: 60px;
    overflow:hidden;
    display:block;
}
div#thePage
{
    padding-bottom:30px;
    width:780px;
    overflow:hidden;
    float:left;
}

/* ------------ LOGO START ---- */

div#theLogo
{
    margin-top: 5px;
//    width: 140px;
    height: 50px;
    overflow:none;
    float:left;
}
div#theLogo a
{
    margin-left: 10px;
    background-color: inherit;
    color: rgb(0,102,255);
    color: rgb(150,150,150);
    font-family: courier;
    font-size: 46px;
    font-weight: bold;
    text-decoration: none;
}
div#theLogo a:hover
{
    color: rgb(50,50,50);
    text-decoration: none;
}



/* ------------ LOGO END ---- */



div.pgSect
{
    border-top : 1px solid rgb(255,255,255);
    border-left : 1px solid rgb(255,255,255);
    border-left : 1px solid rgb(230,230,230);
    border-right: 0;
    border-bottom: 0;
    margin-top:50px;
    padding-bottom:10px;
}
div.topPgSect
{
    margin-top:10px;
}
div.leftMost
{
    width:130px;
    overflow:hidden;
    float:left;
    border-left :0;
}
div.midR
{
    margin-left:150px;
}
div#theFarRight
{
    width:150px;
    overflow:hidden;
    font-size: 0.85em;
}
div#theFarRight div
{
    margin-left:20px;
}

div#pageFooter
{
    border-top : 1px solid rgb(255,255,255);
    border-left : 1px solid rgb(230,230,230);
    border-right: 0;
    border-bottom: 0;
    margin-top:50px;
    margin-left:150px;
    padding-bottom:10px;
    color: rgb(150,150,150);
}




img
{
    margin: 10px 10px 5px 0px;
    border: 1px solid rgb(150,150,150);
}

p, span, h1, h2, h3, h4, h5, h6
{
    margin: 10px ;
}

h1, h2, h3, h4, h5, h6
{
    color: rgb(20,20,20) ;
}
a
{
    color: rgb(50,50,50);
}
a:hover
{
    color: rgb(255,0,0);
    text-decoration: underline;
}

h1
{
    font-size: 1.2em;
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: 0.9em;
    color: rgb(50,50,50);
}

b
{
    font-size: 0.9em;
    color: rgb(90,90,90);
}

/* ------------ LISTS ---- */

li
{
    line-height : 1.5em;
    margin-top: 10px;
    margin-left:-15px;
}

dl
{
    margin-left: 10px ;
}
dt
{
    margin-top: 20px ;
    font-weight: bold;
    font-size: 0.9em;
    color: rgb(90,90,90);
}
dd
{
    margin-top: 5px ;
    margin-left: 30px ;
}


