/* CSS */

/* IE 6 */
/*** Make IE 6 render the left column properly ***/
* html #bodyCol {
	margin-left: 102px;
}
/*** Make IE 6 render the tab spacing properly ***/
* html #bodyCol #navMenu li {
	margin-right: 4px;
}
/*** IE peekaboo bug appearing in menu ***/
* html #bodyCol {
	height: 1%;
}
/*** peekaboo bug fix for tabs ***/
* html #bodyCol #itsLayout {
	height: 1%;
}

/* Firefox 1 */
/*** Change padding on first paragraph in multiple columns so that text doesn't get all mis-aligned ***/
.twoColEven #Alpha > p:first-child {
	margin-top: 0px;
}
.twoColEven #Beta > p:first-child {
	margin-top: 0px;
}
.oneCol > h2:first-child, .twoColEven > h2:first-child {
	margin-top: 0px;
}
