/* CSS Document */

#dates {
	position: abolute;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: 230px;
}

.dates {
	position: relative;
	width: 290px;
	height: 130px;
	overflow: hidden;
}

.dates h3 {
	font: bold 10px verdana;
	color: #5B5B5B;
	border-bottom: 1px solid gray;
	padding: 0 0 0 2px;
	margin: 0;
}
#dates p {
	text-align: justify;
}

#dates {
	position:absolute;
}
#dates div{
	width:290px;
	height: 130px;
	float:left;
}


* { font-family: verdana; font-size: 12px; }
.b1, .b2, .b3, .b4 {font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#003d6a; margin:0 5px;}
.b2 {height:1px; background:#fff; border-right:2px solid #003d6a; border-left:2px solid #003d6a; margin:0 3px;}
.b3 {height:1px; background:#fff; border-right:1px solid #003d6a; border-left:1px solid #003d6a; margin:0 2px;}
.b4 {height:2px; background:#fff; border-right:1px solid #003d6a; border-left:1px solid #003d6a; margin:0 1px;}
.contentb {background: white; border-right:1px solid #003d6a; border-left:1px solid #003d6a;}
.contentb div {margin-left: 5px;}

div#show3 { background-color: #efefef; width: 140px; margin:0 auto; border: 1px solid #444444; }
div#show3 table td, div#show4 table td { height: 24px; background-image: url('38.gif'); }
div#show4 table td { background-image: url('40.gif'); }
div#show3 table input,  div#show4 table input { outline-style: none; }
.imgDesc { font-family: verdana; font-size: 9px; font-weight: bold; }
.thinborderLeft{ clear: both; float:left; border:solid 1px #003d6a; padding:5px; padding-left: 0; margin-top:5px; margin-left: 0; margin-right:5px; margin-bottom:1px; font-family: verdana; font-size: 7x; font-weight: bold; width: 175px; display: inline; }
.thinborderRight{ float:right; border:solid 1px #003d6a; padding:5px; margin-top:5px; margin-left:5px; margin-bottom:5px; }

.dropcap {
  float: left;
  font: normal 45px arial; border: 1px solid #003d6a;
  padding: 0; padding-left: 10px; padding-right: 10px;
  color: #003d6a; margin-right: 3px; margin-left: 5px;
}

.pullout {
  width:335px; clear: both; float: right;
  border: 2px solid #003d6a;
  color: #003d6a; background-color: #ddd;
  font: italic 11px verdana; text-align: left;
  padding: 10px; margin-top: 3px; margin-left: 10px; margin-bottom: 0;
}

.pullout u{ font: italic 11px verdana; }
p { text-align: justify; width: 570px; font-family: verdana; font-size: 12px; color: #5b5b5b; border: 0px solid #003d6a; padding:  5px; margin: 0; margin-left: 5px; }

.HScontent {
	text-align: justify; font-family: verdana; font-size: 11px;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	display: none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
