/* CSS Document */


body 
{
	background-color: #FFF;
	font: 12px arial,helvetica,sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}

#readMe, #readMe h1, #readMe h2
{
	display: none;
	text-indent: -999999px;
}


#mainContainer
{
	position: absolute;
}

#mainNavigation, #mainNavigationWhite
{
	display: none;
}


#PDAnav
{
	display: none;
}

img
{
	border: none;
	padding: 3px 0px 5px 0px;
}

.printHide, #projectListNav, .screenHide, #inProgressNextBack, #infoList, #selectionListNav, #mainNavigationShort
{
	display: none;
}

.selectionBox
{
	padding: 5px 0px 5px 0px;
}

/***********************************************************************/
/* basic xhtml styling :)                                              */
/***********************************************************************/

p
{
	font-size: 11px;
	line-height: 12px;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

p a
{
	font-size: 11px;
	line-height: 12px;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

p a:hover
{
	font-size: 11px;
	line-height: 12px;
	color: #999;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

h1
{
	font-size: 11px;
	line-height: 12px;
	color: #666;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
