/* 
This stylesheet is a knock off of "2003-zone-0-style-content.css"
It is identical to that stylesheet except the "body" CSS is commented out.

it was created to solve the campaign top menu problem (wrapping) that occurs in IE8.

To apply this fix to a page replace this:
		<link href="/tools/template/2003-zone-0-style-content.css" rel="stylesheet" />
		<% masterStyleScript %>
with this:
		<% masterStyleScript %>
		<link href="/tools/template/2003-zone-0-style-contentAlt.css" rel="stylesheet" />
		

*/



/*
This stylesheet is no longer necessary. It has been commented out in its entirety.
--Katy 7/23/09
*/



/*
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;
}

.textTable
{
	padding: 3px 3px 3px 3px;
}


.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;
 }*/ 
