body	{
	margin:0px;
	padding:0px;
	min-width: 760px;
	color:#000;
	background-color: #333333;
	font-size: 65%;
}
		
#wrapper	{
	background-color:#fff;
	margin:0px 0px;
	width:760px;
	border-bottom: 1px solid #A5A5A5;
}

a:hover {color:#6c1620;}


.photoreg  {width:100px;
float: right;
margin: 0px 5px 5px 18px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#003366;
	line-height:12px;

}

.photoregBIG  {width:220px;
float: right;
margin: 0px 5px 5px 18px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#003366;
	line-height:12px;

}

.programback {background-image: url("../images/programbacker.gif");

}

.imgcap {float:right;
padding:0px 0px 4px 0px;
}


pre {font-size:12px;}


.programpad {padding:10px 0px 0px 10px;}
.programpad2 {padding:0px 0px 0px 35px;}

.padmaster {padding: 0px 15px 15px 15px;}
.padmaster2 {padding: 0px 15px 0px 15px;}
.padmaster3 {padding: 10px 25px 0px 25px;}





.darkredtext {color:#6c1620;}

.tablewhitebar {
border-top: 6px solid #ffffff;
}
	
.rssincl-itemtitle	{margin:0px;
padding:0px 10px 8px 10px;}

.rssincl-itemtitle a	{text-decoration:none;
font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0000cc;
	font-size: 11px;
	font-weight: normal;}
	
	.rssincl-itemtitle a:hover	{color:#6c1620;
	text-decoration:underline;
}

	
				
img	{
	border: 0px;
}

#skipnavigation {
	position: absolute;
	left: -1000em;
	width: 20em;
}


p {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal; }
	
.ptopper {margin: 15px 0px 0px 0px; }
.ptopper2 {margin: 0px 0px 0px 0px; }
.ptopper3 {margin: 8px 0px 0px 0px; }
.ptopper4 {margin: 9px 0px 0px 0px; }



.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal; }
	
	.tdpad { 
	padding-bottom: 5px;}
	
	.tdpadleft { 
	margin-left: 15px;}

	
	
	.bodyleft { font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	margin-top:15px;
	margin-left: 14px; }

/************************
* Start code for header *
************************/
#header	{
	display: block;
	width: 760px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	overflow:hidden; /* makes IE work */
}
				
#header	h1, h2	{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.alumni-header	{
	position:absolute;
	top: 0px;
	left: 205px;
}
/******************
* End header code *
******************/

/********************************************
* Start code for large graphic and gray nav *
********************************************/
#upper-bar {
	background-color: #FFF;
	width: 760px;
	margin: 3px 0px 7px 0px;
	padding: 0px;
	overflow: hidden;
}

#large-graphic-box {
	position: relative;
	float: left;
	margin-right: 8px;
	width: 580px;
	height: 223px;
	overflow: hidden;
}

#gray-nav-box {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 172px;
	height: 223px;
	float: right;
	overflow: hidden;
}
/********************************************
* End code for large graphic and gray nav *
********************************************/

/*************************************
* Start code for image rollover menu *
*************************************/
ul.image-switch, ul.image-switch li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  height: 50px;
}

ul.image-switch li.blank {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
	width: 172px;
	height: 23px;
	margin-top: 0px;
}

ul.image-switch li a {
  text-align: center;
  width: 172px;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  display: block;
}

ul#nav li a {
  position: relative;
  /* hide from IE5/Mac \*/
	overflow: hidden;
  /* end hide */
}

ul#nav li a span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 172px;
  height: 50px;
  cursor: pointer;
}

/* for IE5/Mac only
the negative top margin needs to be the same absolute value as the height of the
<a> and <span> elements. \*//*/
ul#nav li a span {
  position: static;
  margin-top: -38px;
}
/* end for IE5/Mac only */

/* the second number should be the negative height of the link. */
ul#nav li a:hover span, ul#nav li a span:hover {
	background-position: -172px 0px;
	
}

ul.image-switch li.students a, ul#nav li.students a span {
	background-image: url("../images/navigation/navi_students_both.gif");
}

ul.image-switch li.scholars a, ul#nav li.scholars a span {
	background-image: url("../images/navigation/navi_scholars_both.gif");
}

ul.image-switch li.parents a, ul#nav li.parents a span {
	background-image: url("../images/navigation/navi_parents_both.gif");
}

ul.image-switch li.alumni a, ul#nav li.alumni a span {
  background-image: url("../images/navigation/navi_alumni_both.gif");
}

/***********************************
* End code for image rollover menu *
***********************************/

#main {
	margin-top: 5px;
	width: 760px;
	background-image: url("../images/white-bg.gif");
	background-position: top right;
	background-repeat: repeat-y;
}

/*******************************
* Start code for right sidebar *
*******************************/
#right-sidebar {
  float: right;
  width: 174px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
  border: 0;
	background-color: #FFF;
}


#news-wrapper {
	margin: 7px;
	padding: 25px 0px 0px 0px;
}

#right-sidebar h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E72A0;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

#right-sidebar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 11px 0px;
}


#right-sidebar h3 {
	font-family: Georgia;
	font-size: 11px;
	color: #888888;
	margin: 0px;
}

#right-sidebar a:link, #right-sidebar a:visited {
	color: #000000;
	text-decoration: none;
}

#right-sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}

#right-sidebar hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;	
}

#right-sidebar p {
	margin: 0px;
}
/*****************************
* End code for right sidebar *
*****************************/

/*******************************
* Start code for profile box in center column *
*******************************/

.profilebox {
	float:left;
	width:537px;
	background: #F0EEEB;
	display: block;
	margin-top: 5px;
}

.profilebox h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	line-height: 155%;
	margin: 5px;
}

.profilebox p {
	width: 470px;
	float: top-left;
	margin: 0px;
	padding-top: 8px;
	}

.profilebox img{ 
	float: left;
	margin: 0px;
	border: 0px;
    padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 3px;
	width:60px;
	height:60px;
}

/*******************************
* End code for profile box in center column *
*******************************/

/*******************************
* Start code for interior right sidebar *
*******************************/
#three-column #right-sidebar {
  float: right;
  width: 172px;
  border: 0;
	background: url('../images/gradient.jpg') repeat-x bottom;
	background-color: #F4E2B9;
	padding-bottom: 50px; /* this value must be large to compensate for the gradient background image */
}

#three-column #right-sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin: 12px 0px;
}

#three-column #right-sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	margin: 12px 0px;
}

#three-column #right-sidebar img {
	margin: 0px;
	padding: 0px;
}

.rightbarAP {
	background-color:#f2f2f2;
	padding:4px 12px 12px 12px;
}
		
.sidebar-text-wrapper {
	padding: 0px 12px;
}
/*****************************
* End code for interior right sidebar *
*****************************/

/**********************************
* Begin code for bar on left side *
**********************************/
#left-sidebar {
  float: left;
  width: 205px;
  border: 0;
  background-color: #FFFFFF;
}

#topleft	{
	margin-bottom: 5px;
	width: 205px;
}

#navigation	{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 205px;
	background-color: #FFFFFF;
}
					
#navigation ul#leftnav	{
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	line-height: 120%;
	list-style:none;
}
						
#navigation ul#leftnav li {
	display:block;
	margin:0;
	voice-family: "\"}\"";
	voice-family:inherit;
	
}
						
#navigation ul#leftnav li a {
	background: url("../images/css-dotted.gif") repeat-x bottom;
	background-color:#0052ad;
	display: block;
	padding: 11px 5px 11px 14px;
	width: 186px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #FFFFFF;
}

#navigation ul#leftnav li a.selected-nosubnav {
	background: url("../images/css-dotted.gif") repeat-x bottom;
	background-color:#6c1620;
	display: block;
	padding: 11px 5px 11px 14px;
	width: 186px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #FFFFFF;
}
		
#navigation ul#leftnav li a:link, #navigation ul#leftnav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul#leftnav li a:hover {
	background-color: #6c1620;
	text-decoration: none;
}

#navigation ul#leftnav li.selected {
	display: block;
 	margin: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color:#bac2d5;
}

#navigation ul#leftnav li.selected a.main-selected:link, #navigation ul#leftnav li.selected a.main-selected:visited, #navigation ul#leftnav li.selected a.main-selected:hover {
	background-color:#bac2d5;
	background: none;
	display: block;
 	padding: 11px 5px 0px 14px;
	margin: 0;
	width: 186px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #2E72A0;
}



/* This piece code is for the subnavigation in the left navbar */
#navigation ul#leftnav li.selected ul#left-subnav	{
	background-color: #bac2d5;
	margin: 0;
	padding: 0px 0px 11px 0px;
	list-style:none;
}
		
#navigation ul#leftnav li.selected ul#left-subnav li a {
	background: none;
	display: block;
  padding: 6px 5px 0px 28px; /* width + padding-right + padding-left must equal 205px */
	margin: 0;
	width: 166px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
		
#navigation ul#leftnav li.selected ul#left-subnav li a.subnav-inactive:link, #navigation ul#leftnav li.selected ul#left-subnav li a.subnav-inactive:visited {
	color: #000000;
	text-decoration: none;
}

#navigation ul#leftnav li.selected ul#left-subnav li a.subnav-inactive:hover {
	background-color: #bac2d5;
	color: #000000;
	text-decoration: underline;
}

#navigation ul#leftnav li.selected ul#left-subnav li a.subnav-selected:link, #navigation ul#leftnav li.selected ul#left-subnav li a.subnav-selected:visited, #navigation ul#leftnav li.selected ul#left-subnav li a.subnav-selected:hover {
	background-color: #bac2d5;
	color: #6c1620;
	text-decoration: none;
}


/********************************
* End code for bar on left side *
********************************/

/*******************************
* Start code for interior-center column *
*******************************/
#three-column #middle-wrapper {
	margin-top: 5px;
	width: 760px;
	background-image: url('../images/white-bg.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

#three-column #text {
	border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  margin: 0px 173px 0px 206px;
  padding: 0px 17px;
}

#three-column #text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

#three-column #text h3 {
	font-family: Georgia;
	font-size: 18px;
	color: #0052ad;
	text-decoration: none;
}

#three-column #text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

/*******************************
* Start code for center column on home page *
*******************************/
#center-column {
  background-color: #FFFFFF;
  margin: 0px 175px 0px 206px;
	padding: 5px 0px 0px 0px;

}

#center-wrapper {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	position: relative;
}

#center-column h5 {
	margin: 0px;
	color: #0052ad;
	font-family: Georgia;
	font-size: 15px;
}

#center-column p {
	margin: 0px;
	padding: 0px 8px 4px 8px;
	font-family: Georgia;
	font-size: 12px;
	display: inline-block;
}

#center-column p.intro-text {
	line-height: 150%;
}

#center-column a:link,
#center-column a:visited,
#center-column a:link,
#center-column a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0052ad;
	text-decoration: underline;
	font-weight: bold;
}

#center-column a:hover,
#center-column a:hover {
	color: #000000;
	text-decoration: underline;
}


.featured-header {
	margin: 10px 0px 3px 0px;
	padding: 0px;
	float: left; /* float the image to the left so it lines up with the elements below it */
}


.light-box {
	width: 361px; 
	/* sum of the width and left and right padding of light-box should equal the width of the Events image;  + 3 + 3 = 367 */
	clear: none;
	display: block;
	background-color: #F0F0F0;
	margin: 0px 0px 3px 0px;
	padding: 3px;
	float: left; 
	/* add a float declaration to make the clearing div functional. Since this element is contained by the larger #center-wrapper div, it will not float to the left edge of the browser window. */
}

.dark-box {
	width: 361px; 
	/* sum of the width and left and right padding of dark-box should equal the width of the Events image; 357 + 3 + 3 = 367 */
	clear: none;
	display: block;
	background-color: #E5E5E5;
	margin: 0px 0px 3px 0px;
	padding: 3px;
	float: left; 
	/* add a float declaration to make the clearing div functional. Since this element is contained by the larger #center-wrapper div, it will not float to the left edge of the browser window. */
}

.thumbnail {
	display: inline; 
	width: 102px;
	float: left;
}

.summary {
	display: inline;
	width: 250px;
	float: right;
}

#center-column #center-wrapper div.light-box div.thumbnail img,
#center-column #center-wrapper div.dark-box div.thumbnail img {
	margin: 0px;
	padding: 0px;
}

#center-column #center-wrapper div.light-box div.summary h4,
#center-column #center-wrapper div.dark-box div.summary h4 {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#center-column #center-wrapper div.light-box div.summary p.teaser,
#center-column #center-wrapper div.dark-box div.summary p.teaser {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#center-column #center-wrapper div.light-box div.summary h4 a:link,
#center-column #center-wrapper div.light-box div.summary h4 a:visited,
#center-column #center-wrapper div.dark-box div.summary h4 a:link,
#center-column #center-wrapper div.dark-box div.summary h4 a:visited {
	color: #CC0000;
	text-decoration: none;
}

#center-column #center-wrapper div.light-box div.summary h4 a:hover,
#center-column #center-wrapper div.dark-box div.summary h4 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#center-column #center-wrapper div.light-box div.summary p a:link,
#center-column #center-wrapper div.light-box div.summary p a:visited,
#center-column #center-wrapper div.dark-box div.summary p a:link,
#center-column #center-wrapper div.dark-box div.summary p a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#center-column #center-wrapper div.light-box div.summary p a:hover,
#center-column #center-wrapper div.dark-box div.summary p a:hover {
	color: #000000;
	text-decoration: underline;
}


#center-column #center-wrapper div.light-box div.clear {
	clear:both;
}

/*****************************
* End code for center column *
*****************************/

/*
Start code for main body on two-column layout
*/

#two-column #middle-wrapper {
	position: relative;
	margin-top: 5px;
}

#two-column #main-wrapper {
  margin: 0px 0px 0px 205px; /*display: inline-block;*/
}

#two-column #main {
  background-color: white;
  padding: 0px;
	width: 550px;
}

#two-column #text	{
	border: 1px solid #FFFFFF;
	padding: 0px 17px;
	margin: 0px;
	width: 514px;
	
}

#two-column #text h3 {
	font-family: Georgia;
	font-size: 18px;
	color: #0052ad;
	text-decoration: none;
	padding: 18px 0px 0px 0px;
	margin: 0px;
}

#two-column #text p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
}

#two-column #text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}


/***********************************************************
* Start code for links in the top right corner of the page *
***********************************************************/
#toplinks {
	width:740px;
	text-align: right;
	top: -4px; 
	position: absolute; 
	padding:0px;
}

.toplinks-inside {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top:0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
}

.toplinks-inside-right {
	padding-top:0px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.toplinks-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 215%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a:link.toplinks-link {
	text-decoration:none;
	color:#FFFFFF;
	outline: none;
	font-weight:normal;
	font-size: 10px;
}

a:visited.toplinks-link {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal; 
	font-size: 10px;
}

a:hover.toplinks-link {
	text-decoration:underline;
	color:#FFFFFF;
}

a:active.toplinks-link {
	text-decoration:underline;
	color:#FFFFFF;
}


.blueheader1 {	text-decoration:none;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

a:link.blueheader1 {
	text-decoration:none;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

a:visited.blueheader1 {
text-decoration:none;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

a:hover.blueheader1 {
	text-decoration:underline;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

a:active.blueheader1 {
	color:#000000;
}







.blueheader2 {	text-decoration:none;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

a:link.blueheader2 {
	text-decoration:none;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

a:visited.blueheader2 {
text-decoration:none;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

a:hover.blueheader2 {
	text-decoration:underline;
color: #0052ad;
font-family:Times, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

a:active.blueheader2 {
	color:#000000;
}






.blackheader1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a:link.blackheader1 {
	text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a:visited.blackheader1 {
	text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a:hover.blackheader1 {
	text-decoration:underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a:active.blackheader1 {
	color:#0052ad;
}

/*********************************************************
* End code for links in the top right corner of the page *
*********************************************************/

#clearone	{
	font-size: 1px;
	clear: both;
	height: 1px;
}

/*****************************************************************************************
* Start code for bottom NU Home, Find Employees, Find Offices, Search and Site Map links *
*****************************************************************************************/
#bottom-admin-links	{
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#bottom-admin-links p {
	 margin: 0px;
	 padding: 0px;
}

#bottom-admin-links a:link, #bottom-admin-links a:visited {
	color: #666666;
	text-decoration: none;
}

#bottom-admin-links a:hover {
	color: #999999;
	text-decoration: underline;
}
/*************************
* End bottom admin links *
*************************/

/************************
* Start code for footer *
************************/
#footer	{
	clear:both;
	width: 760px;
	text-align: center;
	margin-top: 3px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px;
	margin-bottom: 25px;
}
				
#footer li	{
	display: inline;
}
	
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
	
#footer p	{
	padding:5px;
	margin:0;
}

#navigation ul#leftnav li.selected a.main-selected2:link, li.selected a.main-selected2:visited {
		background: url("../images/css-dotted.gif") repeat-x bottom;
	background-color:#bac2d5;
	display: block;
 	padding: 11px 5px 11px 14px;
	margin: 0;
	width: 186px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #2E72A0;
}

/************************
* End code for footer *
************************/

<!--[if IE]><style type="text/css">
ul#nav li a span {
  cursor: hand; /* for IE5.x/Win */
}
<![endif]-->

