.title {
font-size: 70px;
font-weight: 900;
letter-spacing: 0.75cm;
color: #CA0000;
/*color: #777777;*/
font-stretch: expanded;
font-variant: small-caps;
font-family: times new roman;
text-align: center;
}
.dropdown {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border-style: solid;
 border-width: 1px;
 /* Borders:     Top    Right  Bottom    Left   */
 border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
 background-color: #777777;
 padding: 5px;
 filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
 font-variant: small-caps;
 text-align:"center";
 width:200px;
}

.dropdownhead {
 font-family: times new roman;
 font-size:70%;
 color: #CA0000;
 font-weight: bold;
 font-variant: small-caps;
 text-align:center;
 background-image: url('./im/hd.jpg');
}

.dropdownfoot {
 background-color: #777777;
 background-image: url('/im/ft.jpg');
 font-family: times new roman;
 font-size:70%;
 color: #FFFFFF;
 font-weight: bold;
 font-variant: small-caps;
 text-align:center;
}

.dropdownheadd {
/* background-color: #777777; layer-background-color: #777777;*/
 font-family: times new roman;
 font-size:70%;
 color: #FFFFFF;
 font-weight: bold;
 font-variant: small-caps;
 text-align:center;
}

table.dropdownbar {
 background-image: url('/im/hd.jpg');
}

.menuitem {
 position:relative;
 background-color: #777777; 
 font-family: Arial;
 font-size:9pt;
 color: red;
 font-weight: bold;
 text-decoration: none

}

.divider {
 border-style:solid none none none;
 border-width:1px;
 border-color:#FFFFFF;
 height:0px;
 width:100%;
}


div.menuitem:hover {
 background-color: #555555; 
}

div.mainbox {
 position: relative;
/* background-color: #EFEFEF;*/
 background-color: black;
 color: white;
 border-style: double;
 border-color: #777777;
/* height:75%; */
 width: 98%;
 /*min-height: 400px;*/
 text-align: left;
/* overflow:auto;*/
 margin-top:2px;
 margin-bottom: 2px;
}

div.maincontent {
 position:relative;
/* height: 98%;
 min-height: 400px; */
 text-align: left;
 padding: 3px;
 color:white;
}

div.mainheight {
 position:absolute;
 height: 300px;
}

.pictureTitle {
font-size: 30px;
font-weight: bold;
color: white;
font-variant: small-caps;
font-family: times new roman;
text-align: center;
}

.galleryPageTitle {
font-size: 30px;
font-weight: bold;
color: white;
font-variant: small-caps;
font-family: times new roman;
}

.galleryPageDescription {
 position: relative;
 border-style: outset;
 border-width: 1px;
 border-color: #000000;
 /*width: 45%;
 text-align: left;*/
 margin-top:2px;
 margin-bottom: 2px;
 font-size: 17px;
 color: white;
 padding: 3px;
 font-variant: normal;
 font-weight: bold;
 font-family: times new roman;
}

.gallerySelectTitle, .gallerySelectDescription {
	color:white;
}

A:link
{
 color: white;
 text-decoration: none
}
A:visited
{
 color: white;
 text-decoration: none
}

.noLink {
 color: white;
}


.picNavigationArrow {
font-size: 30px;
font-weight: bold;
color: white;
font-variant: small-caps;
font-family: times new roman;
}