body {
	margin: 0px;
	background-image: url(Images/background.jpg);
	color: #39250b;
	font-family:Arial,Helvetica,sans-serif;
}
#banner {
	padding-top: .05em;
    margin-bottom: 0;
    padding-bottom: 0;
	display: inline;    
   
}
#banner ul {
    margin: 1em 0 1em 0;
    padding: 0 0.5em 0 0;
}
#banner li {
    list-style-type: none;
    float: left;
}
.vcenter {   
    width: 1.5em;
    height: 1.5em;
    margin: 50px 5px 0 0;
}
#banner form   {
    width: 150px;
    padding-right: 10px;
    
}
#banner span {
     display: none;
}
#banner a:hover span {
    display: block;
    position: absolute;
    top: 100px;
    color: #19594a;
    text-decoration: none;
    font-size: 70%;
}
hr { 
    clear: both;
     margin-top: 0;
    padding-top: 0;
    color: #a6035d;
}

#contents {
	margin: 1em auto 0 auto;
	width: 90%;
    min-width: 55em;
	background-color: white;
    border: 2px double #a6035d;
}
#centerContent {
    float: left;
    width: 75%;
	padding-left: 30px;
    text-align: justify;
}
#text {
    padding-top: 2em;
}
#links {
clear: left;
 margin-left: 1em;
 margin-top: 2em;
 width: 18%;
 float: left;
}

#theButton  {
	border-width:0;
	margin-right: 4.5em;
	margin-top: 1.5em;
	background-image: url(Images/LgDonateButton.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 80px;
}
img {
	border-width:0;
     margin: 0;
    padding: 0;
}

#theButton:visited {
	border-width:0;
}
#theButton:hover {
	background-image: url(Images/LgDonateButtonAct.jpg);
	background-repeat: no-repeat;
}
#theButton:active {
		border-width:0;
}

.tab a { 
	position: relative;
	left: 2em;
	top: 1.5em;
	font-size: .75em;
	text-decoration: none;
	color: #19594a;
}
.tab a:hover { 
	color: #a6035d;
	font-style:italic;
}

.tab { 
	margin-right: 1.5em;
	width: 12em;
	height: 2em;
	float: left;
	background-image: url(Images/RainbowArch2.jpg);
	background-repeat: no-repeat;
	}

#quotes {
	clear: both;
}
#links a {
	
	margin-left: .5em;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: 900;
}
#links a:hover {
	font-style:italic;
}
.clear { clear: both;}
#footer {
	font-weight: 900;
	font-size: .85em;
	color: white;
	text-align: center;
}
#copy {
	font-size: .85em;
	color: #ffffff;
	text-align: center;
}
.green {
	color: #19594a;
	font-weight: bold;
}
.red {
	color: #a6035d;
	font-weight: bold;
}
.gold {
	color: #e8c00b;
	font-weight: bold;
}
 #column1, #column2  {
            width: 40%;
            float: left;
            padding-bottom: 20px;
 }

