body {
	color:#333;
	background-color:#ffffff;
	margin:10px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size: 14px;
	}
h3 {
	font:bold italic 14px Times, serif;
	margin:0px 0px 5px 5px;
	padding:0px;
	color: #999
	}
	
h5 {
	font:14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px 8px 0px 8px;
	}
	
p {
	font:11px/15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 8px 0px;
	padding:0px;
	font-size: 12px;
	}
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
.caption {
	font:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height:normal;}
	
.breadcrumbs {
	font: arial, san-serif;
	font-size: 9px;
	text-decoration:none;}
	
.zMargin 
{
	margin-top: 0;}
	
a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
a.img:link {color:#fff;}
a.img:visited {color:#fff;}
a.img:hover {background-color:#fff;}
.rightborder {
border-right: 1px solid #999;
padding-right: 12px;
}
.leftborder {
border-left: 1px solid #000000;
border-style: dashed;
} 
  
/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:120px;
	max-width:600px;
	margin:0px 10px 10px 185px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:auto; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
/* this box goes on top of the main menu box */
.contenttop {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:500px;
	min-width:150px;
	margin:0px 10px 10px 170px;
	border:1px solid white;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
/* the first menu box on the left contains the HCLT logo */
#navAlpha {
	position:absolute;
	width:150px;
	top:10px;
	left:20px;
	border:1px solid white;
	background-color:#fff;
	padding:10px;
	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;}
/* the second menu box on the left contains the navigation buttons */
#navAlphaAlpha {
	position:absolute;
	width:120px;
	top:204px;
	left:30px;
	border:1px solid #cccc99;
	background-color:#cccc99;
	padding:10px;
	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>#navAlphaAlpha {width:128px;}
/* the third menu box on the left contains the WORC logo and link */
#navAlphaAlphaAlpha {
	position:absolute;
	width:150px;
	top:400px;
	left:30px;
	border:1px solid #fff;
	background-color:#fff;
	padding:10px;
	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>#navAlphaAlphaAlpha {width:128px;}
/* the first menu box on the right contains breaking news */		
#navBetaAlpha {
	position:absolute;
	width:190px;
	top:22px;
	right:10px;
	border:1px solid #cc6;
	background-color:#cc6;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBetaAlpha {width:168px;}
/* the first menu box on the right contains upcoming events */		
#navBeta {
	position:absolute;
	width:190px;
	top:380px;
	right:9px;
	border:1px solid #9c6;
	background-color:#9c6;
	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;}
/* the second menu box on the right contains the donate now icon */	
#navBetaBeta {
	position:absolute;
	width:190px;
	top:103px;/*originaly 400px*/
	right:16px;
	border:1px solid #fff;
	background-color:#fff;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
	
/* a temporary box under navBetaBeta */	
#navBetaBeta2 {
	position:absolute;
	width:190px;
	top:262px;
	right:16px;
	border:1px solid #fff;
	background-color:#fff;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
	
/* Again, "be nice to Opera 5". */
body>#navBetaBeta2 {width:168px;}
	
	#navBetaBetaBeta {
	position:absolute;
	width:190px;
	top:300px;
	right:10px;
	border:1px solid #9c6;
	background-color:#9c6;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
	
/* Again, "be nice to Opera 5". */
body>#navBetaBeta {width:168px;}
.content h1 {
	color: #0080FF;
}
