/* This style sheet is divided into three section: body, menu, and document */

/* Body Section */

body {
background-color: #ffffff;
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
color: #333333;
}

div.mast {
width: 585px;
height: 60px;
margin-left: 18px;
font-size: 10pt;
}

div.body {
width: 585px;
}

div.foot {
float: left;
width: 400px;
height: 40px;
text-align: center;
padding-top: 20px;
font-size: 8pt;
}

/* Menu Section */
div.left { 
width: 100px;
float: left;
background-color: #ffffff;
font-size: 9pt;
}

div.home {   /* home (top) cell */
background-color: #ffffff;
text-align: center;
padding-right: 16px;
padding-top: 1px;
padding-bottom: 4px;
color: #cc9933;
font-weight: bold;
}

div.lhd {   /* left head cell */
background-color: #cc9933;
padding-left: 6px;
padding-top: 1px;
padding-bottom: 4px;
color: #ffffff;
font-weight: bold;
}

div.lit {   /* left item cell */
padding-left: 12px;
padding-top: 1px;
padding-bottom: 4px;
}

div.lbot {   /* left bottom cell */
background-color: #cccccc;
height: 170px;
}

a.l:link {color: #333333; font-weight: ;} /* left */
a.l:visited {color: #999999; font-weight: ;}
a.l:hover {color: #990000; font-weight: ;}

a.h:link {color: #cc9933; font-weight: bold;} /* home*/
a.h:visited {color: #cc9933; font-weight: bold;}
a.h:hover {color: #cc9933; font-weight: bold;}


/* Document Section */

div.doc {
width: 450px;
float: left;
padding-left: 15px;
}

a.d:link {color: #333333;} /* doc */
a.d:visited {color: #666666;}
a.d:hover {color: #cc9933;}

a.nav1:link {color: #666699; font-size: 9pt}   /* foto */
a.nav1:visited {color: #666699; font-size: 9pt}
a.nav1:hover {color: #006600; font-size: 9pt}

a.nav2:link {color: #666699; font-size: 10pt}   
a.nav2:visited {color: #666699; font-size: 10pt}
a.nav2:hover {color: #006600; font-size: 10pt}

div.h3 {   /* page header */
font-size: 13pt;
font-weight: bold;
color: #006600;
text-align: right;
}

div.h4 {   /* date */
font-size: 11pt; 
font-weight: normal;
color: #006600;
text-align: right;
}

div.h4em {   /* photographer */
font-size: 10pt; 
font-style: italic;
font-weight: bold;
color: #003399;
text-align: right;
}

img.foto {

align: top;
margin: 5px;
border: 0px;
}

table.foto {
float: right;
background-color: #cccccc;
}

td.foto {
background-color: #ffffff;
align: center;
}

em.d  {   /* doc itlatics */
}

em.cap {   /* foto caption */
font-weight: bold;
font-style: normal;
color: #006600;
}

em.dsr {     /* doc strong red, used mostly on newsletter pages */
font-weight: bold;
font-style: normal;
color: #990000;
}

