/* Default font style & size */
body {
        font-family: Verdana;
        font-size: 12px;
        font-weight: normal;
        background: white;
        color: black;
        margin: 0px;
        padding: 0px;
        border: 0px;
}

/* Heading Styles */
h1 {
        font-family: Verdana;
        color: navy;
        text-align: center;
        font-size: 20pt;
        font-weight: bold;
}
h2 {
        color: navy;
        text-align: left;
}
h3 {
        margin-top: 0px;
        text-align: center;
}

/* Some good stuff to have */
img {
        border-width: 0px;
}
ul {
        margin-top: 1em;
}
li {
        margin-bottom: 1em;
}

/* Default document links */
a:link {
        color:#666666;
        text-decoration:none;
       
}
a:visited {
        color:#666666;
        text-decoration:none;
        
}
a:active {
        color:#999999;
        text-decoration:none;
}
a:hover {
        color:#999999;
        text-decoration:none;
}
a:link.imglink {
        border-bottom: none;
}

/* Links for the menu panel */
ul.menu a:link,
ul.menu a:visited,
ul.menu a:active {
        color:#000000; 
        text-decoration:none; 
        font-weight: bold;
}
ul.menu a:hover {
        text-decoration: none;
        color: #5a7695;
        font-weight: bold;
}

/* Description of the menu panel */
ul.menu {
        list-style-position: outside;
        list-style-image: none;
        list-style-type: none;
        margin-bottom: 0px;
        margin-top: 0px;
        
}
ul.menu li {
        font-family: Verdana, sans-serif;
        font-size: 12pt;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
}

/* title style */
div#branding span {
        font-size:70px;
        font-weight:bold;
        font-family:georgia;
        position:absolute; top:-5px;
        left:5px;
        z-index:+2;
        overflow:visible;
        letter-spacing:-5px;
        margin-right:15px;
        padding-right:25px;
}
div#branding span a {
        color: navy;
}

/* Divisions for web page layout */
div.menu {
        FLOAT:LEFT;
        width:210px;
        margin: 20px;
        padding-top: 85px;
        padding-bottom: 80px;
        border: 2px solid #cccccc;
        background: #eeeeee;
        position:absolute;
        left:0px;
        top:0px;
        z-index:+1;
}
body>div.menu {
        position: fixed;
}
div.content {
        margin-left:280px;
        margin-right: 210px;
        margin-top: 0px;
        padding: 5px;
        border: 5px;
}
div#cb1 {
    float: right;
    width: 200px;
    clear: both;
    margin: 5px;
}
div#cb1 div.contentblock {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #7ca0be;
    background: #EEEEFF;
}
div.contentblock div.header {
    text-align: center;
}

