* { margin:0;padding:0; }
body {
	background-color:white;
	margin:10px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
li {
	list-style : square outside;
	margin-left:20px;	font:11px verdana, arial, helvetica, sans-serif;
}
li.n {
	list-style : decimal;
	padding-left:20px;	font:11px verdana, arial, helvetica, sans-serif;line-height:150%;
}
hr { border: thin solid red; }
h1 {
	margin:10px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
	color:#000066;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#000066;
	}
h3 {
	font:bold 14px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#000066;
	}
h4 {
	font:bold 14px/14px verdana, arial, helvetica, sans-serif;
	width:100%;
	margin:0px 0px 5px 0px;
	padding:10px 0px 5px 0px;
	color:#000066;
	border-left : 0px;
	border-right : 0px;
	border-top : 2px dashed #000066;
	border-bottom : 0px;

}
.dash {	border : 2px dashed #000066;}
h5 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#000066;
	}			
p {
	font:11px/28px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}

a, .cmenu {
	color:#000066;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold
	}
a:link {color:#000066;}
a:visited {color:#000066;}
a:hover {color:white; background-color:#000066;}
a.menu { width:183px; line-height:150%; padding: 1px 2px 2px 22px; }
a.selected,a.selected:link,a.selected:visited,a.selected:hover { width:183px; line-height:150%; padding: 1px 2px 2px 22px; color:white; background-color:#000066;}
a.subselected,a.subselected:link,a.subselected:visited,a.subselected:hover { width:151px; line-height:150%; padding: 1px 2px 2px 0px; color:white; background-color:#CC0000;
}
a.club:hover { text-decoration:underline;}
.selected { 
	width:152px; 
	line-height:150%; 
	color:white; 
	background-color:#000066;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding: 1px 2px 2px 2px; 
	}
.close { font-size:.8em; margin-top:5px;}
/* 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:500px;
	min-width:120px;
	margin:0px 0px 20px 0px;
	background-color:white;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#menulist { position:relative; top:68px; line-height:100%;border: 0px solid green}
#menulist .submenu {  margin:10px 0px 0px 2px; line-height:100%}
#menulist .level1 { margin-bottom:20px; }
#navAlpha {
	position:relative;
	width:183px;
	top:0px;
	left:0px;
	background-color:#fff;
	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:183px;
	}
/* 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:183px;}
		
#navBeta {
	position:relative;
	width:230px;
	top:0px;
	right:0px;
	background-color:#e1e1e1;
	padding:10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	z-index:1;
	height:100%;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:230px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:183px;}
#head {text-align : left;letter-spacing:10px;font-weight:normal;font-size:23px;margin:0;}
#mainContent {
	position:relative;
	min-width:483px;
	display:inline;
	background-color:white;
	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;
	}
	#registration,#event,#general {display:block;margin:-5px 0px 20px 30px; }

ul { margin:0;padding:0;}
.top {float:right;}