/* styles for personal web page */

/* Note -- Relative paths are handled differently between Netscape 4.x and IE.
           IE path is relative to stylesheet, whereas Netscape is relative to 
           the page importing the stylesheet.  This problem can occasionally be 
           avoided by storing pages and their stylesheets in the same directory. */
.heading { 
	/* text-indent: 25px; <-- causes improper placement once off the first page GRRRR */
	height: 29px;  /* no effect in Netscape 4.x */
	background-image: url(Images/headback2.jpg); 
	background-repeat: no-repeat;
}

.pagetop {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	background-color: #66AAFF;
	border: 3px outset #EEEEEE;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.subtitle {
	text-align: center;
	background-color: #C9E0FF;
	margin-left: 3px;
}
.content {
	margin-top: 80px;
	margin-left: 30px;
	margin-right: 30px; 
}

.underconstruction {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	padding: 15px;
	margin: 10px;
	background-color: yellow;
}