/* Main Selectors */
body {
	background: #1A7194 url(ripple.gif) repeat-x;
	color: #000000;
  	font-family: sans-serif,arial,helvetica;
	font-size: 10pt;
	margin: 0px;
}

a, a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
        font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #D48B01;
	text-decoration: none;


}

.a1
{
  	font-size: 10pt;
  	font-family: sans-serif,arial,helvetica;
}


h1{
color: #084688;
text-align: left;
font-size: 16pt;
letter-spacing: -.05em;
font-family: helvetica;
}

h2{
color: #9E4701;
text-align: left;
font-size: 14pt;
letter-spacing: -.05em;
font-family: Arial, Helvetica, sans-serif;
}


.fronttext {
  text-align: left;
  position: relative;
  width: 830px;
  height:400px;
  border:0px solid #FCFE13;
  overflow: auto;
  top: -20px;
  left: 0px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 14pt;
  a, a visited: bold;

}


#popitmenu{
position: absolute;
background-color: #99CC67;
border:1px solid #CC6633;
font: normal 12px sans-serif;
line-height: 18px;
z-index: 100;
visibility: hidden;
text-align: left;

}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
text-align: left;
width: 150px;

}

#popitmenu a:hover{ /*hover background color*/
background-color: #FFFFCC;
}


=================================
 start of Tooltip css code here
================================= */
a.info{
    position:absolute;           /*this is the key*/
    z-index:24; 
	background-color:#eeeec0;    /* background colour of display text */
	border: 1px dashed #cccc99;
    color:#000000;               /* colour of display text */
    text-decoration:none;
	font-style:regular;
	}

a.info:hover {
			 z-index:25; 
			 background-color:#ffff66;

			 }

a.info span{
	   display: none;  /* hide the span text using this css */
	   }

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 120px;       /* offset of the tooltip from the top */
	left:53%;      /* offset of the tooltip from the left */
	width:298px;
    border:1px solid #CC6633; /* border colour */
    background-color:#ffff99; /* background colour here */
    color:#000000;         /* text colour */
    text-align: left;
    font-size: 12px;
	text-indent: 0px;
    padding: 5px;
	}
/*


/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #28A828;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 140px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 140px;
}

div#navigation td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #28A828;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #00FF00;
	border-width: 1px;
}