/* LAYOUT STYLES */
p { margin-top: 0px;
	margin-bottom: 12px;
}

ul { margin-top: 0px;
	 margin-bottom: 20px;
	 margin-left: 20px;
}

li { margin-top: 0px;
	 margin-bottom: 10px;
	 margin-left: 20px;
}

body {
	background-color: #5a404c;;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* TEXT STYLES */
.text-body {
	font-family: Times, Times Roman, serif;
	font-size: 14px;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.text-donate {
	font-family: Times, Times Roman, serif;
	font-size: 14px;
	line-height: 19px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.text-big {
	font-family: Times, Times Roman, serif;
	font-size: 18px;
	line-height: 23px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
}

.text-small {
	font-family: Times, Times Roman, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #000000;
}
.text-small-rev {
	font-family: Times, Times Roman, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #ffffff;
}
.subhead {
	font-family: Times, Times Roman, serif;
	font-size: 16px;
	font-style: normal;
	vertical-align: top;
	line-height: 24px;
	font-weight: bold;
	color: #e73d97;
}
.bullets {
	font-family: Times, Times Roman, serif;
	font-size: 12px;
	line-height: 17px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}


/* LINK STYLES */
a:hover.link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
.link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #e73d97;
	text-decoration: none;
}


/* TABLE AND CELL STYLES */
.tdnav {
	background-color: #81ada8;
	vertical-align: top;
	text-align: left;
}
.tdlogo {
	background-color: #aecac6;
	vertical-align: top;
	text-align: left;
}
.tdcontent {
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}
.tdslideshow {
	background-image: url(../images/bgslideshow.gif);
	background-repeat: repeat-x; 
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}
.tdfootershadow {
	background-image: url(../images/footershadow.gif);
	background-repeat: none;
	height: 50px;
	width: 770px;
	vertical-align: middle;
}
.tdvertrule {
	background-image: url(../images/bgs/vertrule.gif);
	background-repeat: repeat-y; 
	width: 40px;
}
  

html {
height:101%;
}
* html {
height:auto;
}