/***********************************************/
/* wzurcher style sheet                        */
/***********************************************/
<!--
body         { text-align: left; font-family: Bookman Old Style; background-color: white; 
               background-repeat: repeat; background-attachment: scroll; 
               color: black; font-style: normal; background-position: 0% 50% }
/* hover link */
a:hover      { background-color: #ffc; background-repeat: repeat; background-attachment: 
               scroll; background-position: 0% 50% }
h2 a         { color: black }
h1           { text-align: center; color: #b42b01; font-weight: bold; background-color: white; 
               background-repeat: repeat; background-attachment: scroll; 
               font-size: 24px; border-left: 0px solid #09F; 
               border-right: 0px solid #09F; border-top: 0px solid #09F; 
               border-bottom: 4px solid #09F; margin-bottom: 8px; 
               background-position: 0% 50% }
h2           { color: #b42b01; background-repeat: repeat; background-attachment: scroll; 
               font-family: Arial; margin-top: 8px; background-position: 
               transparent 50% }
h3           { color: #b42b01; font-size: 16px;  background-repeat: repeat; background-attachment: scroll; 
               font-family: Bookman Old Style; margin-top: 8px; 
               margin-bottom: 8px; background-position: transparent 50% }
h4           { text-align: center; color: #b42b01; font-weight: bold; background-color: white; 
               background-repeat: repeat; background-attachment: scroll; 
               font-size: .2em; border-left: 0px solid #09F; 
               border-right: 0px solid #09F; border-top: 0px solid #09F; 
               border-bottom: 8px solid #09F; margin-top: .5em; 
               margin-bottom: 8px; background-position: 0% 50% }
td           { text-align: center }
.headertext  { text-align: center; font-family: Bookman Old Style; background-color: white; 
               background-repeat: repeat; background-attachment: scroll; 
               color: black; font-style: normal; background-position: 0% 50%; font-size: 14px }
.constructiontext  { text-align: center; font-family: Bookman Old Style; background-color: yellow; 
               background-repeat: repeat; background-attachment: scroll; 
               color: black; font-style: normal; background-position: 0% 50%; font-size: 12px }
.attentiontext { color: #b42b01; font-weight: bold;}
.highlightText { background-color: #FFFF66; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	visibility: visible;
	border-bottom: 4px solid #09F;
}

#main {
width: 100%;
}

#navBar{
	background-color: #ffffff;
	visibility: visible;
	border-right: 2px solid #09F;
}

#content{
	visibility: visible;
}

#photocontent{
	position: absolute;
	top: 100px;
	left: 12px;
	margin: 0;
	padding: 0 3% 0 0;
	visibility: visible;
}

