P
{
padding-top: 8px;
margin: 0px;
}

BODY
{
font-family: "Lucida Sans Unicode", sans-serif;
font-size: 11pt;
color: #45005B;
background-color: #DFDAE7;
}


H1
{
font-family: "Viner Hand ITC", "Lucida Sans Unicode", sans-serif;
font-size: 14pt;
font-style: italic;
text-align: center;
color: #45005B;
background-color: #DFDAE7
}

H2
{
font-family: "Lucida Calligraphy", "Lucida Sans Unicode", sans-serif;
font-size: 18pt;
font-style: italic;
text-align: center;
color: #45005B;
background-color: #DFDAE7;
}

H3
{
font-family: "Lucida Calligraphy", "Lucida Sans Unicode", sans-serif;
font-size: 12pt;
font-style: italic;
text-align: center;
color: #45005B;
background-color: #DFDAE7;
}

H4
{
font-family: "Lucida Sans Unicode", sans-serif;
font-size: 14pt;
font-style: italic;
text-align: center;
color: #45005B;
background-color: #EFE8F7;
}

H5
{
font-family: "Lucida Sans Unicode", sans-serif;
font-size: 16pt;
font-weight: bold;
text-align: center;
vertical-align: bottom;
color: #45005B;
background-color: #EFE8F7;
}


table.navbar
{font-family: "lucida casual", sans-serif;
font-size: 12pt;
font-weight: bold;
margin: 0px;
padding: 0px; 
border: 0px;
color: rgb(0,102,204);
background-color: #DFDAE7;
}

table.menu
{font-family: "lucida casual", sans-serif;
font-size: 12pt;
font-weight: bold;
margin: 0px;
padding: 0px;
color: rgb(0,102,204);
background-color: #DFDAE7;
}

td.menuNormal
{padding: 3px;
color: #45005B;
vertical-align: top;
background-color: #DFDAE7;
}

td.menuHover
{padding: 3px;
color: black;
vertical-align: top;
background-color: silver;
}

div.menuNormal
{display: none;
position: static;
}

div.menuHover
{border: 1px solid black;
color: #45005B;
background-color: #DFDAE7;
display: inline;
position: absolute;
}

a:link.menuitem
{text-decoration: none;
color: #45005B;
background-color: #DFDAE7;
display: block;
}

a:visited.menuitem
{text-decoration: none;
color: green;
background-color: #DFDAE7;
display: block;
}

a:hover.menuitem
{text-decoration: none;
color: black;
background-color: silver;
display: block;
}

a:active.menuitem
{text-decoration: none;
color: #45005B;
background-color: silver;
display: block;
}





/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */