/* CSS Document */
/* Style sheet designed from "Build a Better Website" Summer_Fall 2008
    Putting CSS into practice - pp. 70-79 (and beyond)  BT-08/06/2009  */
	



#container  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#FFFFFF;
	
	padding: 5px;
	
}

body {
	text-align: center;
	background-color: #9EC7A0;
	
}



#header {
background-color:#bfeaaa;
background-color:#999933;
}




#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
	clear:both;
	padding-left: 10px;

/* Added Oct 3,09 */

 color:#666;
   font-size:x-small;
   line-height:1.2em;
   list-style-type:disc;


}




/*               */



#widemenu {
	background-color:#dddddd;
	margin-bottom: 10px;
	height: 25px;
	
}




#widemenu ul li{
	float: left;
	list-style-type:none;
	padding: 5px 30px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
			
}


#widemenu ul {
	margin: 0px;
	padding: 0px;
	
}


#widemenu ul li a {
	color:#000000;
	text-decoration:none;
	
}


#widemenu ul li a:hover {
	color: #990000;
}




#content  {
	float: left;
	width: 560px;
	background-image:url(../images/khaki.gif);
	padding: 15px;
	background-repeat: repeat-x;
	
/*	background-color:#996600;  */
	
	background-color:#EAEAD5;	
}

#sidebar {
	float: right;
	width: 180px;
	padding-bottom: 10px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#footer_retire_aug09 {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 160px;
	padding-top: 10px;
	
}
	
	
#footer {
	clear: both;
	background: #dddddd;
	/* color: #CCCC66;   */
	
	
	
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;

}

#footer_email {
color:#660000;
}


.pullquote {
font:Arial, Helvetica, sans-serif;
color: #666666;
width: 120px;
margin: 10px 0px 10px 10px;
padding: 5px;
border-bottom: 2px solid #666666;
border-top: 2px solid #666666;
float: right;

}


.narrator   {

}


div.mmhide_toc{
   background-color:#fff;
   padding:1ex;
   width:33%;
   float:right;}
#toccnt{
   background-color:#eed;
   padding:0 0 2px .5ex;
   border:1px solid #ccc;}
#toccnt ul{
   padding:0;
   margin:.5ex .1ex 0 1.25em;}
#toccnt ul li{
   color:#666;
   font-size:x-small;
   line-height:1.2em;
   list-style-type:disc;}
#toccnt ul li a{
   color:#333;
   text-decoration:none;}
#toccnt ul li a:hover{
   text-decoration:underline;}



