body {
	background-color: #d5d6d7;
	max-width: 70em;
	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

}


#page {
	background-color: white;
	margin-left: 2em;
	margin-right: 2em;
	border: 1px solid #7799ee;

}
h1.title {
	font-size: 16pt;
	background : #e0eeef;
	font :  bolder;
	text-align: center;
}

a {
color: #b30000;
text-decoration: none;
border-bottom: 1px dashed #FFBFBF;
}

a:hover {
border-bottom: 1px solid #b30000;
}

a:selected {
font-style:oblique
}

div#main-content { 
  margin-left: 2em;
  margin-right: 1em;
}

div.header {
    background-color: #e0eeef;
    text-align: left;
    padding: 10px;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
}

span.pygeo1 {
    font-size:13pt;
    font-weight:bold;
}
span.pygeo2 {
    font-size:9pt;
    font-weight:normal;
}


#sectioncontainer,
#mencontainer {
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	text-align: left;
	background-color: #e0eeef;
}

#mencontainer {
	text-align: right;
}


#navcontainer {
	text-align: left;
	
}


#mencontainer  ul {
	margin-right: 5px;
	white-space: nowrap;
}


#navcontainer  ul {
	margin-left: 50px;
	white-space: nowrap;
}

 
#navcontainer li {
	margin-left: 5px;
	display: inline;
	font-size:8pt;
}



#sectioncontainer li,
#mencontainer li {
	display: inline;
}
 
#sectioncontainer a,
#nav_current,
#navcontainer a,  
#mencontainer a {
  padding: 3px 10px;
  border: 1px solid #CCC;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #7799ee;
}

#navcontainer a  
 {
  color: #000;
  background-color: #e0eeef;
  border: 1px solid #CCC;
}


#nav_current {
  color: #000;
  background-color: #fff;
}

#sectioncontainer a:hover,
#navcontainer a:hover,
#mencontainer a:hover{
   color: #000;
   background-color: #FFF;
   text-decoration: none;
   font-weight: normal;
   text-decoration: none;

}


#sectioncontainer a:active,
#sectioncontainer a:selected,
#navcontainer a:active,
#navcontainer a:selected,
#mencontainer a:active,
#mencontainer a:selected{
    padding: 3px 10px;
    color: #000;
    background-color: #EEE;
    text-decoration: none;
    border: 1px solid #CCC;
    font-weight: normal;
    text-decoration: none;
    

}
h1
{
	font-size: 15pt;
	text-align: left;
}

h2 {
	font-size: 12pt;
        background-color: #e0eeef;
	text-align: left;
}

h3
        {
	font-size: 10pt;
	width: 70%;
}



.class-image,
.module-image{
float: right;	
padding:20px;
clear:right;
font-size: 60%;
text-align: center;
}

.section_title {
  background-color: #e0eeef;
  clear:right;
}


.toc-backref {
font-size: 50%;
text-align: center;
color: #000;

}

.section {
font-size: 80%;
color: #000;
}

.literal-block {
font-size: 120%;
color: #000;
}

.quote {
font-size: 80%;
}