body {
        color:#333;
        background-color:white;
        margin:5px;
        padding:0px;
        font:11px verdana, arial, helvetica, sans-serif;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:18px;
        font-weight:bold;
        color:#333333;
        }
h2 {
        font:bold 14px/14px 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 {}

a {
        color:#09c;
        font-size:11px;
        font-family:verdana, arial, helvetica, sans-serif;
        font-weight:600;
        text-decoration:none;
        }
a:link {
	color:#0066CC;
}
a:visited {color:#0099FF;}
a:hover {
	
	color: #FF6600;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative;
	min-width:120px;
	border:1px groove #CCCCCC;
	background-color:white;
	padding:7px;
	z-index:3;
	top: 11px;
	margin-top: 0px;
	margin-left: 210px;
	left: 0px;
	margin-right: 0px;
	right: 0px;
	width: auto;
	margin-bottom: 0px;
        }

#navAlpha {
	position:absolute;
	width:128px;
	top:auto;
	left:0px;
	border:1px solid #666666;
	background-color:#003399;
	padding:10px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	letter-spacing: 2pt;
	text-align: right;
	margin: 11px 0px 0px 5px;
	height: 100%;
        }
/* 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:180px;
	height: 100%;
}
                
#navBeta {
	position:absolute;
	width:168px;
	top:auto;
	right:5px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	left: auto;
	margin: 12px;
        }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:120px;}
h3 {
	font:bold 12px/normal verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px;
	padding:5px;
	color: #000000;
	vertical-align: middle;
	letter-spacing: 1pt;
}
#footer {
	position:relative;
	width:auto;
	left:0px;
	border:1px solid #666666;
	background-color:#999999;
	padding:5px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	text-align: center;
	margin: 0px;
	height: auto;
	bottom: 0px;
	top: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	right: 5px;
}
body>#footer {
	margin: 0px;
	width: 97%;
	height: auto;
	padding: 5px;
	position: relative;
}
.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #CCCCCC;
	background-position: center center;
	padding: 5px;
	position: relative;
	bottom: 5px;
	left: 5px;
}
