/* CSS Document */

body{
	margin: 0px;
	height: 100%;
}
#topleft{
	background-image:url(images/logo.gif);
	width: 200px;
	height: 92px;
	float:left;
}
#topright{
	background-image:url(images/faith-logos.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 570px;
	height: 92px;
	float:left;
	background-color:#FFFFFF;
}
#redbridge{
	background-image:url(images/rsp-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 125px;
	height: 92px;
	float: left;
}
#rcbf{
	background-image:url(images/rcbf-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 118px;
	height: 92px;
	float: left;
}
#fairtrade{
	background-image:url(images/ftr-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 110px;
	height: 92px;
	float: left;
}
#content{
	float:left;
	width: 770px;
}
#menu{
	width: 152px;
	float:left;
	padding: 5px;
}
#Vspacer{
	width:1px;
	height:100%;
	background-color:#95A2CF;
	float:left;
}

#Hspacer{
	height:1px;
	width: 770px;
	background-color:#50A8BF;
	float:left;
	font-size:0px;
}
#Lfooter{
	float:left;
	width: 385px;
}
#Rfooter{
	float:left;
	text-align:right;
	width: 385px;
}
#mainText{
	width: 210px;
	float: right;
	padding-right: 5px;
}

ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
li{
	border-bottom: 1px solid #ffffff;
}

.welcome, h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #884C9D;
	font-style:italic;
	text-align:right;
}

.bodytextblack800 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-left:0px;
	color: #333333;
	text-align:justify;
}
.home{
	background-image:url(images2/home-bg.jpg);
	height: 468px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-left:5px;
	padding-right: 5px;
	color: #333333;
}
.hometext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000000;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #666666;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height: 15px;
	z-index: 100;
	width: 146px;
	background-color: #eaeaea;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666666;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{ 
	background-color: #018FBF;
	color: #ffffff;
}

.men{
	/*border:1px solid #eaeaea;*/
	border-bottom: 1px solid #ffffff;
	font: normal 11px Tahoma;
	line-height: 18px;
	z-index: 100;
	width: 152px;
	background-color: #F8E6FF;
}

.mentitle{
	/*border:1px solid #eaeaea;*/
	border-bottom: 1px solid #ffffff;
	font: normal 11px Tahoma;
	line-height: 22px;
	z-index: 100;
	width: 152px;
	background-color: #5F356E;
	font-weight: bold;
	text-indent: 5px;
	color:#FFFFFF;
}

.men a{
	border-bottom: 1px clear #ffffff;
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #0053A1;
}

.men a:hover{ 
	background-color: #0053A1;
	color: #ffffff;
}