/* all you need to know CSS */

	.allyouneed {
	width:750px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
	.allyouneed .allyouneedheader { width:730px; float:left;}
	.allyouneed .allyouneedheader .allyouneedlogo{ width:170px; float:left;}

	.allyouneed .allyouneednav{
	width:153px;
	float:left;
	padding-left: 13px;
}
	.allyouneed .allyouneednav ul { padding:0; margin:0;}
	.allyouneed .allyouneednav ul li{
	display:block;
	width:140px;
	list-style-type: none;
	padding:6px 0px;
}

	.allyouneed .allyouneednav ul li a { color:#666666; text-decoration:none;}
	.allyouneed .allyouneednav ul li a.selected { color:#000000; text-decoration:none;}

	.allyouneed .allyouneedcontent {
	width:570px;
	float:left;
}
	.allyouneed .allyouneedcontent a { color: #000000; }

	.allyouneed .allyouneedcontent ul li.heading { list-style-type: none; text-transform: uppercase; font-weight: 700; }

	.allyouneed h1 {
	font-size:16pt;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:5px;
	text-transform: uppercase;
	font-weight: normal;
}
	.allyouneed h2 {
	font-size:12pt;
	padding-top:0px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:5px;
}
	.allyouneed h3 {font-size:10pt;padding:0px; margin:10px 0px 0px 0px; text-transform:uppercase;}
	.allyouneed p{ margin:4px 0px;}






