/* Global Styles */
/* COLORS:
light pink= rgb(238,156,162) 
medium pink = rgb(232,126,156)
medium dark pink = rgb(222,42,101)
bold pink = rgb(203,38,109)
light green= rgb(213,237,179)
medium green = rgb(165,207,167)
bold green = rgb(53,126,45)
light yellow = rgb(254,237,176)
*/

body {margin:20px;
   background: rgb(0,0,0);
   font-family: times new roman, serif;
   font-size: 12pt;
   line-height: 1;
   letter-spacing:.05em;

   }

  html {
   scrollbar-face-color: rgb(165,207,167);
   scrollbar-arrow-color: black;
   scrollbar-track-color: rgb(53,126,45;
   scrollbar-shadow-color: black;
   scrollbar-highlight-color: rgb(213,237,179);
   scrollbar-3dlight-color: rgb(85,85,85);
   scrollbar-darkshadow-color: black;
}


/* ID Styles */


#tagline {
   font:12px georgia;
   color: rgb(53,126,45);
   line-height:18px;
   letter-spacing:.4em;
   }

#mainTable {align: center;
   width: 1024px;
   height: 650px;
   background-image: url(images/bkgrnd7.jpg);
   background-repeat: no-repeat;
   }
#smallimage {background-image: url(images/sm_collage.jpg);
}




#leftLinks a {
   font:12px arial;
   color: rgb(53,126,45);
   letter-spacing:.1em;
   text-decoration:none;
   font-weight:bold;
   }

#leftLinks a:hover {
   color: rgb(100,100,100);
   text-decoration:underline;
   }
#style3 {
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
   font-variant: small-caps;
}

#style1 {
   color: black;
   background-color: rgb(165,207,167);
   padding: 0px;
   letter-spacing: .1em;
   font: sans-serif;
   font-size: 26px;
   font-weight: bold;
   font-variant: small-caps;
}

#green {
    color: rgb(53,126,45);
    font-size: 11pt;
}


/* Class Styles */

.leftpanel {background-image: url(images/lt_blue.jpg);
}

.subHeader {
   font:18px arial;
   color: rgb(53,126,45);
   font-weight:strong;
   letter-spacing:.1em;
   line-height:16px;
   }



.style2 {
   font-size: 16px;

}



.firstp {font-family: times new roman, serif;
         font-size: 12pt;
         line-height: 1;
         letter-spacing:.05em;
}
.firstp:first-letter {float: left; font-size: 250%; line-height: 0.8; margin-right: 5px;
};
