/* p and heading styles, and styles for java photo gallery*/

p{
font-family: Veranda, "Lucinda Sans", "Lucinda Sans Unicode", sans-serif;
font-weight:normal;
line-height: 130%;
/*color: #FCD650;*/

}

h1{
font-family: Papyrus, "Lucinda Sans", "Lucinda Sans Unicode", Veranda, sans-serif;
}

h2{
font-family: Papyrus, "Lucinda Sans", "Lucinda Sans Unicode", Veranda, sans-serif;
padding: 0;
}

h3{
text-decoration: none;
font-family: Papyrus, "Lucinda Sans", "Lucinda Sans Unicode", Veranda, sans-serif;
}

h5{
font-family: Papyrus, "Lucinda Sans", "Lucinda Sans Unicode", Veranda, sans-serif;
font-style: none;
}

ul{
font-size: 14px;
font-weight:normal;
line-height: 130%;

}

.table{
vertical-align:top;

}

.snobbery{
text-align:center;
}


/*
li{
padding-bottom: 3px;}

.text{
font-family: "Lucinda Sans", "Lucinda Sans Unicode", Veranda, sans-serif;
font-size: 12px;
vertical align: top;}

.floatright{
border:none;
float: right;
}

.toplogo{
border: 0;}*/

form{
font-size: 12px;
font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
padding: 3px 0 3px 0;

}
fieldset{
border: none;
padding: 5px;
margin: 15px;
border: 1px solid #FFC61A;

}
legend{
font-size: 12px;

}
label{}
input{
font-size: 12px;
font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
padding: 5px 0 0 0;
margin: 0;
}
textarea{
padding: 0px;
margin: 0px;
font-size:12px;
font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}


table{
padding: 3px;
margin: 5px;
border: none;


}
th{
font-weight: bold;

}
tr{
margin: 0;
padding: 3px;
text-align: left;
border: 1px solid #000;
}

td{
text-align: center;
vertical-align: bottom;
}
/*java for photo gallery*/
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
/*end java for photo gallery*/