.title { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; color: #333333 ; font-weight: bold}
.header { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 1em; font-weight: normal; color: #0033CC; font-variant: small-caps}
.header:visited, .header:link, .header:active { color: blue; text-decoration: none; }
.header:hover { text-decoration: underline; }
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .8em; color: #000099}

.code {  font-family: "Courier New", Courier, mono; font-size: 0.9em}
.codeblock {  font-family: "Courier New", Courier, mono; font-size: 0.75em; background-color: #FFFFCC; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; padding-left: 3px; color: #000066}

.sansserif { font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; color: #333333}	
.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em}
	
.tocheading {  font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: #FFFFFF}
.tocentry { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333333; background-color: #FFFFFF; vertical-align: top}
		
.bodyText { font-family: Arial, Helvetica, sans-serif; font-size: 1em; line-height: 130%; color: #333333 }

.fullpage { 
  max-width:1600px;
  margin-left:auto; margin-right:auto; 
  padding-left:10px; padding-right:10px; 
}

.fullpage h1 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1.2em;
  font-weight: bold; 
  color: #000033;
  background-color:#CCCCCC; 
  position:relative;
  clear:left;
  margin-top:20px; 
  margin-bottom:5px; 
  padding:3px; 
}

.fullpage h2 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1em; 
  color: #333333; 
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 0;
}

.fullpage p { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1em; 
  color: #333333; 
  line-height: 150%;
}

.fullpage img {  
  max-width:100%;
  height:auto;
}

.fullpage table {
  border-spacing: 3px;
  border-collapse: separate;  
}

.fullpage td {
  vertical-align:top;
  padding-top:10px;
}

.prose p {
  font-family: Arial, Helvetica, sans-serif; 
  color: #333333;
  padding-left: 3px;
  margin-bottom: 5px;
}

.prose h2 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  color: #000033;
  background-color:#CCCCCC; 
  margin-top:20px; 
  margin-bottom:5px; 
  padding:3px;
}

.para {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.9em; 
  color: #333333;
  padding-left: 3px;
  margin-bottom: 5px;
}
.separator { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small; 
  font-weight: bold; 
  color: #000033;
  background-color:#CCCCCC; 
  margin-top:20px; 
  margin-bottom:5px; 
  padding:3px;
}

.sidetable-header {
  border: 1px solid #000066; 
  border-bottom: none;
  padding-top: 6px; 
  padding-bottom: 6px; 
  text-align: center; 
  color: #333333;
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em; 
  font-weight: bold; 
}

table.sidetable {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 0.8em;      
   border: 1px solid #000066;  
   width: 100%;
   margin-bottom: 12px;
}
td.sidetable {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 2px;
}

table.rambling {
   font-family: Arial, Helvetica, sans-serif; 
   width: 100%;
   border-spacing:10px;
   border-collapse: collapse;
   text-align: center;
}
table.rambling td {
  border-bottom: 1px solid #ddd;   
  padding: 5px;
}
table.rambling th {
  background-color: #CCCCCC;
  font-weight: bold;
  border-bottom: 1px solid #ddd;   
  padding: 5px;
}


#tocsidetitle {
  border: 1px solid #000066; 
  padding-top: 6px; 
  padding-bottom: 6px; 
  text-align: center; 
  color: #333333;
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em; 
  font-weight:bold; 
}
#tocside {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 0.7em;      
 border: 1px solid #000066;
}
#tocside th {
  background-color: #000066; 
  padding-top: 4px; 
  padding-bottom: 4px;
  color: white;
}
#tocside th a:link, #tocside th a:visited, #tocside th a:active {
  color: white;
  text-decoration: none;      
}
#tocside th a:hover {
  color: #CCCCCC;
}
#tocside td {
  padding: 2px
}    
#tocside td:hover {
  background-color: #CCCCCC;
}
#tocside td a:link, #tocside td a:visited, #tocside td a:hover, #tocside td a:active {
  color: #000066;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  .hideOnMobile {
    visibility: hidden;
    display:none;
  }
}

		
body {font-size: 1em}	
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; color: #333333 ; font-weight: bold }
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333333; font-weight: bold }
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; color: #333333; font-weight: bold }
.text {  font-family: "Times New Roman", Times, serif; font-size: 1em; color: #333333}
.subheading { font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #000033}
.embedpic {  margin-right: 11px}

.rambling-sidebar { 
    border-left:1px ridge #666666; 
    padding: 4px;
    padding-left: 10px;
    margin-left: 10px;
 }
 
.rambling-text , .rambling-topics {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 0.8em;
    text-align: center;
    padding: 4px;
}

.rambling-topics  {
    text-align: left;
}

.rambling-category {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: small; 
    font-weight: bold; 
    color: #000033;
    text-align: center;
    margin-top: 15px;
}

a.rambling {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1.2em; color: #121269 ; font-weight: bold ;
}

a.rambling:link {
    text-decoration: none;
}

a.rambling:visited {
    text-decoration: none;
}

a.rambling:hover {
    text-decoration: underline;
}

a.rambling:active {
    text-decoration: underline;
}

a.rambling-tag {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.8em; color: #666666;
  font-variant: small-caps;
}

a.rambling-tag:link {
    text-decoration: none;
}

a.rambling-tag:visited {
    text-decoration: none;
}

a.rambling-tag:hover {
    text-decoration: underline;
    font-weight: bold ;
}

a.rambling-tag:active {
    text-decoration: underline;
}
