@charset "utf-8";
/*----- basic styles -----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #666666;
}
#wrapper {
	position:relative;
	width:700px;
	text-align:left;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#clear {
	clear:both;
}
/*----- header styles -----*/
#header {
	position:relative;
	height:113px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
/*--- main navigation styles ---*/
#navi {
	height:50px;
	background-image: url(images/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	font-weight: bold;
	color: #99cc66;
	text-align: center;
	line-height: 22px;
	padding-top: 7px;
}
#navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6666CC;
	text-decoration: none;
}

#navi a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6633;
}
/*----- page title styles -----*/
#pagetitle_about {
	height: 106px;
	background-image: url(images/title_about.jpg);
	width: 700px;
}
#pagetitle_apply {
	background:url(images/title_apply.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
	text-align: center;
}
#pagetitle_programs {
	background:url(images/title_programs.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
	text-align: center;
}
#pagetitle_volunteer {
	background:url(images/title_volunteer.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_supporters {
	background:url(images/title_supporters.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_donations {
	background:url(images/title_donations.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_giftideas {
	background:url(images/title_giftideas.jpg) ;
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_newsletter {
	background:url(images/title_newsletter.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_annual08 {
	background:url(../AnnualReport/2008/title_annual2008.jpg) no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_contact {
	background:url(images/title_contact.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}
#pagetitle_education {
	background:url(images/title_education.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
}

/*----- main contents styles -----*/
#maincontents {
	padding-left: 55px;
	padding-top: 30px;
	padding-right: 55px;
	padding-bottom: 50px;
	}
#maincontents a {
	color: #663399;
	font-weight: bold;
	font-size: 1em;
}
#maincontents img.rigth{
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

#maincontents img.left{
	float: left;
	margin: 5px 20px 5px 0px;
}
#maincontents table.annual01 {
	float: right;
	margin-left: 30px;
}
#maincontents table.annual02 {
	float: none;
	margin-right: 15px;
	margin-bottom: 5px;
}
#maincontents  table.annual03 {
	float: none;
	margin-right: 15px;
	margin-bottom: 5px;
}

#maincontents td h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
}


#maincontents td h2 {
	font-size: 24px;
	font-weight: bold;
	color: #9933ff;
}
#maincontents #volunteer_quote {
	float: right;
	width: 275px;
	margin-left: 20px;
}
#maincontents #volunteer_quote p {
	padding: 10px;
}
#maincontents #donors_quote {
	float: left;
	width: 275px;
	margin-left: 0px;
	margin-right: 20px;
}
#maincontents #donors_quote p {
	padding: 10px;
}

#form {
	font-size: 0.9em;
	line-height: 2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	color: #990099;
}
h2 {
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 15px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: justify;
}
h3 {
	font-size: 1.1em;
	border-left-color: #99CC66;
	border-left-width: thick;
	border-left-style: solid;
	padding-left: 7px;
	margin-top: 10px;
	color: #666666;
	margin-bottom: 10px;
	clear: left;
}
h4 {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #996633;
}
h5 {
	padding-left: 10px;
}

p {
	font-size: 0.8em;
	line-height: 1.5;
	text-align: justify;
	color: #666666;
	letter-spacing: 0.01em;
}
.italic {
	font-style: italic;
}

.strong {
	font-weight: bold;
}
.BandI {
	font-style: italic;
	font-weight: bold;
}


.articleline {
	background-image: url(images/line_article.gif);
	height: 5px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 15px;
	background-position: center;
}

.list {
	padding-left: 20px;
	list-style-image: url(images/icon_dot.gif);
	list-style-position: inside;
	font-size: 0.85em;
	line-height: 3em;
	margin-left: 20px;
}	

#contents {
	width: 500px;
	position: relative;
	left: 50px;
}
#contents li {
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 50px;
}

.center {
	text-align: center;
}
.button {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	}
.img.one {
	border: 1px solid #663399;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*----- Sidebar styles -----*/
#sidebar {
	width: 180px;
	text-decoration: none;
	text-decoration: none;
	text-align: center;
	height: 450px;
	float: right;
	margin: 10px -15px 0px 25px;
	background: #F4EAFF;
	border: 1px solid #9900CC;
	}
#sidebar  h1 {
	height: 31px;
	background: url(none) no-repeat;
	font-size: 1em;
	color: #996633;
	padding-top: 12px;
	}
#sidebar p {
	text-align:center;
	color: #666666;
	line-height: 2.5em;
	font-size: 0.8em;
	margin-top: 5px;
	}
#sidebar a {
	color: #666666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #9933FF;
}

/*----- footer styles -----*/
#footer {
	background-color: #FFFFFF;
	float: left;
	clear: none;
	width: 700px;
	}
#footer .img {
	height: 125px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: center;
	}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 30px;
}

