/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
        margin:0;
        padding:0;
}

body {
/*        font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;        */
        font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;
        color:#2b2f3f;
        text-align:center;
        min-width:800px;
        background:white url("img/navbg.png") repeat-x left 300px;
}

/* boxes, box specific typography */

#pg {
        position:relative;
        margin:0 auto 0 auto;
        text-align:left;
        max-width:1000px;
}

#pghead {
        width:100%;
        position:absolute;
        top:0;
        left:0;
        height:220px;
        background:transparent url("img/690291.jpg") no-repeat left 40px;
}

#pgnav {
        height:2.6em;
        font-size:80%;
        margin:0 10% 0 10%;
}
#pgnav ul {
        list-style-type:none;
        padding:0;
        float:right;
}
#pgnav ul li  {
        width:7.5em;
        margin:0 2px 0 2px;
        text-decoration:none;
        padding:0;
        border:1px solid white;
        color:#151925;
        background:#7488BB url("img/navbl.png") no-repeat left bottom;
        float:left;
}
#pgnav li a {
        text-decoration:none;
        display:block;
        padding:5px;
        background:transparent url("img/navbr.png") no-repeat right bottom;
        text-align:center;
}
#pgnav li a:hover {
        text-decoration:none;
        color:#FFFFFF;
        border-top:5px solid #7488BB;
        background:transparent url("img/navbr.png") no-repeat right bottom;
}
#pgnav li b {
        display:block;
        padding:5px;
        color:#F6F8FF;
        background:transparent url("img/navbr.png") no-repeat right bottom;
        text-align:center;
}

#pgbody {
        width:100%;
        position:absolute;
        top:290px;
        margin:20px 0 0 0;
        font-size:90%;
        background:transparent url("img/509679.jpg") no-repeat right bottom;
}
#pgmain {
        margin:0 10% 0 10%;
}


#pgtail {
        clear:both;
        margin:.5em 10% 0 10%;
        padding:0 0 1em 0;
        position:absolute;
        font-size:85%;
        line-height:1.1;
        border-top:1px solid #222222;
}
#pgtail p {
        margin:0;
}
#pgtail a {
        color:#2b2f3f;
}

.logo {position:absolute;top:70px;right:90px;}

.txtflt {
        width:160px;
        float:left;
        font-size:80%;
        line-height:1.2; text-align:center;
        color:#454958;
        border:1px outset #606574;
        margin:0 10px 0 0;
        padding:.5em 5px 0 5px;
        background:#DFE6FF;
}
.txtflt p {
        margin:0 0 1em 0;
}
.txtflt :last-child {
        margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
        margin:0 0 .5em 0;
        color:#2b2f3f;
}
h1 {        font-size:150%;}
h2 {        font-size:135%;}
h3 {        font-size:125%;}
h4 {        font-size:115%;}
h5 {        font-size:105%;}
h6 {        font-size:100%;}

p, ul, ol, dl {
        margin:0 0 1.5em 0;
}
ul {
        padding:0 0 0 25px;
}
a {
        text-decoration:underline;
}
a:link {
        color:#2b2f3f;
}
a:visited {
        color:#151925;
}
a:hover, a:active {
        color:red;
}
img {
        border:none;
}
hr {
        height:1px;
        clear:both;
}