/***********************************************/
/* 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                             */
/***********************************************/ 


/* Header and Page Containers - organizers of content
---------------------------------------------------------------------------------------------------------------------------*/
/* outercontainer is used in place of the body to center the background image on the page, 
   then the #container is centered within this.  This method is used to avoid the 1 pixel alignment "jog"
   that is caused by the non-standard ways that browsers round the width while centering.
   Remove the 3 background-* styles if you are not using the background image. */


/*  adjust top/left depending on banner 
    change color as needed */
.headerSubTitle {
	color: #333333;
	text-align: left;
	left: 300px;
	width: 500px;
	height: 20px;
	padding: 0px;
}
.headerLogo {
  height: 90px;
  width: 192px;
}

