/* Stylesheet.css */

/* Body text and page background */
body{
font-family: Arial, Gadget, Sans-serif;
font-size: 10pt;
color: #808080;
background-color: #FFFFFF;
text-align: center;
margin: 0;
padding: 0;
}

/* Style for main content column */
#main{
vertical-align: top;
text-align: center;	
margin-top: 3em;

}
/* Style for statements */
#statements{
line-height: 1.4em;
font-family: Arial, Helvetica, Sans-serif;
width:450px;
vertical-align: top;
text-align: left;	
font-size: 9pt;
background-color: #FFFFFF;
color: #757575;
margin-left: 220px;

}

/* Style for Bio */
#bio{
line-height: 1.4em;
font-family: Arial, Helvetica, Sans-serif;
width:80%;
margin: 20px;
vertical-align: top;
text-align: right;	
font-size: 8.5pt;
background-color: #FFFFFF;
color: #757575;
}


/* Style for bottom table menu */
table.menu{
    font-family: 'Arial', helvetica, Sans-serif;
    font-size: 9pt;
    color: #808741;
    background-color: #FFFFFF;
    margin: auto;
    vertical-align: bottom;
    border-collapse: collapse;
    padding: 20px;
}
/* Style for tables of thumbnail images */
table.thumbs{
text-align: center;
border-collapse: collapse;
margin: auto;
}


/* Style for home page images */
img.reduced{
height:360px;
border-width: 0px;
padding: 6px;
}

/* Style for thumbnail images on portfolio page*/
img.thumbs{
   width: 90px;
   border-width: 0px;
   padding: 2px;
   margin-left: 27px;
   margin-right: 27px;
}

/* Style for table cells that contain thumbnails */
td.thumbs{ 
   margin-top: 10em;
   width: 650px;
   text-align:center;
   border: 0px; 
   padding: 2px;
}


/* Style for thumbnail images*/
img.imagelinks{
   text-align:center;
   width: 90px;
   border-width: 0px;
   padding: 5px;
   margin: 2px;

}


/* Page footer style */
#footer{
height: 20px;
text-align: center;
font-family: Arial, Helvetica, Sans-serif;
font-size: 9pt;
color: #808741;
background-color: #FFFFFF;
margin-top: 6em;

}

/* Unvisited links (no underline) */
a:link{
color: #808741;
background-color: #FFFFFF; 
text-decoration: none;
}


/* Visited links (no underline) */ 
a:visited{
color: #808741; /* sage grn */
background-color: #FFFFFF;
text-decoration: none;
}

hr{
background-color: #999933;
color: #999933;
width: 650px;
height: 3px;
border: none;
}
