@charset "utf-8";
body {
	background-image: url(../../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.topbg {
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 277px;
}
#ul {
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
}
hr {
	color: #d9a400;
}
.ngo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
}


.titlebg {
	background-image: url(../images/titile_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.mainbg {
	background: transparent url(../../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainbgright {
	background-image: url(../images/mainbgright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#rightlink{
width: 150px;
font-family: Arial, Helvetica, sans-serif;
margin-left:20px;
margin-right:20px;
font-size: 12px;
background-color: #2c8795;
color: #333;
text-align:center;
}

* html #rightlink{ /*IE 6 only */
w\idth: 130px; /*Box model bug: 180px minus all left and right paddings for #rightlink */
}

#rightlink ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#rightlink li {
margin: 0;
}

#rightlink li a{
display: block;
padding: 5px 5px 5px 8px;
border-bottom: 1px solid #80af92;
color: #fff;
text-decoration: none;
width: 130px;
}

html>body #rightlink li a{ /*Non IE6 width*/
width: auto;
}

#rightlink li a:hover{
color: #ffc000;
}
#rightlink li.active a 	{
color: #ffc000;
font-weight:bold;
}
#rightlink li.bottom a {
border-bottom:0;
}

.footerbg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
}
