/*-----------------------------------------------------------------------------
Office of Communications Screen Stylesheet

version:   1.0
updated:   2008-02-26
author:    Eric Rasch
email:     Eric.Rasch@uth.tmc.edu
website:   http://med.uth.tmc.edu/comm/
location:  /Assets/css/subpage.css
-----------------------------------------------------------------------------*/


/* @group Container Groups */

	#headerArea {
		margin: 0; padding: 0;
		background: url(../images/BG_header-star-sub.jpg) no-repeat 219px 0;
		width: 100%;
		}

	#headerSubpage {
		margin: 0; padding: 0;
		background: #F4F4F4 url(../images/BG_header-sub.jpg) repeat-x 0 0;
		line-height: 120%;
		width: 100%;
		height: 150px;
		border: none;
		}

	#left #highlightText, #left #highlightSecondaryText {
		width: auto;
		}


/* @end */

