#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar {
cursor: hand;
cursor: pointer;
background-color: #003399;
min-width: 100px; /*NS6 style to overcome bug*/
border-style : solid;
border-color : Gray;
border-width : 0;
border-bottom-width : 1;
}

#closetext {
font-weight: bold;
margin-right: 1px;
font-family: Arial;
text-decoration : none;
color: #c7e4fa;
}

.body li  {
	color : #000066;
	list-style-type : square;
	list-style : square;
	}

.nav  {
	font-size : 14;
	font-weight : bold;
	font-family : Verdana,sans-serif;
	color : black;
	text-decoration : none;
	background-color : #9DBFD0;
}

.nav A  {
	color : black;
	text-decoration : none;
	background-color : #9DBFD0;
}

.nav A:hover  {
	color : white;
}


.body  {
	font-size : 11;
	font-family : Verdana,sans-serif;
	color : #000066;
	line-height : 1.5;
	font-weight : bold;
}

.bodywh  {
	font-size : 12;
	font-family : Verdana,sans-serif;
	color : white;
	line-height : 1.2;
}

.bodyw  {
	font-size : 13;
	font-family : Verdana,sans-serif;
	color : white;
	line-height : 1.2;
}

.bodysm  {
	font-size : 12;
	font-family : Arial;
	color : black;
}

.bodysmwh  {
	font-size : 11;
	font-family : Verdana,sans-serif;
	color : white;
	font-weight : bold;
}

.body2  {
	font-size : 16;
	font-family : Verdana,sans-serif;
	color : black;
}

.body  A  {
	color : #0099cc;
	font-weight : bold;
	text-decoration : underline;
}

.body  A:hover  {
	color : red;
	font-weight : bold;
	text-decoration : underline;
}

.header  {
	font-size : 22;
	font-weight : bold;
	font-family : Comic Sans MS,sans-serif;
	text-align : center;
	color : white;
	text-decoration : none;
}

.headerwh  {
	font-size : 18;
	font-weight : bold;
	font-family : Verdana,sans-serif;
	color : white;
	text-decoration : none;
}

.foot  {
	font-size : 10;
	font-weight : bold;
	font-family : Verdana,sans-serif;
	color : black;
}

.foot  A  {
	color : #0099cc;
	text-decoration : none;
}

.foot  A:hover  {
	color : red;
	text-decoration : underline;
}

.highslide {
	cursor: url(js/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #000066;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 12pt;
    padding: 5px;
    background-color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}