﻿body {
	color:#333;
	background-color:#ffffff;
	margin:20px;
	padding:0px;
	font:12px helvetica, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.9em;
	font-weight:900;
	color:#2f3738;
	}
h2 {
	font-size:1.4em;
	color:#2f3738;
	}
h4{
	font-size:1.4em;
	color:#2f3738;
}
h4 a{
	font-size:1.4em;
	color:#2f3738;
}
p {
	font:12px/20px helvetica, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#647678;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	
	}
a:link {color:#647678;}
a:visited {color:#647678;}
a.new{
	color:#7F1900;
	font-weight:bold;
} 

/* 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:250px;
	margin:0px 330px 20px 90px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#toc {
	background:#f5f5f5 none repeat scroll 0 0;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	float:right;
	font-size:95%;
	margin-bottom:12px;
	margin-left:16px;
	width:220px;
	padding:4px 8px;
}



#navAlpha {
	position:absolute;
	width:150px;
	top:160px;
	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:120px;
	top:245px;
	right:140px;
	/*border:1px solid #cccccc;*/
	/*background-color:#f5f5f5;*/
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
#powersearch{
	display:none;
}
#search{
	display:none;
}
#navBeta a{
	font-weight:normal;
}
#navBeta li{
	border-bottom:1px solid #cccccc;
	padding-left:0;
	margin-left:0;
	padding-bottom:7px;
}
.catlinks{
	border-top:1px solid #cccccc;
	margin-top:20px;
	
}
.catlinks a{
	font-size:1.0em;
	color:#2f3738;
	bottom:5px;
	font-style: italic;
}

#mainwrapper{
	background-color:#ffffff;

}
#header
{
	background: #fff url(images/ericbg.gif) top left repeat-x; 
	/*background-color:#323232;*/
	height:174px;
	overflow: hidden;
	clear: both;
	margin: 0;
	border-bottom: solid 3px #cccccc;
}

#header2 {
        padding-top:40px;
	
	height:100px;
	margin-left:100px;
}


#menu
{

	padding-bottom: 10px;
	margin-left:80px;
	height:20px;
}
#menu a:active,#menu a:link,#menu a:visited
{
	color: #cccccc;	
	text-decoration: none;
}
.content-head{
	
	background-color:#f5f5f5;
	height:60px;
    border-bottom:solid 2px #cccccc;
    text-align:right;
}

.content-head-title{
    margin-right:45px;
    padding-top:5px;
    color:#cccccc;
}


.navmenu ul {
	list-style: none;
}

li.navmenu {
	list-style: none;
	list-style-type: none;
	margin-left:-30px;
	
        margin-top:8px;
}


ul {
        list-style: none;
	margin-left: 0;
	padding-left: 3em;
	text-indent: -1em;
}
ul li:before {
	content: "\00BB \0020 ";
}
li{
 padding:3px;
}

.printfooter{
	display:none;
}




caption, th, td {
	text-align: left; 
	font-weight: normal;
}

.sectionheader{
	font-size:1.6em;
	border-bottom:1px solid #dadada;
	margin-bottom:0px;
	font-weight:bold;
	color:#647678;
}

.footer{
	font-size:.7em;
	color:#cccccc;

}





