body {
	color:#333333;
	background-color:white;
	background-image:url(graphics/background.jpg);
	background-repeat:yes;
/*	background-position:top right; */
	margin:0px;
	padding:0px;
	font:12px/14px verdana, arial, helvetica, sans-serif;
	}
h1 {
	font-size:28px;
	font-weight:900;
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#00cc00;
	}
h2 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#003300;
	}
p {
	font:12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#00cc00;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#009900;}
a:visited {color:#009900;}
a:hover {background-color:#99ff99;}

#banner {
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #00ff00;
	border-top:3px solid #99ffcc;
	background:#006633;
	padding:0px; 
		}
/*	#banner {
		margin:0px 0px 0px 10px;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #99CCFF;
  		background:#336699;
		} */

/* 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 205px 10px 165px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#calendar {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:10px;
		font-weight:normal;
  		background:#FFF;
  		line-height:14px;
  		padding:2px;
  		align:center;				
		}
	
.calendarhead {	
		font-family:verdana, arial, sans-serif;
		color:#006633;
		font-size:10px;
		font-weight:bold;
  		background:#FFF;
  		line-height:14px;
  		padding:2px;				
		}	

#navAlpha {
	position:absolute;
	width:150px;
	top:78px;
	left:10px;
	border:1px dashed black;
	background-color:#efefef;
	padding:5px;
	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;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:78px;
	right:10px;
	border:1px solid green;
	background-color:#ffffff;
	padding:5px;
	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;}
