
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background:#ccffcc;
		font-family: "Times New Roman", Times, serif;
		}
		
	ul.navbar {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 150px;
		text-align: center;
                }

	#leftcontent {
		position: absolute;
                width:170px;
	        top:100px;
	        left:20px;
		padding:0px;
	        z-index:2;
		background:#ccffcc;
                border:1px;
                /* 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:148px;
	}
/* 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:148px;}


		
        ul.navbar li {
                background: aliceblue;
                margin: 0.1em 0;
                padding: 0.1em;
                border-style: outset;
                }

        ul.navbar a {
                text-decoration: none;
                }
                
        a:link {
               color: blue;
               }
               
        a:visited {
               color: purple;
               }

	#centercontent {
                position:relative;
                background:#ccffcc;
                width:auto;
	        min-width:120px;
	        margin:0px 170px 20px 170px;
		voice-family: "\"}\"";
		voice-family: inherit;
                border:1px;
                text-align: center;
                padding:10px;
                z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
               }

	html>body #centercontent {
   		margin-left: 200px;
   		margin-right:200px;
		}

	#rightcontent {
		position: absolute;
		width:150px;
	        top:100px;
	        right:20px;
                background:#ccffcc;
                padding:10px;
	        z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:128px;}
		

	#banner {
                position:relative;
		background:#ccffcc;
		top:15px
		height:59px;
                width:auto;
	        min-width:120px;
	        margin:0px 170px 20px 170px;
		voice-family: "\"}\"";
		voice-family: inherit;
		text-align: center;
		font-style:normal sans-serif;
                padding:10px;
                z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
                }
		
	html>body #banner {
		height:39px;
		}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}

	h1 {
		font-size:14px;
		padding-top:10px;
		text-align: center;
		}

	h2 {
		font-size:20px;
		text-align: center;
		}

	#banner h1 {
		font-size:35px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}

	#rightcontent p {
		font-size:14px;
                border:1px;
		}

p.team {color: #ff0000;
        font-size:14;
        border: 1px solid black;
        background-color:#ffffff;}

