body {
	background-color: #003366;
	font-family : Arial, Helvetica, sans-serif;

}
P  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}


H1  {
	font-weight : bold;
/*	font-style : italic; */
	font-size : 15pt;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	margin: 0;
}
H2  {
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	color : Black;
	text-decoration : none;
	text-align : center;
}

H3  {
	color : White;
}


table.selectionTable
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	font-weight : bold;
	text-align : center;
}


A:Link  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Active  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : underline;
}

A:Hover  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
}


#leftcol
{
	position: relative;
	text-align:left;
	width: 137px;
}

 #leftcol ul 
{
	margin-left: 0;
	margin-top: 2px;
	padding: 0;
}

#leftcol li
{
	list-style-type:none;
	padding: 0;
	margin-left: 0;
}


#leftcolIE
{
	position: relative;
	text-align:left;
	width: 142px;
}

 #leftcolIE ul 
{
	margin-left: 0;
	margin-top: 2px;
	padding: 0;
}

#leftcolIE li
{
	list-style-type:none;
	padding: 0;
	margin-left: 0;
}


a.greynav
{
	font-size: 8pt;
	list-style-type: none;
	font-family: Tahoma,Arial;
	position: relative;
	margin-top:-2px;
	margin-bottom: 0;
	margin-left: 0px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
	width: 100%;
	color: #000000;
	font-weight: normal;
	background-color: #F1F2EE;
}

a.greynav:active
{
	font-size: 8pt;
	list-style-type: none;
	font-family: Tahoma,Arial;
	position: relative;
	margin-top:-2px;
	margin-bottom: 0;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
	width: 100%;
	color: #000000;
	font-weight: normal;
	background-color: #F1F2EE;
}

a.greynav:link, a.greynav:visited
{
	font-size: 8pt;
	list-style-type: none;
	font-family: Tahoma,Arial;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin-top:-2px;
	margin-bottom: 0;
}

a.greynav:hover
{
	background-color: #316AC5;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	margin-top:-2px;
	margin-bottom: 0;
}


/* 	Menu Links Styles	
.menulinks A:link 
{
	font-size : 8pt;
	font-family : Tahoma,Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	width:100%;
	padding: 3px 10px 3px 12px
} 

.menulinks A:visited 
{
	font-size : 8pt;
	font-family : Tahoma,Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	width:100%;
	padding: 3px 10px 3px 12px
}
 
.menulinks A:active 
{
	font-size : 8pt;
	font-family : Tahoma,Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	width:100%;
	padding: 3px 10px 3px 12px
} 

.menulinks A:hover 
{
	font-size : 8pt;
	font-family : Tahoma,Arial;
	font-style : normal;
	font-weight : normal;
	color : White;
	text-decoration : none;
	background-color: #316AC5;
 	width:100%;
	padding: 3px 10px 3px 12px
}
 */

/* 	List Styles, etc	*/
li{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

ul{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

b.tabletitle  {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : none;
}

div.row {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	clear:both;
  }

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #000000;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #000000;
  width: 49%;
  }

div.row span.title  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : White;
	text-decoration : none;
	padding: 0px;
	clear:both;	
}

div.float {
  width: 120px;
  padding: 10px;
  float: left;
  }

div.spacer {
  clear: both;
  }
.style1 {color: #990000}

div.float p {
  font-size: 9px;
  text-align: center;
  }
.popup {
        border: solid 1px #333;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        display: none;
        position:fixed;
        width: 300px;
        z-index: 800;

      }

      .popuptitle {
        background: blue;
        color: white;
        font-weight: bold;
        height: 15px;
        padding: 5px;
      }
     
      .popupbody {
        background: #ddd;
        padding: 5px;
        text-align: center;
      }

      #popup { top: 100px; left: 50px; }

}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

h2.leftmargin {margin-left: 1cm}


h2.leftmargin2 {margin-left: 2cm}

