/* Everything in here is what site authors need 
   to make their zone 8s work correctly. */

/* WARNING: Only put styles in here that you want FrontPage
   authors to see in their style dropdowns. Put all other style
   information in style-all.css. */

/* Styles that correspond to ALL instances of a particular tag must
   have the same name as that tag.

   Styles that authors apply to particular instances of a tag must begin
   with a period, and then in FrontPage they must be specifically applied
   to the instances of the tag.

   Styles that authors apply to arbitrary sets of characters must begin with
   span. For example: span.bold.

*/

body
{
	font-size: x-small;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
	background-color: #ffffff;
}

a 
{
	color: #0000dd;
	text-decoration: none;
}

a:visited 
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	text-decoration: none;
}

IMG
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

H1
{
	color: #9A9999;
	font-size: 220%;
	border-bottom-color: #9A9999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-transform: uppercase;
}

H2
{
	color: #666666;
	font-size: 180%;
}

H3
{
	color: #666666;
	font-size: 130%;
}

H4
{
	color: #666666;
	font-size: 100%;
}

H5
{
	color: #666666;
	font-size: 90%;
}

H6
{
	color: #666666;
	font-size: 80%;
}

span.bold
{
	font-weight: bold;
}

span.italic
{
	font-style: italic;
}

span.redbold
{
	font-size: 100%;
	font-weight: bold;
	color: #FD0202;
	font-family: arial,helvetica,sans-serif;
}

span.redboldsmall
{
	font-size: 85%;
	font-weight: bold;
	color: #FD0202;
	font-family: arial,helvetica,sans-serif;
}

span.small
{
	font-size: 85%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.xtrasmall
{
	font-size: 75%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead1
{
	font-size: 150%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead2
{
	font-size: 130%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead3
{
	font-size: 120%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead4
{
	font-size: 110%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.white
{
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
}

/* Intended for a table that just contains text. */
.textTable
{
	padding: 3px 3px 3px 3px;
}

/*NEWS STYLING*/
.onthehilltop {
	font-size: 120%;
	font-weight: bold;
}

#newsevents a {
	background-image: url(/images/squarebullet.gif);
	background-repeat:no-repeat;
text-decoration:none;
color:#003366;
text-align:left;
vertical-align:middle;
display:block;
padding: 5px 8px 5px 11px;

}

 #newsevents a:hover
 {
 	color: #CE1126;
 }
 
 .givingheader {
 background-color:#003399;
 font-weight:bold;
 color:#FFFFFF;
 }
