/*Equal Chance Ghana CSS Stylesheet              
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 150%;
 color: #57500F;
}

h2{
 font-size: 114%;
 color: #57500F;
}

h3{
 font-size: 100%;
 color: #57500F;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #57500F;
}

h5{
 font-size: 100%;
 color: #57500F;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*#header{
	/*background: url(images/bgheader.gif) no-repeat;*/
	width: 800px;
	position:absolute;
	top:0px;
	left:0px;
}*/

#content{
	width: 800px;
	background-color:#FFFFFF;
	border: 2 solid #666666;
	margin: 20px;
}

/*#footer{
	width: 800px;
	position:absolute;
	left:0px;
	background:url(images/bgfooter.jpg) no-repeat bottom left #FFFFFF;
}

#links{
	width: 781px;
	position:absolute;
	top:184px;
	left:10px;
	background:url(images/bgfooter.jpg) no-repeat bottom left #FFFFFF;
}
*/

/***********************************************/
/*Component Divs                               */
/***********************************************/

.links{
	padding: 10px 0 0 40px;
	font-size: 100%;
	font-weight:bold;
}

#links a{
	padding: 5px 0 0 30px;
}

/*
.links a:visited {
	text-decoration: none;
	color: #009900;
}*/
#links a:hover{
	background-color: #CCFFCC;
}

#links img{
	border: 0px;
}

/*.links a:active {
	text-decoration: none;
}*/

/************** .story styles *****************/

.story{
	clear: both;
	padding: 25px 40px 0px 40px;
	font-size: 80%;
}

.story p{
	padding: 0px 4px 5px 0px;
}

.story img{
	padding: 0px;
	/*border: 1px solid #999999;*/
	margin: 0 6px 2px 4px;
}

.quote{
	text-align:right;
	padding: 0 30px 10px 0;
	font-size: 65%;
	font-weight: bold;
}


.index{
	font-family:"Gill Sans MT", "Gill Sans", Verdana, Helvetica, sans-serif;
	font-size: 120%;
	color:#57500F;
	text-align:right;
	padding: 20px 20px 5px 0px;
}

.index p{
	padding: 0px 10px 3px 50px;
}

.index img{
	padding: 0px;
	/*border: 1px solid #999999;*/
	margin: 0 24px 2px 24px;
}
