div#NormalPageCover
{
    width: 840px;
    margin: 0 auto;
    font-size: .8em;
    text-align: left;
    height: 100px;
    background-image: url(../../images/Maroon/NPCoverBG.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
div#NormalPageCoverMenu
{
    width: 180px;
    float: right;
    /* script.aculo.us */
    font-size: 0;
    line-height: 1.0;
}
div#NormalPageTitle
{
    float: left;
}

div#ContentContainer
{
    width: 840px;
    margin: 0 auto;
    font-size: .8em;
    text-align: left;
}

/* Sidebar */
div#Sidebar
{
    width: 179px;
    float: right;
    background-color: #fff;
    padding-bottom: 5px;
}

ul#ContentPages, ul.SidebarMenu
{
    width: 174px;
    margin-top: 1px;
    margin-bottom: 4px;
    margin-left: 0;
    font-size: .85em;
    border-width: 2px;
    border-style: solid;
    border-color: #eee;
    -moz-box-sizing: content-box;
}
* html ul#ContentPages, * html ul.SidebarMenu
{
    /* V.S. IE6 Below */
    width: 178px;
}
ul#ContentPages li, ul.SidebarMenu li
{
    display: block;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #eee;
}
ul#ContentPages, ul#ContentPages li
{
    border-color: #edc893;
}
ul#ContentPages li.CurrentPage
{
    background-color: #f3e6ce;
}
ul#ContentPages li:hover, ul.SidebarMenu li:hover
{
    background-color: #f3e6ce;
}

ul#ContentPages li.MenuTitle, ul.SidebarMenu li.MenuTitle
{
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
}
ul#ContentPages li.MenuTitle
{
    background-color: #edc893;
    color: #ca5720;
    font-weight: bold;
}
ul#ContentPages li.MenuTitle:hover
{
    background-color: #edc893;
}
ul.SidebarMenu li.MenuTitle
{
    background-color: #eee;
    color: #333;
}
ul.SidebarMenu li.MenuTitle:hover
{
    background-color: #eee;
}

/* Content */
div#Content
{
    width: 600px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
}
* html div#Content
{
    /* V.S. IE6 Below */
    margin-left: 15px;
}

div#Content p, div#Content ul, div#Content ol, div#Content dl, div#Content table, div#Content h1, div#Content h2
{
    margin-bottom: 15px;
}
div#Content ul, div#Content ol
{
    margin-left: 30px;
}
div#Content h1
{
    font-size: 1.6em;
    line-height: 1.2;
    color: #d18121;
}
div#Content h2
{
    font-size: 1.2em;
    line-height: 1.2;
    color: #52d107;
}
div#Content h3
{
    font-size: 1em;
    color: #108bf4;
}
p.Asterisk
{
    text-align: center;
}
p.Editor
{
    text-align: right;
}
p.Nav2Top
{
    text-align: right;
}
p.Nav2Top img
{
    vertical-align: middle;
}

div.Notice
{
    padding: 5px 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    margin-bottom: 15px;
}
#Content div.Notice p, #Content div.Notice ol, #Content div.Notice ul
{
    margin-bottom: 0;
}

div.Extra
{
    padding: 5px 10px;
    border-width: 2px;
    border-style: dotted;
    border-color: #ddd;
    margin-bottom: 15px;
}
#Content div.Extra p, #Content div.Extra ol, #Content div.Extra ul
{
    margin-bottom: 0;
}

div.Attention
{
    padding: 5px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #f1eccc;
    background: #fff4d8 url(../../images/Orange/AttentionBG.jpg) 100% 0 no-repeat;
    margin-bottom: 15px;
}
#Content div.Attention p
{
    margin-bottom: 0;
}


/* For Picture Layout */

div.PictureContainer
{
    width: 580px;
    margin: 0 auto;
    text-align: center;
}
* html div.PictureContainer
{
    /* V.S. IE6 Below */
    width: 580px;
    margin-left: 5px;
}

div.PictureContainer div
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: .8em;
}
* html div.PictureContainer div
{
    /* V.S. IE6 Below */
    margin-left: 4px;
    margin-right: 4px;
}

div.ClearFloat + p
{
    margin-top: 15px;
}
div.PictureCenter, div.PictureLeft, div.PictureRight
{
    margin-bottom: 15px;
    text-align: center;
    font-size: .85em;
}
div.PictureLeft
{
    float: left;
    margin-right: 15px;
}
div.PictureRight
{
    float: right;
    margin-left: 15px;
}

