@media screen {
	
html {
background-color: #00008B;
background-image: url(tile.jpg);
}
body {
background-color: #00008B;
background-image: url(tile.jpg);
color: #FFF8DC;
font-family:  Geneva, Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
font-size: 100%;
}

label {
	float:left;
	display: block;
	width:7em;
	font-size:90%;
	text-align: right;
	padding-right:.5em;
}
img {
	border:0;
}
input br {
	clear:left;
}
form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.required {
	background-image: none; /* url(required.gif)*/
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form.across input { margin-right: 1em; }

form.across label {
	float: none;
	text-align: left;
	width: auto;
	display: inline;
}

#header {
	background-image: url(josefrotter.gif);
	background-repeat: no-repeat;
	height:24px;
	background-position:center;
	}

#header h1 {
	visibility:hidden;
	/*font-size: 150%; 
	text-align:center;*/
	
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:105%;
}
td {
font-family: verdana,arial,sans-serif;
font-size: .90em
}

a:link {
background-color: transparent;
color: #0000cd;
text-decoration: underline
}
a:visited {
background-color: transparent;
color: #800080;
text-decoration: underline
}

a:active, a:hover {
background-color: navy;
color: #faf0e6;
text-decoration: underline;
}



input.fieldnames {
background-color: #FFF8DC;
color: #000066;
font-weight: normal
}

textarea {
background-color: #FFF8DC;
color: #000066
}

.fieldnames {
font-weight: bold
}

.required {
color: red;
font-weight: bold
}

.buttons {
background-color: navy;
background-image: url(tile.jpg);
color: #ffd700;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold
}

.highlight {
background-color:yellow;
color:#000;
}

div#links {
					width: 130px; 
					height: 800px; 
					font-size: 1em;
					z-index: 100;
					color: #fff;
					line-height: 0ex;
					padding-bottom:5em;
					padding-top:1em;
					text-align:center;
					float:right;
					padding-right:1em;
					}
div#links .links {
					background-color: #fff0f5;
					background-image: url(buttonoff.gif);
   				border: 2px outset ;
	 				border-color: #ffe4e1;
					line-height: 10ex;
					background-color: #ffe4e1;
					

}
div#links a {
					display: block; 
					text-align: center; 
					font: bold 1em sans-serif; 
   				padding: 0px 0; 
					margin-top:.5em;
					border-width: 0; 
   				text-decoration: none; 
					color: #2f4f4f; 
					background-color: #c0c0c0;
					background-image: url(buttonoff.gif);
					line-height: 2em;
					height: 37px;
					vertical-align: middle;
					
					}
#navjosef a {
					text-align: center; 
					font: bold 1em sans-serif; 
   				padding: .2em; 
					margin-top:.5em;
					border-width: 0; 
   				text-decoration: none; 
					color: #2f4f4f; 
					background-color: #c0c0c0;
					background-image: url(buttonoff.gif);
					line-height: 2em;
					height: 37px;
					vertical-align: middle;
					
					}
div#links a:hover, #navjosef a:hover{
	background-color: #f0e68c;
	color:black;
	background-image: url(buttonon.gif);
					}
div#links a:active, #navjosef a:active {
	background-color: #f0e68c;
	color:black;
	background-image: url(buttonon.gif);
					}
div#links a:focus, #navjosef a:focus {
	border: 2px outset ;
	border-color: #ffe4e1;
	background-color: #ffe4e1;
	color:black;
	background-image: url(buttonon.gif);
					}
div#links .thispage, #navjosef .thispage {
	border: 2px outset ;
	border-color: #ffe4e1;
	background-color: #ffe4e1;
	color:black;
	background-image: url(thispage.gif);
	
}
div#links ul {
	 				margin:0em; 
					padding:0em;
					list-style-type: none;
					
	 }
	 
#content {
	float: left;
	border: 6px inset white;
	left: 0px;
	padding:1em;
	margin:1em;
	width:75%;
	background-color: #faf0e6;
	color:#000;
	}
#contentb {
	float: left;
	border: 6px inset white;
	left: 0px;
	padding:1em;
	margin:1em;
	width:99%;
	background-color: #faf0e6;
	color:#000;
	}

#sponsor {
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	font-size: 80%;
}
#sponsor ul {list-style-type: none; margin:0 auto 0 auto}
#sponsor ul li {display:inline; padding:0 1em 0 1em;}
#sponsor a:link, #sponsor a:visited {
	color: #fff;
}
.photo {
	float:left; margin:.5em;
}
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail span{
	position: absolute; /*CSS for enlarged image*/
	background-color: #FFFFE0;
	padding: 5px;
	left: -1000px;
	border: 1px solid #c0c0c0;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail:hover span{
	position: absolute; /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}

.amazon {border:none !important; margin:0px !important;}
.help {
	border-bottom:1px dashed #c0c0c0;
	cursor: help;
}
}
@media print {
	h1 {
		display:none;
	}
	#links {
		display:none;
	}
	#sponsor {
		display:none;
	}
	body {
		background-color:#fff;
		color:#000;
		background-image: none;
	}
	#content {
		width:100%;
		margin:0;
	}
}