<style type="text/css">

		   body, td  {font-size: 12px;
		   	font-family: verdana, arial, helvetica;
		   	color:000000;
		   	text-decoration: none;
		   	margin: 0px;
		   	padding: 0px;
		   }

		   h2  {
		   	font-size: x-large;
		   	font-family: Tempus Sans ITC;
		   	color: Navy;
		   	text-decoration: none;
		   	vertical-align : middle;
		   	padding-top : 5;
		   }
		   table.line {
		   	-moz-border-radius:10px;
		   	-webkit-border-radius:10px;
		   	border-radius:10px;
		   	border-width: 1px 1px 1px 1px;
		   	border-spacing: 4px;
		   	border-style: solid solid solid solid;
		   	border-color: Silver Black black Silver;

		   }
		   table.line th {
		   	padding: 3px 3px 3px 3px;
		   	border-style : hidden;
		   	border : hidden;
		   	border-width : none;
		   	margin : 0;
		   	outline : none;
		   }
		   table.line td {
		   	padding: 1px 1px 1px 1px;
		   	border-style : hidden;
		   	border : hidden;

		   	border-width : none;
		   	margin : 0;
		   	outline : none;
		   }
		   table.outset {
		   	border-width: 1px 1px 1px 1px;
		   	border-spacing: 1px;
		   	border-style: outset outset outset outset;
		   	border-color: black black black black;
		   	border-collapse: separate;
		   }
		   table.outset th {
		   	border-width: 1px 1px 1px 1px;
		   	padding: 3px 3px 3px 3px;
		   	border-style: outset outset outset outset;
		   	border-color: gray gray gray gray;

		   }
		   table.outset td {
		   	border-width: 1px 1px 1px 1px;
		   	padding: 3px 3px 3px 3px;
		   	border-style: outset outset outset outset;
		   	border-color: gray gray gray gray;
		   }

		   LI.nav {
		   	list-style: disc inside;
		   	color:green
		   }

		   u  {
		   	font-size: 13px;
		   	font-family: Tempus Sans ITC;
		   	color: Navy;
		   	text-decoration: none;
		   }
		   h3  {
		   	font-size: large;
		   	font-family: Tempus Sans ITC;
		   	color: Navy;
		   	text-decoration: none;
		   }

		   .white     {
		   	font-size: 15px;
		   	font-family: arial, courier;
		   	font-weight: bold;
		   	color:#FFFFFF;
		   	text-decoration:none;
		   }

		   .whiteon   {
		   	font-size: 15px;
		   	font-family: arial, courier;
		   	font-weight: bold;
		   	color:#E8E8E8;
		   	text-decoration:none;
		   }

		   .on 	  {color:000000;
		   	font-family: verdana, arial, helvetica;
		   	font-size: 10px;
		   	text-decoration: none;}


		   .off      {color:000000;
		   	font-family: verdana, arial, helvetica;
		   	font-size: 10px;
		   	text-decoration: underline;}

		   .copy     {font-size: 10px;
		   	font-family: verdana, arial, helvetica;
		   	color:000000;
		   	text-decoration: none;}



		   a:hover {
		   	color: #FF00FF;
		   	font-family : Palatino Linotype, Arial, MS Sans Serif;
		   	font-size : 14px;
		   	font-weight : bold;
		   	text-decoration : underline;
		   }
		   a            {
		   	text-decoration: none;
		   	color: 005100;
		   	font-family : Palatino Linotype, Arial, MS Sans Serif;
		   	font-size : 14px;
		   	font-weight : bold;
		   }

		   #center{
		   	margin-left: auto;
		   	margin-right: auto;
		   	width: 900;
		   }

		   #header {
		   	background: #fff;
		   	width: 900;
		   	height:200;
		   	vertical-align : top;
		   }
		   #leftcol {
		   	background: #fff;
		   	float: left;
		   	width: 200;
		   	height: auto;
		   }
		   #content {
		   	background: #fff;
		   	float: left;
		   	width: 695;
		   	height: auto;
		   	padding-top : 0px;
		   	margin-top : 3px;
		   	padding-left : 5px;
		   }
		   #contnav {
		   	width: 695;
		   	height:100%;
		   	padding-top : 0px;
		   	vertical-align : top;
		   	margin-top : 5px;
		   	margin-left : 5px;
		   	margin-right : 5px;
		   }

		   #shadow-container {

		   	position: relative;
		   	left: 3px;
		   	top: 3px;
		   	margin-right: 3px;
		   	margin-bottom: 2px;
		   	margin-left: auto;
		   	margin-right: auto;
		   	width: 910;
		   	height:100%;
		   }

		   #shadow-container .shadow2,
		   #shadow-container .shadow3,
		   #shadow-container .shadow4,
		   #shadow-container .container {

		   	position: relative;
		   	left: -1px;
		   	top: -1px;

		   }

		   #shadow-container .shadow1 {

		   	background: #F1F0F1;
		   }

		   #shadow-container .shadow2 {

		   	background: #DBDADB;
		   }
		   #shadow-container .shadow3 {

		   	background: #DBDADB;
		   }

		   #shadow-container .shadow4 {

		   	background: #B8B6B8;
		   }

		   #shadow-container .container {

		   	background: #ffffff;
		   	border: 1px solid Black;
		   	padding: 0px;
		   }

		   #box{
		   	width: 200px;
		   	overflow: hidden;
		   	margin-top : auto;
		   	margin-bottom : auto;
		   	position : relative;
		   }

		   #box1{
		   	width: 200px;
		   	height: 200px;
		   	overflow: hidden;
		   	margin-top : auto;
		   	margin-bottom : auto;
		   	position : relative;
		   }

		   a.navside            {
		   	text-decoration: none;
		   	color:97713E;
		   	font-family : Trebuchet MS;
		   	font-size : 14px;
		   	font-weight : normal;
		   }
		   a.navside:hover      {
		   	text-decoration:underline;
		   	color:#FF00FF;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 14px;
		   	font-weight : normal;
		   }
		   a.linker           {
		   	text-decoration: none;
		   	color:97713E;
		   	font-family : Trebuchet MS;
		   	font-size : 14px;
		   	font-weight : bold;
		   }
		   a.linker:hover      {
		   	text-decoration:underline;
		   	color:#FF00FF;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 14px;
		   	font-weight : bold;
		   }
		   a.topnav            {
		   	padding-left: 4px;
		   	padding-right: 4px;
		   	text-decoration: none;
		   	color:97713E;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 15px;
		   	font-weight : normal;
		   	border: 1px solid white;
		   }
		   a.topnav:visited            {
		   	padding-left: 4px;
		   	padding-right: 4px;
		   	text-decoration: none;
		   	color:97713E;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 15px;
		   	font-weight : normal;
		   	border: 1px solid white;
		   }
		   a.topnav:hover      {
		   	padding-left: 4px;
		   	padding-right: 4px;
		   	text-decoration:none;
		   	color:FF00FF;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 15px;
		   	font-weight : normal;
		   	border: 1px solid #FF00FF;
		   }
		   #picshadow-container {
		   	position: absolute;
		   	left: 240px;
		   	top: 9px;
		   	margin-right: 35px;
		   	margin-bottom: 3px;
		   	margin-left: 20px;
		   	margin-right: 35px;
		   	width: 601;
		   	height:182;
		   }

		   #picshadow-container .picshadow2,
		   #picshadow-container .picshadow3,
		   #picshadow-container .picshadow4,
		   #picshadow-container .container {
		   	position: relative;
		   	left: -1px;
		   	top: -1px;

		   }

		   #picshadow-container .picshadow1 {
		   	background: #F1F0F1;
		   }

		   #picshadow-container .picshadow2 {
		   	background: #DBDADB;
		   }
		   #picshadow-container .picshadow3 {
		   	background: #DBDADB;
		   }

		   #picshadow-container .picshadow4 {
		   	background: #B8B6B8;
		   }

		   #picshadow-container .piccontainer {
		   	background: #ffffff;
		   	border: 1px solid Black;

		   }
		   a.blog            {
		   	padding-left: 3px;
		   	padding-right: 3px;
		   	text-decoration: none;
		   	color: 97713E;
		   	font-family: Trebuchet MS, Verdana, Sans Serif;
		   	font-size: 15px;
		   	font-weight: bold;
		   	border: 1.5px outset white;
		   }
		   a.blog:visited            {
		   	padding-left: 3px;
		   	padding-right: 3px;
		   	text-decoration: none;
		   	color:97713E;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 15px;
		   	font-weight : bold;
		   	border: 1.5px outset white;
		   }
		   a.blog:hover      {
		   	padding-left: 3px;
		   	padding-right: 3px;
		   	text-decoration: none;
		   	color: FF00FF;
		   	font-family: Trebuchet MS, Verdana, Sans Serif;
		   	font-size: 15px;
		   	font-weight: bold;
		   	border: 1.5px inset #FF00FF;
		   }
		   a.blog2            {
		   	padding-left: 3px;
		   	padding-right: 3px;
		   	text-decoration: none;
		   	color: 97713E;
		   	font-family: Trebuchet MS, Verdana, Sans Serif;
		   	font-size: 15px;
		   	font-weight: bold;
		   	border: 2px outset white;
		   }
		   a.blog2:visited            {
		   	padding-left: 3px;
		   	padding-right: 3px;
		   	text-decoration: none;
		   	color:97713E;
		   	font-family : Trebuchet MS, Verdana, Sans Serif;
		   	font-size : 15px;
		   	font-weight : bold;
		   	border: 2px outset white;
		   }
		   a.blog2:hover      {
		   	padding-left: 3px;
		   	padding-right: 3px;
		   	text-decoration: none;
		   	color: FF00FF;
		   	font-family: Trebuchet MS, Verdana, Sans Serif;
		   	font-size: 15px;
		   	font-weight: bold;
		   	border: 2px inset #FF00FF;
		   }

		   #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; }

		   img.exposure {

		   	padding: 0px;
		   	border: none;
		   	padding-top : 0px;
		   	elevation : level;
		   	vertical-align : middle;
		   }

		   img.alignright {
		   	float: right;
		   	clear: all;
		   	margin: 4px 7px 4px 7px;
		   	padding: 0px;
		   	border: none;
		   }
		   div.figurer {
		   	float: right;
		   	width: 200;
		   	border: thin silver solid;
		   	margin: 0.5em;
		   	padding: 0.5em;
		   	background-color : White;
		   }
		   div.figurer p {
		   	text-align: center;
		   	font-style: italic;
		   	font-size: smaller;
		   	text-indent: 0;
		   }

		   div.figurel {
		   	float: left;
		   	width: 200;
		   	border: thin silver solid;
		   	margin: 0.5em;
		   	padding: 0.5em;
		   	background-color : White;
		   }
		   div.figurel p {
		   	text-align: center;
		   	font-style: italic;
		   	font-size: smaller;
		   	text-indent: 0;}

		   img.alignleft {
		   	float: left;
		   	clear: all;
		   	margin: 4px 7px 4px 7px;
		   	padding: 0px;
		   	border: none;

		   }

		   img.centered {
		   	display: block;
		   	padding: 3px 20%;
		   	margin: 0 auto 10px auto;
		   	border: 0px none #ffffff;
		   	float: none;
		   	clear: both;
		   }
		   .galcontaina  {
		   	-moz-border-radius:7px;
		   	-webkit-border-radius:7px;
		   	position: relative;
		   	background-color : E8FFE8;
		   	width : 99.5%;
		   	border-width : 1px 2px 2px 1px;
		   	border : 1px solid ;
		   	border-color : Silver Black Black Silver;

		   }
		   .galcontain  {
		   	-moz-border-radius:10px;
		   	-webkit-border-radius:10px;
		   	position: relative;
		   	background-color : F4EEE8;
		   	width : 100%;
		   	border : Silver Black Black Silver;
		   	border-width : 1px 2px 2px 1px;
		   	padding :0;
		   }

		   p.head1  {
		   	border : thin Black;
		   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		   	font-size : larger;
		   	text-align : center;
		   	text-shadow : none;
		   	font : bold normal normal Verdana Geneva Arial Helvetica sans-serif;
		   	letter-spacing : 1px;
		   	padding-top : 5px;
		   	padding-bottom : 5px;
		   	elevation : higher;
		   	vertical-align : top;
		   }
		   p.head2  {
		   	border : thin Black;
		   	font-family : cursive;
		   	font-size : larger;
		   	font : bold normal normal cursive;
		   	text-align : center;
		   	text-shadow : none;
		   	letter-spacing : 1px;
		   	padding-top : 5px;
		   	padding-bottom : 5px;
		   	elevation : higher;
		   	vertical-align : top;

		   }
		   p.head3  {
		   	border : thin Black;
		   	font-family : Times, serif;
		   	font-size : larger;
		   	font : bold normal normal Times, serif;
		   	text-align : center;
		   	text-shadow : none;
		   	letter-spacing : 1px;
		   	padding-top : 5px;
		   	padding-bottom : 5px;
		   	elevation : higher;
		   	vertical-align : top;
		   	position : relative;
		   }
		   div.text1  {
		   	font : normal normal normal Verdana Geneva Arial Helvetica sans-serif;
		   	text-align : left;
		   	content : open-quote;
		   	display : inline;
		   	font-family : sans-serif;
		   	padding-left : 3px;
		   	padding-right : 3px;
		   	margin-left : 3px;
		   	margin-right : 3px;
		   }
		   div.text2  {
		   	font : normal normal normal cursive;
		   	text-align : left;
		   	content : open-quote;
		   	display : inline;
		   	font-family : cursive;
		   	letter-spacing : 1px;
		   	padding-left : 3px;
		   	padding-right : 3px;
		   	margin-left : 3px;
		   	margin-right : 3px;
		   }
		   div.text3  {
		   	font : normal normal normal Times, serif;
		   	text-align : left;
		   	content : open-quote;
		   	display : inline;
		   	font-family : serif;
		   	padding-left : 3px;
		   	padding-right : 3px;
		   	margin-left : 3px;
		   	margin-right : 3px;
		   }
		   TR.inv {
		   	background-color: F4EEE8;
		   	border-bottom-color: Black;
		   	border-bottom-style: line;
		   	border-bottom-width: thin;
		   	border-top-color: Silver;
		   	border-top-style: solid;
		   	border-top-width: thin;
		   	width: 100%;
		   	margin: 2px;
		   	padding: 0px;
		   	padding-left: 3px;
		   }
		   td.curves {
		   	-moz-border-radius-bottomleft:0;
		   	-moz-border-radius-bottomright:0;
		   	-moz-border-radius-topleft:10px;
		   	-moz-border-radius-topright:10px;
		   	-webkit-border-radius-bottomleft:0;
		   	-webkit-border-radius-bottomright:0;
		   	-webkit-border-radius-topleft:10px;
		   	-webkit-border-radius-topright:10px;
		   	border-radius-bottomleft:0;
		   	border-radius-bottomright:0;
		   	border-radius-topleft:10px;
		   	border-radius-topright:10px;
		   }
		   table.curvest {
		   	-moz-border-radius-bottomleft:0;
		   	-moz-border-radius-bottomright:0;
		   	-moz-border-radius-topleft:10px;
		   	-moz-border-radius-topright:10px;
		   	-webkit-border-radius-bottomleft:0;
		   	-webkit-border-radius-bottomright:0;
		   	-webkit-border-radius-topleft:10px;
		   	-webkit-border-radius-topright:10px;
		   	border-radius-bottomleft:0;
		   	border-radius-bottomright:0;
		   	border-radius-topleft:10px;
		   	border-radius-topright:10px;
		   }
		   table.curvesb {
		   	-moz-border-radius-bottomleft:10px;
		   	-moz-border-radius-bottomright:10px;
		   	-moz-border-radius-topleft:0;
		   	-moz-border-radius-topright:0;
		   	-webkit-border-radius-bottomleft:10px;
		   	-webkit-border-radius-bottomright:10px;
		   	-webkit-border-radius-topleft:0;
		   	-webkit-border-radius-topright:0;
		   	border-radius-bottomleft:10px;
		   	border-radius-bottomright:10px;
		   	border-radius-topleft:0;
		   	border-radius-topright:0;
		   }
</style>
</style>


