/*
CSS validated on dec 22, 2003.
*/

.mylayer {
	position:absolute;
	z-index:1;
	background-color: #bebebe;
	border: 1px none #000000;
	top: 30px;
	left: 30px;
	right:30px;
	}

.imagepage {
	position:absolute;
	z-index:1;
	background-color: #bebebe;
	border: 1px none #000000;
	top: 30px;
	left: 120px; /* Leave room for the navigation bar. */
	right:30px;
	}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	background-color: #bebebe;
	text-align: justify;
	position: relative;
	margin-left:10px;
	margin-right:10px;
	text-indent: 20px;
	background-image: url("demo.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	}

a:link { color:#005500; text-decoration:none;}
a:visited { color:#336633; text-decoration:none;}
a:hover { color:#005500; text-decoration:none; background-color:#f3f6d7;}
a:active { color:#007700; background-color:#f3f6d7;}

p {
	margin-left:10px;
	margin-right:10px;
	text-indent: 20px;
	}

table{
	margin-top:10px;
	margin-bottom:30px;
	}
td{
	vertical-align: top;
	text-align: center;
	}
img{
	border-width: 3px;
	border-color: #888;
	border-style: inset;
	}

h1 {
	font-family: "Bookman", "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #be7b30;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #be7b30 ;
	text-indent:30px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	}

.caption {
	text-align:center;
	font-style:italic;
	text-indent:0;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:50px;
	margin-right:50px;
	}

.caption-thumbnail {
	text-align:center;
	font-style:italic;
	text-indent:0;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	width:160px;
	}

.full-image {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	}

/***************** Navigation between gallery images ***********/

#local-navigation {
	text-align:center;
	text-indent:0;	
	position:fixed;
	z-index:2;
	width:106px;
	height:120px;
	top: 40px;
	left: 5px;
	}

#local-navigation a{
	background-position:top left;
	background-repeat:no-repeat;
	}

#local-navigation A {
	border:none;
	text-decoration:none;
	display:block;
	height:44px;
	line-height:20px;
}
#local-navigation A:hover {
	background:none;
	border:none;
}
#local-navigation a span {
	display:none;
}

#local-navigation .bar{
	display:none;
	}

#local-navigation .prev{
	display:block;
	background-image:url(prev.png);
	background-color: #a86;
	border: 3px ridge #824800;
	width:106px;
	height:44px;
	}

#local-navigation .gal{
	display:block;
	background-color: #a86;
	border: 3px ridge #824800;
	background-image:url(gal.png);
	width:106px;
	height:44px;
	}

#local-navigation .next{
	display:block;
	background-image:url(next.png);
	background-color: #a86;
	border: 3px ridge #824800;
	width:106px;
	height:44px;
	}

/***************** Global navigation ***************************/

#navigation {
	font-family: "Matura SC", "Times New Roman", Times, serif;
	text-indent: 0px;
	text-align: center;
   background-image:url(dev_bgnd_transluc.jpg);
   color:#000000;
   background-color:#eaeaea;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:30px;
	margin-right:30px;
	vertical-align:baseline;
	border-width: 1px;
	border-color: #888;
	border-style: inset;
	}

#navigation a{
   color:#779;
   background-color:#eaeaea;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#navigation a:hover {
   color:Black;
	}
   
#navigation a:active {
   color:#86ad98;
	}
   
#navigation a:visited {
   color:#86ad98;
	}
   
#navigation .bar {
   display:none;
   width:0px;
   max-width:0px;
   overflow:hidden;
	}

#navigation .email, 
#navigation .gallery, 
#navigation .download, 
#navigation .documentation, 
#navigation .links, 
#navigation .index
	{
	background-color:#eaeaea;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	border-width: 1px;
	border-color: #888;
	border-style: outset;
	}

#navigation .copyright {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	margin-top:20px;
	}
