body { 
    font-family: "lucida grande",verdana,arial,helvetica,sans-serif;
    color: #000;
    font-size: 9pt;
    background-color: #fff; 
    /*margin: 10px 50px 0 50px;*/
    margin: 10px 30px 0 30px;
    padding: 0; 
    /*hack for centering page element*/ text-align: center;
}

#masthead {
    max-width: 1000px;
    margin: auto;
    text-align: left;
    /*full original height was: 168px;*/
    height: 148px;
    /*height: 128px;
    padding-top: 20px;*/
    /*to lower logo, reduce masthead height and add to top padding*/
    background-image: url(images/masthead4_crop.gif);
}

#URlogo {
    padding-top: 10px;
    padding-left: 30px;
}

/*#URlogo_smaller {
    padding-top: 20px;
    padding-left: 35px;
}*/

/*#URlogo_flat {
    padding-top: 10px;
}*/

#page {
    position: relative;
    max-width: 1000px;
    /*hack for IE scrolling bug*//*\*/ height: 1%;/**/
    margin: auto;
    /*returns text to left alignment*/ text-align: left;
}

#content {
    border: solid 1px #999;
    padding: 0 30px 0 30px;
    margin: 0 0 3em 17em;
    line-height: 1.8em;
}

#menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 17em;
}

#footer {
    font-size: 0.8em; 
    text-align: right;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 1em 0em 2em 0em;
}

h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1.5em 0 1em 0;
}

h3 {
    font-size: 1em;
    font-style: italic;
    line-height: 2em;
    margin: 2.3em 0 1em 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h4.paragraph {
    font-style: italic;
    line-height: 2em;
}

h4.item {
    border-bottom: 1px dashed #999;
    width: 100%;
}

img {
    border: 0;
}

img.framed {
    border: 2px black solid;
}

/*img.people {
    border: 2px grey solid;
    float: right;
    margin: 0 0 1em 1em;
}*/

img.people {
    border: 2px black solid;
    float: left;
    margin: 0.5em 3em 1.5em 0;
}

.personal_info {
    float: left;
}

a.heading {
    text-decoration: none;
}

p, dl, ul, ol, table { 
    margin: 0.5em 0 1.5em 0;
}

ul {
    padding-left: 3.3em;
}

ul ul, ol ul  {
    margin: 0;
}

ul.address {
    list-style-type: none;
    line-height: 1.5em;
}

ul.navi {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.navi a {
    text-decoration: none;
    margin: 0;
    height: 3em;
    display: block;
    border-top: solid 1px #999;
    color: #3300FF;
}

ul.navi ul.navi a {
    padding-left: 3em;
    height: 2em;
    border: 0;
}

ul.navi a:hover {
    background-color: #e2e2e2;
}

#current {
    color: #333;
}

#last a {
    border-bottom: solid 1px #999;
}

td {
    vertical-align: top;
}

col {
    width: 8em;
}

dd col {
    width: 5em;
}

dt {
    /*line-height: 2em;*/
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

.title, span.updated {
    color: #444;
    font-style: italic;
}

span.prop {
    text-decoration: underline;
}

img.photo_album {
    display: block;
    margin-top: 2.5em;
    margin-left: auto;
    margin-right: auto;
    border: 1px grey solid;
    align: center;
}

div.photo_album_caption {
    margin-top: 1em;
    line-height: 1.5em;
    /*width: 302px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


