/* CSS Document */
.listpad {
	margin-left: 5px;
	padding-left: 5px;
}
.listpad2 {
	margin-left: 5px;
	padding-left: 5px;
}

img { border: none 0; }
hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
	color:#666666;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:12px/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:#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;}
  

/* All the content boxes belong to the content class. 
*/
.content {
	clear: both;
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:#fff;
	padding:10px;
	z-index:3;
	height: 1%;
}

.content:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  height: 0px;
}


#navAlpha {
	position:absolute;
	width:170px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	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:170px;
	}
/* 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:170px;}
		
#navBeta {
	position:absolute;
	width:170px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:170px;}
    
.centerdiv {
	text-align: center;
}
.grey {
	background-color:#eee;
	width: 100%;
	height: auto;
	vertical-align: middle;
		color:#000;
	font-size:14px;	font-weight:600;
	padding:3px;


}
.white {
	background-color:#fff;
	width: 100%;
	height: auto;
	vertical-align: middle;
		color:#000;
	font-size:14px;	font-weight:600;
	padding:3px;


}
.righttext {
	color:#000;
	font:16px verdana, arial, helvetica, sans-serif;
	}
 /* All the content boxes belong to the content class. 
*/
.content1 {
	clear: both;
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 205px 20px 205px;
	border:1px solid black;
	background-color:#fff;
	padding:10px;
	z-index:3;
	height: 1%;
}

.content1:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  height: 0px;
}
  #navA {
	position:absolute;
	width:165px;
	height:320px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	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:165px;
		height:320px;

	}
/* 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>#navA {width:165px;}
		
#navB {
	position:absolute;
	width:165px;
	height:320px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
		height:320px;

	}
/* Again, "be nice to Opera 5". */
body>#navB {width:165px;}

code {
	background-color:#000000;
	display:block;
	width: 100%;
	height: auto;
		color:#ffffff;
	font-size:12px;	font-weight:600; font-family:"Courier New", Courier, mono;
}
.codecomment {color:#FF9900;}
