@charset "utf-8";
/* CSS Document */
body {
color:#000;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
padding:0;
margin:0;
}
h1, h2, h3, p, img{
margin:0;
padding:0;
}
h1, h2, h3 {
font-weight:normal;
}
h1 {
font-size:200%;
padding-bottom:5px;
border-bottom:5px solid #ccc;
margin-bottom:15px;
}
h2 {
font-size:160%;
margin-bottom:5px;
}
h3 {
font-size:130%;
}
h3.role {
margin-left:15px;
}
#wrapper {
width:750px;
margin:25px auto;
}
#header {
display:none;
}
#content {
padding:0 35px 10px 35px;
text-align:justify;
}
#content img {
margin-top:4px;
}
#navigation {
display:none;
}
#content p {
margin-bottom:15px;
}
#content p, #content ul, #content ol {
line-height:1.4em;
}
#content p.caption {
margin-top:-4px;
padding:6px 0 7px 10px;
}
#content p a {
text-decoration:none;
border-bottom:none;
}
#content p a:link, #content p a:visited {
color:#000;
}
#content a img {
border:none;
}
#content ul {
margin:0 0 15px 0;
padding:0;
list-style:none;
}
#content li {
margin-bottom:8px;
}
#content ul.projects {
margin-top:10px;
margin-left:15px;
}
#content ul.projects li {
margin-bottom:12px;
}
#content ol {
padding-left:0;
margin-left:25px;
font-weight:bold;
}
#content ol span{
font-weight:normal;
}
.fig {
font-weight:bold;
margin-right:10px;
}
.label {
font-weight:bold;
margin-right:10px;
}
.right {
float:right;
margin-left:15px;
}
.left {
float:left;
margin-right:15px;
}
.pdf {
display:none;
}
#footer {
text-align:center;
}
#footer img {
display:none;
}
/* Contact Form Styles */
fieldset {
margin-bottom:25px;
}
legend {
padding-left:5px;
padding-right:10px;
}
table.form td {
padding:10px;
}
table.form td.field {
padding-bottom:0;
}
.form_note {
margin-left:15px;
}
/* Downlad File Listing Styles */
table.listing td  a{
text-decoration:none;
}