/**
 *  template3.css
 *
 *  Created for URI web template 3 (with three-column layout)
 *  Created by URI Web Team.
 *  Last revised on April 12, 2007
 *
 */

#middlePlusRightContainer {
	position: relative;
	width: 800px; /* adding 10px left margin, the total width is 618px */
	margin-left: 0px;
	float: right;
	display: block;
	/* background-color: #EFEFFB; Redefine this color for the third column */
	background-color: #FFF;
}

/**
 *   Content Area
 *       |
 *       |---Feature Area
 */

#middleContainer {
	position: relative;
	width: 420px;
	float: left;
	display: block;
}

#feature { /* Positions feature image */
	vertical-align: middle;
	z-index:100;
}
#feature_image {
	width: 958px;
	z-index:100;
}

/**
 *   Content Area
 *       |
 *       |---College Name Area
 */

#collegeName { /* Positions feature image */
	width: 400px;
	border-right: 1px solid #FFF;
}
#alumniHeadContainer {
	width: 150px;
	background-color: #FFF;
	z-index:500;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
	margin: 0 0 0 10px;
}
#alumniPageHeadContainer {
	width: 400px;
	background-color: #FFF;
	z-index:500;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
	margin: 10px 10px 0 0;
}

/**
 *   Content Area
 *		|
 * 		|---Body Area
 */
 
#sectionHeadContainer {
	width: 935px;
	background-color: #FFF;
	z-index:500;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
	margin: 5px 10px 0 10px;
	border-bottom-style: solid;
	}


#contentBodyContainer { /* Defines attributes for main content */
	width: 428px;
	background-color: #FFF;
	z-index:100;
}
#contentBodyContainerLeft {
	width: 160px;
	background-color: #FFF;
	z-index:100;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}



/**
 *   Content Area
 *		|
 * 		|---Third Column Area
 */
 
#rightContainer {
	position: relative;
	width: 170px; /*(768 minus 150 leftmenu minus 401 middlecontainer minus 20pxmargin minus 20pxpadding=197px)*/
	float: right;
	display: block;
}

#rightContainerContent {
	position: relative;
	margin: 5px 0px 5px 0px;
	padding-right: 10px;
	display: block;
	text-align: left;
	font-size: 95%;
}

