.container { border-left: 1px solid #ddd;border-right: 1px solid #ddd; }

.header { margin: 0; background-color: #222; /*#e6e6e6;*/
	  height:48px;padding: 0 8px;}

.logo, .logo:hover { font-family:'Roboto Slab', serif;
		     font-weight: 600; font-size: 26px;
		     color:#19a9e3;/*1E33aB;*/
		     text-decoration:none;}

.footer {
    text-align: center;
    background-color: #ddd;
    padding: 8px;
}

.top-nav {
    margin: 0;
    padding: 0 8px 2px 8px; 
    background-color:#ddd;/*87b6ec;*/
}

.top-nav a {
    padding:0;
    margin:0;
    color:#333;
    text-decoration: none;
}
.top-nav a:hover {
    color: #4372a8;
}

.separator {
        border-right: 1px dashed #ccc;
}

.separatorb {
        border-bottom: 1px dashed #ccc;
}


h4.top-list {
    font-family:'Roboto Slab', serif;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0 0 0;
    padding: 4px 0;
    border-top: 1px dashed #999; /*6594ca*/
    border-bottom: 1px dashed  #999; /*6594ca*/
}


h4.top-list a {
    /*     color: #6594ca; */
    color: #333;
    text-decoration: none;
    font-size: 100%;
}

li a {
    text-decoration: none;
    font-size: 90%;
}

h1, h2, h3, h5 {
    font-family:'Roboto Slab', serif;
    font-weight: 400;
    color: #333; /*6594ca*/
    text-decoration: none;
    font-size: 2rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
   }

/*h2, h3 {
    font-size: 1.5rem;
}*/

.bcrumbs{
    margin-bottom: .5rem;
}
.bcrumbs a{
    color: #666;
    text-decoration: none;
    font-size: 1.5rem;
}

.left-pad { padding-left: 8px; }
.right-pad { padding-right: 8px; }

ul.submenu {
    list-style:circle inside none;
    padding: 0 0 12px 16px;
}
ul.submenu li, ul.submenu a {
    color: #19a9e3;
}
