


/* Hides Non-content DIVs
******************************************************/
#headerSection .topMenu,
#headerSection .telstraConnected,
#headerSection .loginBox,
#bodySection #navigationBar,
#footerSection,
.returnPage,
.returnPageTop
{
	display: none;
}



/* Hides images
******************************************************/
img{
	display: none;
}




/* Visible DIVs
******************************************************/
.mobiliseTheTeam{
	border: 1px solid #CCCCCC;
	text-align: center;
}

#contentSection #centerPanel{

}




/* Header
******************************************************/

#contentSection #centerPanel h1{
	border-bottom: 1px solid #666666;
	margin-right: 20px;
}



/* Modules
******************************************************/

.findOut,
.moduleHome h3,
.moduleSecondary h3{ 
/* since this is not a nicely packaged module, we look after the margin in this header */
	margin-top: 50px;
	border-bottom: 1px solid #666666;
	margin-right: 20px;
}





/* Lists for #bodySection
******************************************************/


#contentSection ul {
	margin-left: 25px;
	margin-right: 20px;
}


#contentSection dl{
	margin-left: 20px;
}

#contentSection dl dd{
	list-style-type: decimal;
	margin-left: 20px;
}


#contentSection dl .tier_2{
	list-style-type: lower-alpha;
	margin-left: 30px;
}


#contentSection dl .tier_3{
	list-style-type: upper-roman;
	margin-left: 70px;
}


#contentSection dl dt{
	background-position:0px 5px;
	padding-left:18px;
	margin:.6em 2em .6em 0;
}

#contentSection dl .bluelist_2 li{
	background-position:0px 5px;
	padding-left:18px;
	margin:.6em 10px;
}






