/* CSS Document */
body {
	margin: 0px;
	background-color: #86a5db;
}
.main-bg {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #86a5db;
}
/* middle */
.middle-bg {
	background-image: url(images/main-td-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.left-table-bg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}
.left-manu-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
	background-image: url(images/left-manu-bg.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: center bottom;
	line-height: 24px;
}
.sub-manu-bg {
	background-image: url(images/sub-link-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
	padding-left: 18px;
}
.manu-link-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
}
.manu-link-font:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contain-border {
	border: 1px solid #dbdbdb;
	position: static;
	height: 100%;
}
.contain-table-bg {
	background-image: url(images/contain-table-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	color: #9f3a3a;
}
.contain-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: justify;
}
.contain-text-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	}
.contain-text-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	}
	
.member-table-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
}
/* bottom */
.bottom-bg {
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottom-link-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
}
.bottom-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9f3a3a;
	text-decoration: none;
}
.bottom-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bottom-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
}
.text001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
}
.vertical-line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.center {
	text-align:center;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.errmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	}
#donation-form td {
	padding:0 5px 0 5px;
	vertical-align:top;
	}
td.section-head {
	padding:15px;
	font-weight:bold;
	font-size:140%;
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
