body {
    background: #fffaf1 url("../images/bg.gif") repeat-x fixed;
    font-family: Verdana,"Lucida Grande",Lucida,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
}

div#pg_page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    padding: 0;
}

div.pg_content {
    background-color: #ffffff;
    text-align: left;
    margin: 0;
    padding: 5px 20px 10px 20px;
    border: 1px solid #4B6E7D;
}

.mod_line_h {
    clear :both;
    background: url("../images/top_shadow-960.png") no-repeat scroll center center transparent;
    float: left;
    height: 16px;
    width: 960px;
}

.mod_line_v {
    background: url("../images/left_shadow.png") no-repeat scroll center center transparent;
    float: left;
    height: 250px;
    width: 10px;
}

div.mod_box2 {
    float: left;
    padding: 0 10px;
    width: 400px;
}

div.mod_box3 {
    float: left;
    padding: 0 10px;
    width: 290px;
}

h1 {
    font-family:Myriad,Helvetica,Arial,sans-serif;
    color: #262669;
    font-size:180%;
    font-weight:normal;
    letter-spacing:-0.03em;
    line-height:1.1em;
}

h2 {
    color: #cc6600;
    font-size: 140%;
    font-weight: normal;
    letter-spacing: -0.02em;
}


div {
    margin: 5px 0 5px 0;
    text-align: justify;
}


div.flashdemo {
    padding: 20px 0 0 0;
    text-align: center;
}

div.pg_top {
    background: #EEEEEE url("../images/titlebar.png") repeat-x;
    margin: 5px 0 5px 0;
    padding: 0;
    width: 1000px;
    height: 130px;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
    border-left: 1px solid #4B6E7D;
    border-right: 1px solid #4B6E7D;
}

div#pg_menu {
    background-color: #3d56ac;
    margin: 0 0 5px 0;
    padding: 0;
    width: 1000px; /* 880 - 10 -10 */
    height: 25px;
    line-height: 25px;
    letter-spacing:0.005em;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #4B6E7D;
}

#pg_menu a {
    border: none;
    margin-left: 15px;
    padding: 8px;
    color: white;
    text-decoration: none;
}

#pg_menu a.current {
    letter-spacing:0.005em;
    color: black;
    background: white;
    border: none;
    margin-left: 15px;
    padding: 3px 8px 3px 8px;
}

div#pg_submenu {
    background-color: #ffffff;
    margin: 0 0 5px 0;
    padding: 0;
    width: 1000px; /* 880 - 10 -10 */
    height: 25px;
    line-height: 25px;
    letter-spacing:0.005em;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #666666;
}

#pg_submenu a {
    border: none;
    margin-left: 15px;
    padding: 8px;
    color: #333333;
    text-decoration: none;
}

#pg_submenu a.current {
    letter-spacing:0.005em;
    color: #ffffff;
    background: #3d56ac;
    border: none;
    margin-left: 15px;
    padding: 3px 8px 3px 8px;
}


a {
    color: #043DBC;
    text-decoration: none;
}


a.menu:hover {
    color: #f39f67;
}

img {
    border: 0;
    padding-right: 5px;
}

ul.toc {
    margin: 15px 10px;
    padding: 0 5px;
    line-height: 1.5em;
}

.toc li {
    background: transparent url(../images/bullet_star_bw.gif) no-repeat scroll 0 0.55em;
    line-height: 120%;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0 12pt 4pt 0.6em;
    margin: 0;
}

div.toc {
    float: left;
    padding: 5px 30px;
}


