
/* Menu Definition */

    #tabsB {
      float:left;
      width:100%;
      background:ivory;
      font-size:83%;
      line-height:normal;
      }
    #tabsB ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

/* End of Menu Definition */

/* Set the background colour and base font */
body {background-color: ivory;
font-family: Arial}

/* For images floating to the left */
img.left {float: left;
border: thin solid black;
margin:0px 20px 15px 0px;}

/* Images without borders */
img.navigation {border: none}

/* For images floating to the right */
img.right {float: right;
border: thin solid black;
margin:0px 0px 15px 20px;}

/* Font size for list items */
li {font-size: 11pt}

/* Default for all text to be fully justified */
p {text-align: justify}

/* Main body text */
.body {font-size: 12pt;
color: black;
text-align: justify}

/* Event text */
.event {font-size: 10pt;
color: #cc9900;
text-align: left}

/* Indent by 10% of the available line length */
.indent {margin-left: 10%}

/* Assign span class="first" to first character to get drop cap */
span.first {float:left;
width:0.8em;
font-size:430%;
font-weight: bold;
color: darkred;
line-height:80%;}

/* Small font size for the footer */
.subbody {font-size: 8pt}

/* Set the title style */
.title {font-size: 22pt;
font-weight: bold;
color: darkred;
text-align: center}

