@charset "utf-8";
#BodySet {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 955px;
	background-color: #66A0AB;
	clear: both;
	float: none;
}
#container  {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eaeaea;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#PageContents {
	width: 955px;
	clear: both;
	font-size: 12px;
	background-color: #eaeaea;
}
h1         {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	height: 12pt;
	padding: 0px;
}
h2      {
	color: #0000FF;
}

h3     {
	color: #0000FF;
}
h4     {
	color: #0000FF;
}

h5     {
	font-size: 12px;
	font-weight: bold;
}

h6     {
	margin-left: 40px;
	font-size: 12px;
	font-weight: normal;
}



li       {
	font-size: 12px;
	font-weight: normal;
	
}


#PageContents  a:link {
	color: #0000CC;
	text-decoration: underline;
}
#PageContents a:visited {
	color: #6600CC;
	text-decoration: underline;
}
#PageContents a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#PageContents  a:active   {
	color: #CC6600;
	text-decoration: underline;
}
#PageContents a:focus {
	color: #CC6600;
	text-decoration: underline;
}
#header  {
	background-image: url(/Pics/HeaderBackgroundblue.gif);
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0;
	clear: both;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	width: 955px;
	background-repeat: no-repeat;
	background-color: #66A0AB;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 955px;
	color: #0000CC;
	text-align: center;
	font-size: 52px;
	line-height: 100px;
	vertical-align: middle;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopFullWidth  {
	position:relative;
	margin: 0px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 840px;
	clear: both;
	background-color: #eaeaea;
}
#LeftColumn    {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 170px;
	background-color: #eaeaea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#RightColumn    {
	float: right;
	background-color: #eaeaea;
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#RightColumn p {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
#MidColumn   {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#BottomFullWidth   {
	float: none; /* padding keeps the content of the div away from the edges */
	background-color: #99EEFF;
	margin: 0px;
	clear: both;
	width: 935px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer  {
	width: 955px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000058;
	text-align: center;
	vertical-align: middle;
	clear: both;
	color: #eaeaea;
}
#footer p {
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.AlumniTable {
	position:relative;
	left:-95px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}
.AlumniTable td {
	font-size: 12px;
	text-indent: 20px;
}
.AlumniTable .FirstRow {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-indent: 0px;
	margin-top: 20px;
}
.AlumniTable .LastRow {
	font-size: 9px;
	font-weight: normal;
	text-indent: 40px;
}



.ProfileTable {
	position:relative;
	left:-85px;
	font-size: 12px;
	border: thick outset #0000FF;
	width: 910px;
	table-layout: fixed;
}
.ProfileTable ul {
	list-style-type: none;
}
.ProfileTable li {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}


.ProfileTable  td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-top-color: #0000FF;
}

.ProfileTable tr.TopRow {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: double;
	border-bottom-width: medium;
	border-bottom-color: #0000FF;
	vertical-align: middle;
	line-height: 30px;
}
.SpeakerTable {
	position:relative;
	left:-90px;
	border-collapse: collapse;
	table-layout: fixed;
	border: medium outset #0000CC;
	width: 925px;
}
.SpeakerTable td {
	border: thin solid #666666;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 10px;
	font-style: normal;
	text-align: left;
}
.SpeakerTable .FirstRow {
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #0000CC;
	font-weight: bold;
	color: #0000CC;
}
.Wrapper {
	width: 955px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #99EEFF;
	text-align: center;
	vertical-align: middle;
	clear: both;
	color: #0000FF;
	line-height: 20px;
}
.ProfileIndex {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
}
.ProfileIndex   td {
	list-style-image: none;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 10px;
	font-size: 12px;
}
.ProfileIndex   a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.AlumniIndex {
	position:relative;
	left:-100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
}
.AlumniIndex    td {
	list-style-image: none;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.AlumniIndex    a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.DocList   {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
.DocList td {
	font-size: 14px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
}
