p { 
    color: grey; 
    font-size: 11pt; 
    font-family: Helvetica;
}

p.nav {
    color: grey; 
    font-size: 10pt; 
    font-family: Helvetica;
}

h1 { 
    font-family: Helvetica, sans-serif; 
    color: #999999;  
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
}

img {
    /*border-width: thick; 
    border-color: #00CC99;
    border-style: dashed;*/
    padding-bottom: 20pt;
}

.myname {
    font-family: 'Brush Script MT', cursive;
    font-size: 36pt; 
    color: #CCCCFF;
    height: 92px;
    border-bottom: dashed 2px #999999;
    padding-left: 20px;
    padding-top: 30px;
} 

div#navigation {
    float: left;
    width: 250px; 
    background: white;
    /*border-right: groove 10pt #CCCCFF;*/    
    padding-right: 10px; 
    z-index: 1;
}

.navsectionheading {
    font-size: 14pt;
    font-family: helvetica;
    color: #999966;
    border-bottom: 1px dashed #999999;
    padding-top: 10px;
}

a.nav:link {color: #003399; text-decoration: none; }
a.nav:visited {color: #003399; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; } 

a.ext:link {font-size: 10pt; color: #9999CC; text-decoration: none; }
a.ext:visited {font-size: 10pt; color: #9999CC; text-decoration: none; }
a.ext:hover {color: orange; text-decoration: underline; }
a.ext:active {color: blue; } 

div#encap {
    background: white;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#banner {
    width: 850px;
    height: 122px;
    background-image: url(ado-kerry-banner_ext.png); 
    background-repeat: no-repeat;
}

div#maincontent {
    float: left;
    z-index: 2;
    width: 570px;
    min-height: 760px;
    opacity: .80;
    padding: 10px;
    background: white;
    position: relative;
    top: -70px;
    border-top: 2px solid grey;
    border-left: 2px solid grey;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
}

.mainsectionheading {
    font-size: 14pt;
    font-family: helvetica;
    color: black;
    font-variant: small-caps;
    border-bottom: 1px solid grey;
    padding-top: 10px;
}


div#publications {
    float:left;
}

div#mycv {
    float:left;
}

div#projects {
    float:left;
}
