/*  tcf.css                                                      */
/*  Stylesheet for www.tcf.org.uk                   */
/*                                                                  */
/*  Copyright 2000 - 2001                             */
/*  by The Compassionate Friends                  */
/*                                                                  */
/*  Last Update 22 Aug 2000                         */
/*  by Derek Reed <webmaster&#64;&#116;&#99;&#102;&#46;&#111;&#114;&#103;&#46;&#117;&#107;>   */
/*                                                                  */
/*  Headings should be in our heading font     */
/*                                                                  */
/* scrollbar stuff only appears in IE 5.5 as of Mar 2001 */
BODY {
    color : #000080;
        font-family : Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin : 1em 1em 1em 1em;
    text-align : justify;
    background : #FFFFFF;
 scrollbar-face-color: #9C9C9C;
 scrollbar-arrow-color: #ddfadd;
 scrollbar-track-color: #336699;
 scrollbar-shadow-color: #999999;
 scrollbar-highlight-color: #bbbbbb;
 scrollbar-3dlight-color: #000080;
 scrollbar-darkshadow-color: #000080;
 /*       font-size : smaller;*/
}

.contents {
    color : #FFFFFF;
    background : #336699;
    margin : 0em 0em 0em 0em;
    padding-bottom : 2px;
    padding-top : 2px;
    font-size : smaller;
}

H1 {

/*    font : 30pt/30pt;*/
 background-color : transparent;
}

H1.smallcaps {
    font-variant : small-caps;
    text-align : center;
}

H2 {
 /*   font : 18pt/18pt;*/
    margin-bottom : auto;
}

H2.smallcaps{
    font-variant : small-caps;
    text-align : center;
}

H3 {
/*    font : 16pt/16pt;*/
}

H3.bullet {
/*    font : 16pt/16pt;*/
}

H3.leaflet {
/*    font : 16pt/16pt;*/
    color : #330099;
}

H3.smallcaps{
    font-variant : small-caps;
    text-align : center;
}

H4 {
/*    font : 13pt/13pt;*/
}

H4.leaflet {
/*    font : 13pt/13pt;*/
    color : #330099;
}

H4.smallcaps{
    font-variant : small-caps;
    text-align : center;
}

P, UL, OL, FORM, TABLE, {
/*    font : smaller;*/
}

PRE {
    font : 10pt;
    width : 100%;
}

TD.rightborder {
    border-right : thin solid #000080;
}

TD.leftborder {
	border-left : thin solid #000080;
}

P.space {
    padding-bottom : 10pt;
}

P.lewarning {
    color : #800000;
    text-align : center;
}

P.webmaster {
    font-size : smaller;
    text-align : center;
    font-weight : lighter;
}

P.gotop {
    vertical-align : middle;
    text-align : right;
    background-position : right;
}

P.pagetitle {
    margin-bottom : auto;
    vertical-align : middle;
    text-align : center;
    color : #FFFF00;
    background-color : #336699;
    background-position : center;
    font : large/150%;
    font-variant : small-caps;
}

P.smallmiddlecaps {
    vertical-align : middle;
    text-align : center;
    color : #000080;
    font : small;
    font-variant : small-caps;
}

P.smallmiddlecapswhite {
    vertical-align : middle;
    text-align : center;
    color : #FFFFFF;
    font : small;
    font-variant : small-caps;
}

STRONG {
    font-weight : bold;
    font-style : normal;
}

STRONG.center {
    font-weight : bold;
    font-style : normal;
    text-align : center;
}

UL{
    list-style-type : none;
    white-space : normal;
    display : list-item;
    text-indent : 0em;
    list-style-position : outside;
    list-style-image : none;
}

UL.disc {
    list-style-type : disc;
}

LI.disc {
    list-style-type : disc;
}

LI.circle {
    list-style-type : circle;
}

UL.square {
    list-style-type : square;
}

LI.square {
    list-style-type : square;
}

LI.red {
    list-style-type : disc;
    color : #FF0000;
}

UL.blebul1d {
    list-style-type : disc;
    list-style-image :   url(../images/blebul1d.gif);
    text-indent : 2em;
}

UL.blebul2d {
    list-style-type : disc;
    list-style-image :   url(../images/blebul2d.gif);
    text-indent : 1em;
}

UL.blebul3d {
    list-style-type : disc;
    list-style-image :   url(../images/blebul3d.gif);
}

LI.blue {
    list-style-image :   url(../images/blebul3d.gif);
    white-space : pre;
    list-style-position : outside;
    display : list-item;
    font-size : larger;
}

UL.address {
    list-style-type : none;
    white-space : nowrap;
    display : list-item;
    list-style-image :   url(../images/blebul2d.gif);
    text-indent : 2em;
}

EM {
    font-style : italic;
    font-weight : normal;
}

.paleblue {
    color : #99CCCC;
}

.white {
    color : #000FFF;
}

.bold {
    font-weight : bold;
}

.italic {
    font-style : normal;
}

ADDRESS {
    font : 8pt/11pt;
}

SMALL {
    font : 10pt/12pt;
}

HR {
    color : #4682B4;
}

a {
    text-decoration : underline;
}

a:link {
    color : #000080;
    text-decoration : underline;
}

a.backbutton {
    color : #800080;
    text-align : center;
    vertical-align : middle;
    font-size : larger;
    width : auto;
    background-color : #FFFFFF;
    padding-left : 1em;
    padding-right : 1em;
    text-decoration : none;
    border-color : #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
}

a:visited {
    color : #660099;
}

a:hover {
    color : #000FFF;
    text-decoration : underline;
}

a:active {
    color : #FF0000;
    text-decoration : underline;
}

/* Navigation table */
.navtable {
    color : #FFFFCC;
    text-align : center;
    vertical-align : top;
    font-size : larger;
    width : 100%;
    background-position : center;
    background-repeat : repeat;
    background-attachment : fixed;
    background-color : #336699;
}

.navbutton {
    background-color : transparent;
    font : smaller;
    text-align : left;
    vertical-align : top;
    text-decoration : none;
    color : White;
    padding-left : .8em;
    padding-right : .1em;
    font-weight : bold;
}

.navbutton A:link {
    color : White;
    text-decoration : none;
}

.navbutton A:visited {
    color : #FFFFCC;
    font : bold;
    text-decoration : none;
}

.navbutton A:hover {
    text-align : center;
    background : #336699;
    text-decoration : underline;
}

.navbutton A:active {
    text-align : left;
    background : #336699;
    text-decoration : none;
}

.navhere {
    font-variant : small-caps;
    color : #008080;
    border-bottom-color : #99CCCC;
    border-right-color : #99CCCC;
    border-left-color : #EEFFFFF;
    border-top-color : #EEFFFF;
    border-width : thin;
    border-style : inset;
}

.navhere A:link {
    text-decoration : none;
    color : #FFFFFF;
}

.navhere A:visited {
    text-decoration : none;
    color : #C0C0C0;
    font-style : italic;
}

.info {
    border : 5px solid #C0C0C0;
    padding : 1em 3em 1em 3em;
    font-size : smaller;
    text-align : justify;
}

.infonavy {
    border : 5px solid #000080;
    padding : 1em 3em 1em 3em;
    font-size : smaller;
    text-align : justify;
    width : 95%;
}

.poetry {
    border : medium double #CC9900;
    padding : 1em 3em 1em 3em;
    font-size : smaller;
    text-align : justify;
    width : auto;
}

.texta1 {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 13px;
	color: Black;
	background-color: #99CCFF;
	border: solid 1px #C71585;
}

FORM {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000080;
background: #DFEFF7;
border: 2px solid #3499CC;
margin-left: 20px;
padding: 3px;
width: 530px;
}

form.navform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000080;
background: #DFEFF7;
border: 2px solid #3499CC;
  width: 30px;
  padding: 0px 2px;
  margin: 1px;
  margin-left: 1px;
}

form.smallform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000080;
background: #DFEFF7;
border: 2px solid #3499CC;
  width: 200px;
  padding: 0px 2px;
  margin: 1px;
  margin-left: 1px;
}

INPUT, TEXTAREA, select {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 13px;
	color: Black;
	background-color: #99CCFF;
	border: inset 1px #C71585;
}



