/***********************************************/
/* Default.css                                 */
/* Set as the StyleSheetTheme in web.config.   */
/* Loaded for all clients and overridden by    */
/* SuperClient specific CSS in their Theme.    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*margins set to 0 in order to eliminate default margins in IE, Firefox, Mozilla and Netscape*/
/*padding set to "0" in order to eliminate default padding in Opera*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#ctl00_HeaderTitleLabel{
left: 300px;
}

#ctl00_HeaderSubTitleLabel{
left: 300px;
}
#ctl00_NeedAssistanceLabel{
	font-size: 0.8em;
	text-align: right;
	float: left;
	padding-top: 85px;
	padding-left: 100px;
	text-decoration: none;
}

.headerLogo {
	left: 1px;
	top: 1px;
	height: 90px; 
}
