/*    Crisis Centre Ministries           */
/*    Style sheet file - Standard        */
/*    Author: Paul Hazelden              */
/*    Last modified: 07/11/09            */

BODY
  {
    color:  #000000;
    font-family: Arial, Helvetica, sans-serif, Times, serif;
    text-align: justify
  }

a:link
  { color: blue }

a:visited
  { color: green }

a:hover
  { color: red }

.textmain
  {
    float: right;
    width: 75%;
    margin-right: 10;
    text-align: justify;
  }
  
H1, H2, H3, H4
  {
    margin: 10pt 0pt 0pt 0pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
  }

H1
  {
    text-align: center;
  }
    
H2
  {
    margin-top: 30pt;
  }

H3
  {
    margin-top: 20pt;
    font-style: italic;
  }
    
H4
  {
    margin-top: 15pt;
    font-size: 120%;
    font-style: italic;
  }

H1 + H2
  {
    margin-top: 10pt
  }
  
p, table, tr
  {
    MARGIN: 10pt 10pt 0pt 40pt;
  }

blockquote
  {
    MARGIN: 10pt 30pt 0pt 60pt;
    font-style: italic;
  }

DIV.hang P
  {
    TEXT-INDENT: -15pt;
    MARGIN: 10pt 10pt 0pt 55pt;
  }

    
div.close li
  {
    MARGIN: 5pt 25pt 0pt 40pt
  }

.textmain li
  {
    MARGIN: 10pt 25pt 0pt 40pt
  }

OL
  { list-style-type: decimal }

OL OL
  { list-style-type: lower-alpha }


.textnav
  {
    float: left;
    margin-right: 10;
    font-family: Verdana, Arial, sans-serif;
  }

.textnav ul
  { list-style-type:none;
    font-family: Verdana, Arial, helvetica, sans-serif;
    text-align: left;
    padding-left: 0pt;
    margin: 0pt 0pt 0pt 5pt;
  }

.textnav ul li
  {
    TEXT-INDENT: 0pt;
    font-weight: bold;
    padding-left: 0pt;
    MARGIN: 5pt 5pt 0pt 5pt;
  }

.textnav ul ul li
  {
    font-weight: normal;
    font-size: 80%;
    padding-left: 0pt;
    MARGIN: 0pt 0pt 0pt 5pt;
  }
  
.textend
  {
    clear:both;
    width:70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

.diary table
  { border: none;
    color:  #223344;
    padding: 0 0 0;
    MARGIN: 10pt 10pt 0pt 10pt;
  }

.diary td
  { padding-right: 1em;
  }

.diary H2
  { border-top: solid thin;
    border-bottom: solid thin;
  }

