#skiptolinks a {
	width: 0;
	position: absolute;
	overflow: hidden;
	height: 0;
	top: -9999;
}
#skiptolinks a:active, #skiptolinks a:focus {
	width: auto;
	padding: 3px 5px 5px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	overflow: visible;
	height: auto;
	top: 3px;
	right: 3px;
	z-index: 5;
}
#skipsectionlinks a {
	width: 0;
	position: absolute;
	overflow: hidden;
	height: 0;
	top: -9999;
}
#skipsectionlinks a:active, #skipsectionlinks a:focus {
	width: auto;
	padding: 3px 5px 5px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	overflow: visible;
	height: auto;
	top: 3px;
	right: 3px;
	z-index: 5;
}


/* PAGE MAIN COMPONENTS
*/
#entire_page {
    background:#ffffff;
	width:1000px;
}
#top_tulogo {
    background:url("http://www.towson.edu/main/images/2ndhead/top-logo.gif") no-repeat left top;
	width: 196px;
	height: 139px;
	float:left;
}
#top_home_tulogo {
    background:url("http://www.towson.edu/main/images/2ndhead/top-logo.gif") no-repeat left top;
	width: 196px;
	height: 83px;
	float:left;
}
#top_home_tulogotwo {
    background:url("http://www.towson.edu/main/images/2ndhead/top-logo.gif") no-repeat left top;
	width: 196px;
	height: 83px;
	float:left;
}
#home_top_wrap {
	width: 1000px;
	height: 83px;
}
#home_table {
	width: 1000px;
	align: left;
}
#home_tabletwo {
	width: 1000px;
	align: left;
	
}
#top_yellowzone {
  	background:#ffcc00;
	width: 804px;
	height: 83px;
	top: 0px;
	left: 0px;
}
#top_rightwrap {
	float:right;
	width: 804px;
}
#top_home_rightwrap {
	float:right;
	height: 83px;
	width: 804px;
}
#middle_rightwrap {
	float:right;
	width: 804px;
}
#middle_dottedspotlightwrap {
	width:246px;
	float:right;
}
#middle_leftlinks {
	width:196px;
	background: #cccccc;
	float:left;
}

/* HEADER MAIN COMPONENT - TITLE BAR - EXAMPLE: ABOUT TU
*/

#top_abouttubanner {
    background:url("http://www.towson.edu/main/images/aboutheadingbar.jpg") no-repeat left top;
	width: 804px;
	height: 56px;
}

/* HEADER YELLOW AREA COMPONENTS
*/

#top_yellowzone img {
	margin-top: 0px;
}

#top_bottomlinks {
    position: relative;
	font-family: 'trebuchet ms', verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-stretch: condensed;
	font-weight: bold;
	text-align: right;
	width: 804px;
	height: 20px;
}
#top_bottomlinks a {
    color: #333;
	text-decoration: none;
	padding-right: 18px;
}
#top_bottomlinks a:hover {
    color: #333;
	text-decoration: underline;
}
#top_bottomlinks a:visited {
    color: #333;
}
#top_toplinks {
    position: relative;
	width: 804px;
	height: 56px;
	top: 0px;
	left: 0px;
	padding-top: 3px;
}
#top_thelinks {
    width: 520px;
	height: 36px;
	float:left;
	text-align:right;
	padding-top: 3px;
	font-size: 12px;
	font-family: arial,san-serif;
	font-stretch: condensed;
	font-weight: bold;
}
#top_thelinks a {
    color: #333;
	text-decoration: none;
	border-right: 1px dotted #333333;
	padding-left: 5px;
	padding-right: 5px;
}
#top_thelinks a:hover {
    color: #333;
	text-decoration: underline;
}
#top_thelinks a:visited {
    color: #333;
}
  
#top_thesearch {
  	width: 270px;
	height: 56px;
  	position:relative;
    float:right;
	text-align:right;
	padding-right:7px;
 	font-size: 12px;
	font-family: arial,san-serif;
	font-stretch: condensed;
	font-weight: bold;
}
#top_thesearch a {
    color: #333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 3px;
}
#top_thesearch a:hover {
    color: #333;
	text-decoration: underline;
}
#top_thesearch a:visited {
    color: #333;
}
/* GRAY LINKS AREA
*/



/* MIDDLE CONTENT AREA
*/
#middle_contentarea {
	width:556px;
	background: #eeeeee;
	float:left;
}


/* DOTTED LINE AND RIGHT SPOTLIGHT AREA
*/

#middle_dottedline {
	margin-top:42px;
	width:33px;
	height:320px;
	background:#ffffff;
	float:left;
	border-right: 1px dotted #333333;
}
#middle_spotlightarea {
	width:185px;
	background:#ffffff;
	float:right;
	margin-top:32px;
	padding-left:25px;
}
#right_spotlight {
	width:161px;
	margin-bottom:15px;
}
#right_spothead {
	width:161px;
}
#right_spottext {
	width:151px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#ffcc00;
	padding:5px;
}
#right_announcement {
	width:161px;
	background:#e0e0e0;
}
#right_announcehead {
	width:161px;
}
#right_announcetext {
	width:152px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#e0e0e0;
	padding:7px;
}

