<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
            "http://www.w3.org/TR/html4/strict.dtd">
			

<html>
<head>
	<title>Content of layout3.css</title>
</head>

<body>
<pre>

 BEGIN CSS 


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #0099FF;
}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#0099FF;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	/*color:#FFFFFF;*/
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	/*background-color:#E0E0E0;*/
	}
a:link {
	color: #0099FF;
	text-decoration: none;
	/*background-color: #ffffff;*/
}

a:hover {
	color: #0066FF;
	background-color: #ffffff;
	
}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	width: 100%;
	/*background-color:#D4D4D4;*/
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	width: 100%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: 100%;
}

#sectionLinks a:visited{
	width: 100%;
	}

#sectionLinks a:hover{
	color: #0099FF;
	width: 100%;
	
}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 10px 170px;
	/*border:1px solid #0099FF;*/
	/*background-color: #D4D4D4;*/
	padding:10px;
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

  /*********** #navAlpha link styles ***********/

#navAlpha {
	position:absolute;
	width:200px;
	top:150px;
	left:18px;
	border:1px solid #0099FF;
	/*background-color: #D4D4D4;*/
	padding:12px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
#navAlpha ul a:link, #navBar ul a:visited {display: block;}
#navAlpha ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navAlpha li {border-bottom: 1px solid #0099FF;}

/* fix for browsers that don't need the hack */
html>body #navAlpha li {border-bottom: none;}


		
#banner {
	position:relative;
	width:auto;
	height:auto;
	left:11px;
	margin:0px 0px 10px 0px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	z-index:2;
	/*border:1px solid #0099FF;*/
	}
/* Again, "be nice to Opera 5". */
body>#banner {width:auto;}

#navBeta {
	position:absolute;
	width:190px;
	top:150px;
	right:20px;
	border:1px solid #0099FF;
	/* background-color:#333399;*/
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

/************* #siteInfo styles ***************/

#siteInfo{
	position:relative;
	clear: both;
/*	border:1px dashed black;
	background-color:#eee; */
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

 END CSS 

</pre>
</body>
</html>

