/* CSS Document */
body {
	color:#333;
	background-color:white;
	margin:15px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#000000;
	}
h2 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
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:#000000;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:underline;
	}
a:visited {color:#555555;}
a:hover {color:#E8CB00; text-decoration:none;}
  

/* 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 195px 10px 160px;
	border:1px solid black;
	background-color:white;
	padding:6px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:15px;
	left:15px;
	border:1px solid black;
	background-color:#FFFCB9;
	padding:8px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}

#navAlpha a.links {
	display:block;
	margin:1px;
	background-color:#EEEEEE;
	padding:2px 0px 2px 0px;
}

#navAlpha a.links:visited {
	color: #000000;
}#navAlpha a.links:hover {
	padding-left:2px;
	background-color:#FFFFFF;
	color:#E8CB00;
}
/* 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:15px;
	right:15px;
	border:1px solid black;
	background-color:#FFFCB9;
	padding:6px;
	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;}

form#login {
	font-size:7px;
	margin: 1px;
	padding: 1px;
	}
input#login {
	font-size:8px;
	}
#login.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	}
.login {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
}


