

body {
	font-family: Arial,sans-serif;
	color: #F5F5F5;
	padding:0px;
	font:15px;
    line-height: 1.166;
	}

p {
	font:15px/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 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#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 dashed 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;}

/************ sectionLinks styles **************/

#sectionLinks{
	margin-bottom: 5px;
	padding: 0px;

}

/*#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}*/

#sectionLinks a:link, 

#sectionLinks a:visited {
	display: block;
	/*border-top: 2px solid #ffffff;*/
	border: 2px #cccccc;
	border-style: outset;
    background-image: url(images/top03a.gif);
	/*background-color: #213272;*/
	padding: 3px 0px 3px 10px;
	color: #000000;
	font-size: 14px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: none;
	color:#000000;
}

/************* relatedLinks styles ******************/

.relatedLinks{
       	margin-top:10px;
	    border: 2px #cccccc;
	    border-style: outset;
		}

.relatedLinks h3,h1{
	font: bold Arial,sans-serif;
	color: #000000;
	}

/*************** story styles ******************/

.story {
	padding: 2px 0px 0px 2px;
	/*background-color: #213272;*/
    /*    border: 2px;
        border-style: inset;*/
	}

.story h3,h1{
	font: bold Arial,sans-serif;
	color: #FFFFFF;
	background-image: url(images/top01.gif);
    position:center;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 8px;
	color: #FF0000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
