/**
 *  PTglobal_template.css
 *
 */

/**
 *   Basic attributes
 */
 
body{background-color: #FFFFFF;}

#top,
#top_breadcrumb,
#feature,
#content_leftNav 
{ display: none; }


#text_logo {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align: right;
	border-bottom: 1px solid #999999;
	visibility: visible;
	display: block;
}

#collegeName{
	font: bold 1.5em Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	border: 0px solid #CCC;
	visibility: visible;
	color: #000099;
	text-align: left;
}



h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }
h1 { font-size: 150%; color: #000099; }
h2 { font-size: 140%; color: #FF9933; }
h3 { font-size: 130%; color: #000099; }
h4, h5, h6{ font-size: 120%; color: #000000; }


#middleContainer *, #middlePlusRightContainer * {
	width: auto;
	float: none;
}

#footer {
	display: none;
}