* html #TopNav li { 
	width: 143px; 
}

* html ul#TopNav li.tnav_first, * html ul#TopNav li.tnav_first a { /* home page link  */
	width:54px;
}

* html #LCol{
	width: 46%;
}

* html #RCol {
	width: 51%;
}

* html fieldset{
background:url(/hr/images/fieldset_BG.jpg) repeat-x 0px 18px;
/*8px + fieldset padding (14px). http://archivist.incutio.com/viewlist/css-discuss/64555?highlight=fieldset+background*/
}

* html fieldset fieldset {
width:45%;
padding:10px 0px 10px 10px;
}

/**********************MAIN CONTENT STYLES***************************************************************/

* html #UpperContent h1{
	height:60px;
}

* html #UpperContent2 h1{ 
	font-size:20px;
}

* html #LowerContent h2{
	font-size: medium;
	height:1px;/*fix for bizarre "peekaboo" bug - could also use position:relative - needed because of position:relative on #LowerContent: http://positioniseverything.net/explorer/peekaboo.html */
}

* html #LowerContent h3{
font-size: x-small;
}

* html #LowerContent h4{
font-size: x-small;
}

*html .BlueTitle{
font-size:xx-small;
}

* html .question{
font-size: small;
}

