/***************************************************************************************
*			style2.css
*			A supplemental stylesheet to (style.css) provided with the template
*			By Thomas Alley		tmalley (at) PSTCC.edu
****************************************************************************************/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	margin:2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.Centered{
	text-align:center;
}
.RightLined{
	text-align:right;
	border-color:#000000;
	border-width:1px 0 0 0;
	border-style:solid;
}
.LeftLined{
	text-align:left;
	border-color:#000000;
	border-width:1px 0 0 0;
	border-style:solid;
}

table .Centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.Outlined{
	border-width:1px;
	border-color:black;
	border-style:solid;
}

.LFloatContainer{
	float:left;
	width:275px;
}

.RFloatContainer{
	float:right;
	width:275px;
}


/* Custom Table Formatting */
.StaffTable{
	text-align:center;
}

img .StaffTable{
	display:block;
	text-align:center;
}

/* 
*	Rollover Menu section
*	Variation on a common Standards-compliant image "rollover" scheme. Present the image as the background image for an anchor,
*	Then shift the background to reveal a different part of the background image. Exactly duplicates the Javascript implementation
*/

.Highlight{
	background-color:yellow;
}

a.rollover {
	display: block;
	width: 250px;
	height: 30px;
	text-decoration: none;
}

a:hover.rollover {
	background-position: -250px 0;
}

/* Images for the individual anchors */
#navProspectiveStudents{
	background-image:url(images/navProspectiveStudents.png);
}
#navCurrentStudents{
	background-image:url(images/navCurrentStudents.png);
}
#navFacStaff{
	background-image:url(images/navFacStaff.png);
}
#navAlumni{
	background-image:url(images/navAlumni.png);
}
#navSupport{
	background-image:url(images/navSupport.png);
}
#navFoundationStaff{
	background-image:url(images/navFoundationStaff.png);
}
#navAlumniStaff{
	background-image:url(images/navAlumniStaff.png);
}
#navFoundationHome{
	background-image:url(images/navFoundationHome.png);
}
#navAlumniHome{
	background-image:url(images/navAlumniHome.png);
}
#navScholarships{
	background-image:url(images/navScholarships.png);
}
