
html {
    height: 100%;
    background-color: #f7fbff;
    margin:0;
}

body {
    margin:0;
    padding:0;
    border:0;
    height: 100%;
    width:100%;
    background-color: #f7fbff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
    font-size:90%;
}

iframe {
    display:block;
    width: 100%;
    height: 100%;
    border: 0;
}

h2 {
    padding-top: 10px;
    padding-left: 15px;
    /*font-family: 'Museo', Fallback, sans-serif;*/
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #7d84a5;
    opacity: 0.5;
    font-weight: 300;
    font-size: 1.7em;
    line-height: 70%;
}

p {
    display: block;
    text-decoration: none;
    /*font-family: 'Museo', Fallback, sans-serif;*/
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color:white;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 5px;
}

p a:hover {
    background-color: #111;
}

p a {
    text-decoration: none;
    /*font-family: 'Museo', Fallback, sans-serif;*/
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color:white;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 5%;
}

hr {
    border-width: 0;
    height: 1px;
    background-color:white;
    opacity: 0.2;
}

/* Header styles */
#header {
    background-color: #2a3449;
    clear:both;
    float:left;
    width:100%;
    height: 13%;
    border-bottom:0px solid #000; /*1px*/
}

/* 'widths' sub menu */
#layoutdims {
    clear:both;
    background:#eee;
    border-top:4px solid #000;
    margin:0;
    padding:6px 15px !important;
    text-align:right;
}

/* column container */
.colmask {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    overflow:hidden;
    height: 87%;
}

/* 2 column left menu settings */
.leftmenu {
    background-color: #1d2233;
}

.leftmenu .colright {
    float: left;
    width: 200%;
    position: relative;
    left: 400px; /*200*/
    background:#fff;
    height: 100%;
}

.leftmenu .col1wrap {
    float: right;
    width: 50%;
    position:relative;
    right: 300px; /*200*/
    padding-bottom:1em;
    height: 100%;
}

.leftmenu .col1 {
    margin:0 0 0 215px; /*top, right, bottom, left*/
    padding-right: 100px;
    position:relative;
    right: 100%;
    overflow:hidden;
    height: 100%;
}

.leftmenu .col2 {
    float: left;
    width: 315px; /*170*/
    position: relative;
    right: 400px; /*185*/
    height: 100%;
}

/*Top bar*/
#topbar {
    list-style-type: none;
    list-style-position: inside;
    float:right;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2a3449;
    position: fixed;
    top: 0;
    width: 100%;
    /*height: 13%;*/
}

#topbar li {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    float: left;
}

#topbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 45px 51px; /*top-bottom, left-right*/
    text-decoration: none;
}

#topbar li a:hover {
    background-color: #111;
    border-left: 1px solid  white;
    border-right: 1px solid  white;
}

#doclabel {
    display: block;
    color: white;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 1px;
    padding-right: 40px;
    text-decoration: none;
    font-size: 200%;
}

.mini {
    font-size: 60%;
    color: white;
    line-height: 1%;
}        
        