

/* Presentation Stylesheet */ 
P, BLOCKQUOTE {
 padding: 0 15px;
 font-family: Garamond, Serif;
 line-height: 120%;
 }

P.rh, UL.rh {
 font-size: 75%;
 font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
 }

P.more {
 margin: 0 30px 0;
 font-style: italic;
 text-align: right;
}

P.byline {
 margin: 0 0 0 15px;		/* T R B L */
 font: 78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
/* text-transform: uppercase; */
 letter-spacing: .2em;
 color: #C08080;		/* orange:#FF6600; */
}

H1 {
 margin: 5px 0 3px 0;		/* T R B L */
 font-size: 200%;
 font-weight: normal;
 font-family: Georgia, Serif;
 text-transform: uppercase;
 letter-spacing: .2em;
 }

/* H2 is used in the message board headings */
H2 {
 margin: 5px 0 8px 0;		/* T R B L */
 color: #808080;		/* blue: #8080C0 */
 font-size: 120%;
 font-weight: normal;
 font-family: Georgia, Serif;
 text-transform: uppercase;
 }

H3 {
 margin: 0; 
 padding: 5px 0 0;
 color: #808080;		/* blue: #8080C0 */
 font-weight: normal;
 font-family: Georgia, Serif;
 }

H4 {
/* margin: 0 0 .75em; */
 margin: 0;
 padding: 5px 0;
 font: 78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
 text-transform: uppercase;
 letter-spacing: .2em;
 color: #808080;
 }

ADDRESS {
 padding: 0;
 font-family: Garamond, Serif;
 }

UL {
 margin-top: 0;
 list-style-type: square;
}

A {
 color: #8080C0;
 text-decoration: none;
}

A.img {
 color: #000000;
}

IMG.floatLeft { 
    float: left; 
    margin-right: 8px; 
}
IMG.floatRight { 
    float: right; 
    margin-left: 8px; 
}
