
.pageheading {
 border-style: none;
 padding: 4px;
 background-position: right center;
 height: 200px;
 top: 4px;
 left: 4px;
 right: 4px;
 bottom: 4px;
 margin-top: 4px;
 margin-right: 4px;
 margin-bottom: 4px;
 text-align: left;
 background-color: rgb(102, 102, 102);
 color: rgb(204, 204, 204);
 font-weight: bold;
 font-family: Arial,Helvetica,sans-serif;
 background-repeat: repeat;
}


ul#navigation {
 border-style: none groove groove none;
 border-width: 1px;
 border-top-style: none;
 border-left-style: none;
 padding-top: 0pt;
 padding-right: 0pt;
 padding-bottom: 0pt;
 padding-left: 2pt;
 font-size: 0.91em;
 float: left;
 background-color: rgb(228, 228, 228);
 font-style: normal;
 text-decoration: none;
 width: 180px;
 background-repeat: repeat-y;
 height: 800px;
}

ul#navigation li {
 margin: 0pt;
 padding: 0.2em;
 list-style-type: none;
 list-style-image: none;
 list-style-position: outside;
 text-decoration: none;
 color: rgb(153, 0, 0);
}

ul#navigation a {
 padding: 0.2em;
 display: block;
 font-weight: normal;
 text-decoration: none;
 color: rgb(204, 102, 0);
}

ul#navigation a:link {
 border-style: solid;
 background-color: rgb(238, 238, 238);
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(0, 0, 0);
 font-size: small;
 font-weight: normal;
 font-style: normal;
}

ul#navigation a:visited {
 border-style: solid;
 background-color: rgb(238, 238, 238);
 text-decoration: none;
 color: rgb(64, 64, 64);
 font-family: Arial,Helvetica,sans-serif;
 font-size: small;
 font-weight: normal;
 font-style: normal;
}

ul#navigation a:hover {
 border-style: outset;
 border-width: 1px;
 color: black;
 background-color: white;
}

ul#navigation a:active {
 border-style: inset;
 border-width: 1px;
 color: white;
 background-color: gray;
}



div#rightb {
 border-style: dashed;
 border-color: silver silver silver rgb(153, 153, 153);
 border-width: 1px;
 background-color: rgb(204, 204, 204);
 margin-right: 6px;
 min-width: 11em;
 float: right;
}

.citation {
 border-style: solid;
 padding: 4px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 font-style: italic;
 font-weight: normal;
 background-color: rgb(204, 204, 204);
}

.citationbox {
 border-style: solid;
 padding: 4px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 font-style: italic;
 font-weight: normal;
 background-color: rgb(204, 204, 204);
 float: right;
 width: 22em;
}

.deftext {
 font-family: Arial,Helvetica,sans-serif;
 font-weight: normal;
 font-size: 14px;
 text-align: justify;
}

