@charset "utf-8";
/* CSS Document */

/* Colors 

bdb99b - gray 
a3b698 - green ---- 95ac89 - darker green
e0ddc1 - tan 
6b863b - dark green - for horizontal menu 
*/
 
/* Styles for site */

body {
background: url(../images/tanbg.png);
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

h1 {
font-size: 24px;
}

h2 { 
font-size: 14px;
color: #161b84;
text-decoration: underline;
text-align: center;
}

h3 {
font-size: 36px;
color: #ffffff;
}

h4 {font-size: 36px;
color: #000000;
}

h5 {
font-size: 16px;
color: #FFFF66;
}

/* List styles */

ol.letters {
list-style:lower-alpha;
margin-left: 45px;
}

ol.numbers {
margin-left: 45px;
}

ol.checks {
list-style-image: url(../images/checkmark.gif);
line-height: 25px;
margin-left: 40px;
}


/* Other styles */

.title {
font-size: 16px;
color: #A4362B;
font-weight:bold;
}

.titleblue {
font-size: 16px;
color: #678cc9;
font-weight:bold;
}

p {
padding: 0px;
}

#content img {
padding: 10px;
}

a:visited, a:hover {
color: #7d3d33; /* red */
text-decoration: none;

}

/* Left and Right Column Backgrounds */

.green {
background: #a3b698;
padding: 10px;
}

.green a:link {
text-decoration: none;
}

.speaking p {  /* Used for Gearld Fry Speaking Date */
font-size: 12px;
padding-left: 10px;
}

.gray {
background: #678cc9; /* light blue */
padding: 10px;
font-weight: none;
border: 3px solid #A4362B; /* red border */
}

.gray p {
padding: 10px;
margin: 0;
text-indent: 0px;
text-align: left;
font-weight: none;
}

.gray img {
padding: 0;
margin: 0;
}

.gray a:link {
color: #000000;     /*#38557b;  light blue */
font-size: 14px;
text-decoration: none;
font-weight:bold;
}

.bulletinboard {
background: url(../images/bulletinboard.png) no-repeat;
}

.bulletinboard h2 { 
font-size: 14px;
color: #161b84;
text-decoration: underline;
text-align: center;
padding-top: 45px;
}

.bulletinboard p {
width: 165px;
padding-left: 40px;
text-align: justify;
}

.bullitenboard a {
font-size: 14px;
text-decoration:none;
font-weight: bold;
}


.content {
padding: 15px;
background: #ffffff;
}


.content img {
padding: 10px;
}

.new {
color: #d4351b;
font-weight: bold;
}

.quote {
font-size: 13px;
text-align: center;
font-style: italic;
padding: 6px;
font-weight: none;
color: #ffffff;
background: #A4362B;
}



/* Glossary Styles */

.word {
color: #38557b;
Font-weight: bold;
size: 16px;
padding: 3px;
}

/* Secondary Pages Styles */

.right {
float: right;
}

a img{
border: none;
padding: 10px;
}

.logo {
width: 996px;
height: 120px;
}

.footer p  {
text-align: center;
padding: 3px;
clear: both;
font-size: 12px;
}

.footer a:link, .footer a:visited {
text-decoration: underline;
color: #000000;
font-size: 12px;
}
/* 
	Vertical scrolling text area styles
*/
 
#jump_base {
  overflow-y:hidden;
  width: 175px;
  height: 120px;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
  font-size: 16px;
  text-decoration: none;
  
}

.news {
  color: inherit;
}

.notbold {
font-weight: normal;
}

.marquee {
height: 27px;
background-color:#A4362B;
}

.marquee a {
color: #FFFFFF;
font-size: 20px;
height: 20px;
text-shadow:#333333;
text-decoration: underline;
}

