/* $Source: /home/rick/Toastmasters/Daylighters.org/RCS/styles.css,v $
 * $Date: 2011/09/06 04:01:48 $ $Revision: 1.16 $ $State: Exp $
 */

#toolTip {
   border:1px solid #CCC;
   background-color:#F2DF74;
   font-family: "Arial", "Helvetica", "Geneva", "Swiss", "sans-serif";
   width:300px;
   position:absolute;
   visibility: hidden;
   overflow: hidden;
   font-size: 12px;
   font-weight: normal;
   color:#000000;
}


h0, t0, h1, h2, h3, body, th, td, p, fp {
	font-family: "Arial", "Helvetica", "Geneva", "Swiss", "sans-serif";
}

#full {
    width: 100%;
}

#left {
    width: 20%;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #FED61C;
    float: left;
    z-index: 2;
}

#main {
    width: 60%;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    float: left;
    z-index: 2;
}

#right {
    width: 20%;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #FED61C;
    float: left;
    z-index: 2;
}


h1, h2, h3 {
	font-weight: bold;
        color: #004165;
}
h0 {
	font-size: 36pt;
}
t0 {
	font-weight: bold;
	font-size:12pt;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}
p {
	font-size: 12pt;
	color: black;
	/* background: white; */
}
fp {
	font-size: 10pt;
	color: black;
}
pre {
        font-family: "Courier", "fixed";
        font-size: 10pt;
}
a:link {
	color: #E93E3A;
}
a:visited {
	color: #E93E3A;
}
td {
	font-size: 12pt;
}
th {
	font-size: 12pt;
	font-weight: bold;
}

#toolTip h1 {
   display:block;
   font-size: 12px;
   font-weight: bold;
   margin:0px;
   padding:0px 2px;   
}

#toolTip p {
   margin:0px;
   padding:4px 2px;   
}

