body
{
    text-align:center;
    background-color: #f6f6ff;
}

#PageWrapper
{
    width: 100%;
    height: 100%;
    background-color: #f5f5ff;
}

.ControlPanelSection
{
    width: 960;
    height: 25px;
    margin: 0 auto;
    background-color: transparent;
    display: inline;
}

#MainWrapper
{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    background-color: #e5e5e5;
    display:block;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}

.HeaderSection
{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    background-color: #a4a9b5;
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: Navy;
    margin-top: 8px;
    margin-bottom: 15px;
}

.LogoSection
{
    text-align: left;
    width: 290px;
    float: left;
    display: inline;
}

.BannerSection
{
    width: 510px;
    float: left;
    display: inline;
}

.MainNav
{
    text-align: left;
    width: 900px;
    background-color: Navy;
    margin: 0 auto;
    margin-bottom: 20px;
}

.Content123
{
    text-align: left;
    width: 946px;
    margin: 0 auto;
}

.Content12
{
    text-align: left;
    width: 755px;
    float: left;
    display: inline;
    margin-left: 10px;
    /* margin-right: 10px;*/
}

.Content3
{
    text-align: left;
    width: 115px;
    float: right;
    display:inline;
    background-color: #a4a9b5;
    border-style: solid;
    border-width: 2px;
    border-color: Navy;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.DNNEmptyPane
{
	display: none;
}

.Content12Wrapper
{
    width: 755px;
    overflow: hidden;
    zoom: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.Content1
{
    text-align: left;
    width: 180px;
    float: left;
    display: inline;
    margin-left: 10px;
}

.Content2
{
    text-align: left;
    width: 580px;
    float: left;
    display:inline;
    padding-left: 10px;
    margin-right: 10px;
}

.ItemWrapper
{
    /* width: 755px; */
    float: left;
    display inline;
    width: 810px;
    overflow: hidden;
    zoom: 1;
}

.ItemDesc
{
    text-align: left;
    width: 640px;
    float: left;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ItemPmt
{
    text-align: left;
    width: 150px;
    float: left;
    display:inline;
    padding-top: 10px;
    padding-bottom: 10px;
}


.LoginLink
{
    text-align: right;
    background-color: transparent;
    float: right;
    display: inline;
    margin-right: 5px;
    margin-top: 3px;
    font-family: Tahoma, Verdana, Arial, Times New Roman, ;
    font-size: 13pt;
    font-weight: bold;
}

.CopyrightSection
{
    font-size: 10pt;
    font-weight: bold;
    color: Navy;
    width: 960;
    margin: 0 auto;
    background-color: transparent;
    display: block;
}

/*
    .m          All Sub Menu                .m      All Sub Menus
    .m[level]   Sub Menu at level x         .m0     First level sub menus

    .mid[id]    Sub Menu with id x          .m39    DNN Admin Sub Menu
    .break      Break                       .break  All menu breaks
    .mi         Menu Item (all)             .mi     All Menu Items
    .mi[path]   Menu Item in specific path  .mi0    First Menu Item (Home)

    .root       Root Menu Item              .root   All root menu items
    .first      First Menu Item             .first  First menu item in each menu
    .last       Last Menu Item              .last   Last menu item in each menu

    .icn        Icon
    .hov        Hover
    .sel        Selected
    .bc         BreadCrumb
 */

.MainMenu
{
    cursor: pointer;
    cursor: hand;
}

.MainMenu .root
{
    cursor: pointer;
    cursor: hand;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Helvetica, Tahoma, Arial;
    text-align: center;
    background-color: Transparent;
    white-space: nowrap;
    padding: 0px 15px 0px 15px;
}

.MainMenu .mi td
{
    cursor: pointer;
    cursor: hand;
    color: navy;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Helvetica, Tahoma, Arial;
    white-space: nowrap;
    padding: 1px 3px 3px 1px;
}

.MainMenu .m
{
    background-color: #e5e5e5;
    text-align: left;
    color: Navy;
    /*
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    */
}

.MainMenu .m td
{
    background-color: #e5e5e5;
    text-align: left;
    color: Navy;
}

.MainMenu .hov
{
    background-color: Transparent; 
   /* color: #a4a9b5;*/
    color: #a4a9b5;
}

.MainMenu .hov td
{
    background-color: Transparent; 
    /* color: #a4a9b5;*/
    color: #a4a9b5;
}

.MainMenu .sel
{
    /*
    color: Black;
    background-image: url("./images/BG_SelectedMainMenuItem_b.png");
    background-repeat: no-repeat;
    background-position: center;
    */
    color: #a4a9b5;
}

.MainMenu .sel td
{
    /*
    color: Black;
    background-image: url("./images/BG_SelectedMainMenuItem_b.png");
    background-repeat: no-repeat;
    background-position: center;
    */
    color: #a4a9b5;
}









































