body
{
    text-align:center;
    /* From srselfstorage style sheet*/
    font-size:90%; line-height:130%; background-color:#ffffff;
    color:#000000;
    font-family:Verdana,sans-serif;
    font-size:0.75em;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

/* General styles */

* {margin:0px;padding:0px;}

a img {border: none;}

a {color: #0057B1;}

a:hover {text-decoration: none;}

h5{color:#004FA2;}

h4{color:#004FA2;}

h3{color:#004FA2;}

h2{color:#004FA2;}

h1{color:#004FA2;}

h1{font-size:1.5em;}

h2{font-size:1.3em;}

h3{font-size:1.2em;}

h4{font-size:1.1em;}

h5{font-size:1.0em;}

h6
{
    color: #f48710;
}

ul{	padding-left:20px;list-style:circle;list-style-image:url('images/li.gif');}

#PageWrapper
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.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: #ffffff;
    display:block;
}

.HeaderSection
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    background-color: #ffffff;
    margin-top: 8px;
    margin-bottom: 15px;
}

.LogoSection
{
    text-align: left;
    width: 290px;
    float: left;
    display: inline;
}

.HeaderContent
{
    text-align: left;
    width: 600px;
    float: right;
    display: inline;
}

.MainNav
{
    text-align: left;
    width: 100%;
    background-color: #345daa;
    margin: 0 auto;
    margin-bottom: 20px;
}

.BreadCrumbSection
{
    text-align: left;
    width: 100%;
    background-color: #345daa;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ContentWrapper
{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.Content123
{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
}

.MainContentWrapper
{
    text-align: left;
    width: 66%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    float: left;
    display: inline;
}

.MainContent
{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    float: left;
    display: inline;
}

.ContentBubble
{
    text-align: left;
    width: 32%;
    margin: 0 auto;
    float: left;
    display: inline;
    margin-left: 5px;
}

.SubContent
{
    width: 33%;
    text-align: left;
    float: right;
    display: inline;
}

.LoginLink
{
    width: 960;
    margin: 0 auto;
    background-color: transparent;
    display: block;
}

.FooterSection
{
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    display: block;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: Navy;
    padding-top: 8px;
    clear: both;
}

.FooterContent
{
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.DNNEmptyPane
{
    display: none;
}

/*
    .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: white;
    filter: alpha(opacity=90);
    opacity: .9;
}

.MainMenu .hov
{
    background-color: Transparent; 
    color: #a4a9b5;
}

.MainMenu .hov td
{
    background-color: Transparent; 
    color: #a4a9b5;
}

/*
.MainMenu .sel
{
    color: Black;
    background-image: url("./images/BG_SelectedMainMenuItem_b.png");
    background-repeat: no-repeat;
    background-position: center;
}

.MainMenu .sel td
{
    color: Black;
    background-image: url("./images/BG_SelectedMainMenuItem_b.png");
    background-repeat: no-repeat;
    background-position: center;
}
 */





















































































