body,html { 
	background-image: url('/images/style/donate_bgimage.jpg'); 
	background-repeat: no-repeat; 
	background-position: left top;
 	background-color: #FFFFFF;
	topmargin: 0;
	leftmargin: 0;
	color: #000000;
	font: medium Arial, Verdana, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}
a:link, a:visited,
#nav a:link, #nav a:visited {
	color: #666666;
}
a:hover, a:active,
#nav a:hover, #nav a:active {
	color: #0000FF;
}
#nav a {
	font-weight: normal;
	background-color: transparent;
	color: #000000;
	font-size: small;
}
.tbl-gray table {
	border-collapse: collapse;
}
.tbl-gray table, .tbl-gray td {
	background-color: #808080;
	padding: 3px;
}
.tbl-w-cells table {
	padding: 7px;
	border-spacing: 1px;
}
.tbl-w-cells table, .tbl-w-cells td {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tbl-w-cells td {
	vertical-align: top;
	padding: 3px;
}
.font-s {
	font-weight: normal;
	background-color: transparent;
	color: #000000;
	font-size: small;
}
.font-s-ctr {
	font-weight: normal;
	background-color: transparent;
	color: #000000;
	font-size: small;
	text-align: center;
}
.font-space {
	line-height: 200%;
}
.font-x {
	font-size: large;
	line-height: .5;
}
.font-2x {
	font-size: 1.5em;
	font-weight: bold;
	color: #698FAC;
}
.font-2x-ctr {
	font-size: 1.5em;
	font-weight: bold;
	color: #698FAC;
	text-align: center;
}
.font-head {
	font-size: 1.3em;
	color: #000000
	line-height: 3;
}
.font-3x {
	font-size: 2.5em;
	color: #00549F;
	line-height: 1.5em;
	font-weight: bold;
}
.font-3x-ctr {
	font-size: 2.5em;
	color: #00549F;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
.font-1x {
	font-size: 1.15em;
	font-weight: bold;
}
.font-1x-ctr {
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
}
table {
	border: 0;
}
td {
	vertical-align: top;
}
.ital {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.bold-ital {
	font-weight: bold;
	font-style: italic;
}
.bold-ital-ctr {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.ital-ctr {
	font-style: italic;
	text-align: center;
}
.bold-ctr {
	font-weight: bold;
	text-align: center;
}
.ctr {
	text-align: center;
}
.red {
	color: #FF0000;
}
.blue {
	color: #698FAC;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
.bold-red-ctr {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.bold-blue {
	font-weight: bold;
	color: #698FAC;
}
#content {
    position: relative;
    top: 0;
    left:  0;
    width: 100%;
	margin: 5px;
}
#main {
	margin: 40px 10% 10px 27%;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 1%;
}
.left-list ol {
	list-style-image: url(/images/style/bullet.gif);
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#main li {
	margin: 0;
	padding: 0;
}
.num-list ol {
	list-style-image: none;
	list-style-type: decimal;
}
#main ul {
	list-style-image: url(/images/style/bullet.gif);
	vertical-align: bottom;
}
#main ul ul {
	list-style-image: url(/images/style/bullet2.gif);
	vertical-align: bottom;
}
#nav {
	float: left;
	width: 25%;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}