html, body {
    margin: 5px;
    padding: 0px;
    background-color: #333;
    color: black;
    font-family: Verdanda, Arial, Helvetica, sans-serif;
    }
  
p { 
    padding: 0;
    margin-top: 0px;
    }

a:link {}
a:visited {}
a:active {}

a:hover { 
     background-color: #aaa;
     color: black;
    }


#header a:hover {
    background-color: transparent;
    color: black;
}

a img { border: None;}

#header {
    background-color: #999; 
}

#header a {
    text-decoration: None;
    }

#banner a {
    color: white;
}

#banner {
    margin-left: 0px;
    height: 200px;
    padding: 0px;
    border: None;
    font-size: 1.7em;
    vertical-align: middle;
    text-align: center;
    color: white;
    background: url('http://www.thedagnalls.com/blog/wp-content/themes/jud/images/personalheader.jpg') no-repeat top;}
    }
#banner img {
    border: 1px solid white;
    }

#logotext {
    padding-top: 20px;
    display: block;
    height: 200px;
    position: relative;
    }

#logotext h2,h3 {
    width: 620px;
    padding-top: 0px;
    margin: 0px;
}

#breadcrumbs {
    font-size: x-small;
    background-color: #eee; 
    color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 5px;
    }    

#leftnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    }

#leftnav ul ul {
    margin-left: 1em;
    }

#leftnav li {
    margin-top: 0em;
    }
#leftnav p {
    color: black;
    margin-left: 0px;
    padding-left: 0.25em;
    border: 0px;
    }

#leftnav a:visited {
    text-decoration: none;
    }

#leftnav a:link {
    text-decoration: none;
    }

.nextPrevLink {
    padding: 5px;
    }

.float {
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    float: left;
    }

.imagetext h1 {
    font-size: large;
    }

.imagetext .section h1 {
    font-size: medium;
    }

#footer {
    border-top: 1px solid black;
    font-size: xx-small; 
    color: white;
    background-color: #eee;
    text-align: right;
    padding: 2px 10px 10px 0px;
    clear: both;
    margin-bottom: 0;
    }

.document img {
    float /* */: right;
    margin-left: 10px;
    }

.reference {
	font-size: small;
}

.topnav { 
    background-color: #aaa;
    color: black;
    font-size: x-small;
    text-align: right;
    border-bottom: 1px solid black;
    }

ul#nav,
#nav ul{
    /*Remove all spacings from the list items*/
    margin: 0;
    padding: 0;
    cursor: default;
    list-style-type: none;
    display: inline;
    float: right;
    }

ul#nav{
    display: table;
    }

ul#nav>li{
    display: table-cell;
    position: relative;
    padding: 2px 6px;
    }

.thumbs img {
//    padding: 3px;
    border: 1px solid black;
}

.title_img img {
    border: 1px solid black;
    padding: 3px;
}


