/* CSS Document */
.listpad {
	margin-left: 5px;
	padding-left: 5px;
}
.listfont {font:14px verdana, arial, helvetica, sans-serif;
}
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 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
.list {	font:14px verdana, arial, helvetica, sans-serif;
}

.pjustify {
	font:14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align: justify;
	}
.pblue {
	color:#09c;
	font-weight: bold;
	}

.small {
	font:12px 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:14px;
	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 0px 10px 190px;
	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;
}
.contentindex {
	clear: both;
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 190px;
	border:3px groove black;
	background-color:#eee;
	padding:10px;
	z-index:3;
	height: 1%;
}

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


#navAlpha {
	position:absolute;
	width:150px;
	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: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;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px outset black;
	background-color:#eee;
	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;}
 
#navBeta2 {
	position:absolute;
	width:190px;
	top:190px;
	right:20px;
	border:1px outset black;
	background-color:#eee;
	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;}

#navBeta3 {
	position:absolute;
	width:190px;
	top:340px;
	right:20px;
	border:1px outset black;
	background-color:#eee;
	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;}
    
.centerdiv {
	text-align: center;
}
.solo {	font:10px verdana, arial, helvetica, sans-serif;color: #000000;
}
.solo a:link {
	font:10px verdana, arial, helvetica, sans-serif;
color: #000000;
}
.solo a:active {
	font:10px verdana, arial, helvetica, sans-serif;color: #000000;
}
.solo a:visited {
	font:10px verdana, arial, helvetica, sans-serif;color: #000000;
}
.solo a:hover {
	font:10px verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
