@charset "UTF-8";

body {
	background-color: #5F664E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.FormLabelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#centerCol {
	height: 100%;
	width: 990px;
	
	
}

#CenterDiv {
	height: 100%;
	width: 100%;
	position: absolute;
}

#headerPiece {
	padding-top: 26px;
}

#secondContent {
	background-color: #f4f5f1;
	text-align: left;
	margin-top: 10px;
	margin-right: 13px;
	margin-left: 13px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 10px;
}

/* font-family:"Lucida Grande",Arial,"Lucida Sans Unicode",Verdana,sans-serif,Tahoma;

filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	*/

#homeButton {
	height:38px;
	width:81px;
}
#homeButton  a {
	background-position: 0px 0px;
	background-image: url(../images/homeButton.gif);
	position: absolute;
}
#homeButton a:hover {
	background-position: -81px 0px;
}


#aboutButton {
	height:38px;
	width:86px;	
}
#aboutButton  a {
	background-position: 0px 0px;
	background-image: url(../images/aboutUs.gif);
	position: absolute;
}

#aboutButton  a:hover {
	background-position: -86px 0px;
}



#contactButton {
	height:38px;
	width:86px;	
}
#contactButton  a {
	background-position: 0px 0px;
	background-image: url(../images/contactUs.gif);
	position: absolute;
}

#contactButton  a:hover {
	background-position: -86px 0px;
}


#legacyButton {
	height:38px;
	width:197px;	
}
#legacyButton  a {
	background-position: 0px 0px;
	background-image: url(../images/legacy.gif);
	position: absolute;
}

#legacyButton  a:hover {
	background-position: -197px 0px;
	
}



#donateButton {
	height:38px;
	width:132px;
}

#donateButton   a {
	background-position: 0px 0px;
	background-image: url(../images/makeDonation.gif);
	position: absolute;
}

#donateButton   a:hover {
	background-position: -132px 0px
}

#videoButton {
	height:38px;
	width:133px;
}

#videoButton   a {
	background-position: 0px 0px;
	background-image: url(../images/watchThis.gif);
	position: absolute;
}

#videoButton   a:hover {
	background-position: -133px 0px
}

