/* $Id: style.css,v 1.11 2003/11/24 17:50:07 le Exp $ */

body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #fff;
    color: #000;
}

#header {
    border: 1px dotted #dd6000;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}

#leftcol {
    font-size: 0.8em;
    float: right;
    left: 80%;
    width: 20%;
}

.navbox
{
    border: 1px dotted #ee6000;
    margin-bottom: 10px;
    background-color: #eee;
}

.navbox ul {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 1.5em;
}

.imgbox {
    text-align: center;
}

.imgbox img {
    border: 0;
}

#mainpicture
{
    float: right;
    margin-left: 3%;
    text-align: center;
}

#content
{
    line-height: 1.3em;
    font-size: 0.9em;
    width: 73%;
    float: left;
    padding-left: 3%;
    margin-bottom: 10px;
}

#content p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

#footer
{
    clear: both;
    font-size: 0.6em;
    text-align: center;
    border: 1px dotted #dd6000;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eee;
}

#cvsid
{
    font-style: italic;
}

a:link
{
    text-decoration: underline;
    color: #dd6000;
}

a:visited
{
    text-decoration: underline;
    color:#000;
}

a:hover
{
    text-decoration: none;
}

a.name:hover
{
    text-decoration: none;
    color: #000;
}

h1 {
   font-size: 1.8em;
   margin: 0 0 0 0;
   padding: 0.5em 0 0.5em 0;
   font-family: Serif;
}

h2 {
   font-size: 1.3em;
   margin-top: 1.9em;
   font-family: Serif;
   border: 1px dotted #dd6000;
   padding: 1% 0 1% 1%;
   background: #eee;
}

h2.firstline {
   font-size: 1.3em;
   margin-top: 0;
   /*border-bottom: 1px dotted #000000;*/
}

h3 {
   font-size: 1.1em;
   margin-bottom: 0;
}

pre {
    margin-left: 1.5em;
}

/*
.imglink {
    border: 0;
}
*/

