/* $Date: 2005/04/27 18:52:15 $
toc.css is for TOC pages */

body {

font-family: Palatino, "Times New Roman", Times, serif;
font-size: 1em;
background-color: #2B0101;
color: #000000;
text-align: center;	/* An ugly hack to work around a   */
			/* bug in MSIE 5.x that prevents   */
}			/* the margins from centering text */

#mainblock {
width: 700px;
margin-left: auto;
margin-right: auto;
padding: 0 20px 0 20px;
text-align: left;	/* An ugly hack to work around a   */
			/* bug in MSIE 5.x that prevents   */
}			/* the margins from centering text */

p {}

h1 {

font-size: 1.2em;
font-weight: bold;
margin-bottom: -7px;

}

h2 {

font-size: 1.1em;
font-weight: bold;

}

h3 {

font-size: 1em;
font-weight: bold;

}

/*span.author {font-size: 80%}*/

span.est {

font-size: .80em;
font-weight: bold;

}

span.sub {

border-style: none;
border-width: 1px;
background-color: rgb(206,206,206);
padding-right: 5px;
padding-left: 5px;
font-size: 85%;

}

p.c1 {text-align: center}
p.c50 {font-size: 80%}
p.c52 {font-size: 1.1em}

.epigraph {

font-size: 80%;
font-weight: bold;
text-align: left;

}

.toc {

text-align: center;
border-style: none;
border-width: 1px;
background-color: rgb(206,206,206);
font-weight: bold;
font-size: 1em;

}

/* div.header sets the characteristics of the title
block */
                                                                                
#header {

border-style: solid;
border-width: 1px;
border-color: black;
background-color: rgb(206,206,206);
color: black;
padding-left: 18px;
text-align: left;

}

/* div.content sets the position of the main text in the
body */

#content {

float: left;
width: 425px;
border-style: solid;
border-width: 1px;
margin-top: 18px;
margin-left: auto;
margin-bottom: 20px;
padding-left: 30px;
padding-top: 12px;
padding-right: 30px;
text-align: justify;
background-color: #ffffff;
color: black;

}

#sidebar-a {

width: 150px;
float: right;
margin-top: 42px;
border-style: solid;
border-width: 1px;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
background-color: rgb(206,206,206);

}

#navbar {

clear: both;
border-style: solid;
border-width: 1px;
background-color: rgb(206,206,206);
color: black;

}

span.date {

clear: both;
float: left;
background-color: rgb(206,206,206);
color: black;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 80%;
margin-right: 4px;

}

span.copyright {
                                                                                
float: left;
background-color: rgb(206,206,206);
color: black;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 80%;
                                                                                
}

span.xhtml {

float: right;
background-color: rgb(206,206,206);
color: black;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
margin-right: 4px;
font-size: 80%;

}

span.css {
                                                                                
float: right;
background-color: rgb(206,206,206);
color: black;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 80%;
                                                                                
}

img {border-style: none}

a:link {

color: #2B0101;
/*text-decoration: underline;*/
                                                                                
}
                                                                                
a:visited {
                                                                                
color: #CB1717;
text-decoration: none;
                                                                                
}
                                                                                
a:hover {
                                                                                
background-color: #2B0101;
color: #ffffff;
text-decoration: none;
                                                                                
}
                                                                                
a:active {
                                                                                
text-decoration: none;
                                                                                
}
                                                                                
