/* CSS Document */

div#WWD_head {
width:400px;
height:90;
margin-left:20px;
background-image:url(images/head_whatWeDo.gif);
background-repeat:no-repeat;
}
	div#WWD_head p.WWD_head {
	display:none;
	}

div#mainContentWWD {
margin-left:20px;
height:100%;
}

p#PIE {
margin-bottom:10px;
margin-top:10px;
}

.cnt {
width: 300px;
margin-top:15px;
margin-left:-5px;
background-color:#DFDFDF;
padding:15px;
}
	
div#leftcolumn {
width:400px;
float:left;
}

table#wwd_table{
background-color:#99CC00;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin-top:15px;
background-position:left;
}
	table#wwd_table tr.header{
	height:50px;
	background-color:#F0F0F0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	font-weight:bold;
	}
	table#wwd_table tr.row1{
	background-color:#CEE7FF;
	height:60px;
	text-align:center;
	}
	table#wwd_table tr.row2{
	background-color:#AAD5FF;
	height:60px;
	text-align:center;
	}

div#rightcol_WWD {
width:350px;
float:left;
margin-left:50px;
}

ul#bullets {
	list-style-type: disc;
	list-style-position:outside;
	margin-left:20px;
	text-align:left;
	line-height:17px;
}

	ul#bullets li {
	margin-bottom:12px;
	text-indent:-2px;
	}
	
div#download {
height:30px;
width: 170px;
float:left;
margin-top:20px;
}
	div#download div#pdf {
	background-image:url(images/pdf_logo.jpg);
	float:left;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	margin-right:5px;
	}
	div#download a.one {
	text-decoration:none;
	color:#333333;
	text-align: center;
	vertical-align: middle;
	}
		div#download a.one:hover {
		text-decoration:underline;
		color:#0099FF;
		}

