body {
	background:url(../images/banner1.gif) repeat-x 100% 0;
	text-align: center /*pre IE 6 requirement */
	}

html {
	color: #000;
	text-align: left;
	min-height: 101%; 
	margin-bottom: 1px;	
	}
	
#content {
	width: 950px;
	position:relative;
	border: 8px solid #ffffff; 
	background-color: #fffffc;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	top: 50px;
	box-shadow: 0px 0px 5px #000; /* works with IE6-8 because of script ie-css3.htc (see folder) but only with color #000 */
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	behavior: url(ie-css3.htc);
	}

#mcgill {
	position:relative;
	left: 13px;
	top:-73px; /* position banner above the content section */
	height: 94px;
	width: 132px;
	z-index:1;
	}

#langlink {
	position: relative;
	float: right;
	top:-120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:5px;
	align: center;
	}

#langlink a{
	color:#FFF;
	text-decoration:none;
	}

#langlink a:hover{
	text-decoration:underline;
	}

/* The following is not used on the index page */
#textshift {
	position:absolute;
	top: 570px;
	width:600px;
	}

#wrap {
	width: 770px;
	background-color: white;
	margin: auto auto auto -120px;
	float: right;
}
#header {
	position:absolute;
	top: 0px;	/* adjusts header for banner */
	}	

#main {
	margin: 20px 0 40px 0;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-left: 2px solid;
	border-color: #999999;
	font-weight: normal;
	background-color: #fffffc;
	font-size: 15px;
	min-height:400px;
	}
#main h2, #main h3, #main p {
    padding:10px;
	margin:0;
	line-height: 1.5em;
}

#main ul {
    padding:10px;
	margin:0;
	line-height: 1.5em;
	margin-left:1.5cm;
}


#main a img{
	text-decoration: none;
}
#main a{
	color: #333366;
	text-decoration: underline;
}

#main a:hover{
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF}

.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;	
}

#footer {
	background: #999999;
	clear: both;
	background-color: #333333;
	color: #B3B3B3;	 
	vertical-align: top;
	padding: 7px;
}

#footer p {
    padding:5px;
    margin:0;
    }

#footer td {
	padding:2px; 
    }
	
#footer td a {
	color: #CCCCCC;	  
	text-decoration: none;  
    }

#footer td a:hover {
	color:#FFFFFF;
	text-decoration: underline;
    }

/*? check*/
#sidebar {
	background-color: #ffffff;
	width: 165px;
	margin-bottom: 5px;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
/*	background-image:url(../images/monument_small.jpg);
	background-repeat: no-repeat; 
	padding-top: 150px; */
	padding-left:0px;
	height:auto;
	font-size: 75%;
	text-align: left;
	list-style-type: disc;
}
#sidebar h4{
/*	background-color: #FFCC99;
	background-image:url(../images/side_item.gif); */
	text-align: left;
	padding: 20px 4px 0px 0px;
	font-size: 12px;
	color: #000000; /* black*/
	width: 150px;
}
#sidebar a{
	color: #000080; /* blue*/
	text-decoration: none;
}
#sidebar a:hover{
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF
}

#sidebar ul{
	list-style-type: none;
	padding:inherit;
}

#sidebar li{
	color: #000080;
	padding:12px 0px 0px 0px;
}

#current {
	color: #C0C0C0;
	}

#menu {
	position: relative;
	top: 29px;
	left: 0;
	padding: 0px;
	margin: 0px auto auto auto;
	height: 26px;
	border: 0px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu ul li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;		
	}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 3px;
	border: 1px solid #CCC;
	background-image:url(../images/button.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.5em;
	}
#menu ul li a.menuactive{
	background-image:url(../images/button_active.gif);
	color: #000000;  /* McGill red #ee3128*/
}

/*#menu ul li a:hover {
	color: #333333;
	background-image:url(../images/button_active.gif);
} */

/* Classes*/

/* border of the personal files image*/
.border {
	border: 4px solid #CCCCCC;
	text-align: center;
	background-color:#999999;
	}
.hidden {
	display: none;
}

p.textcent {
	font-family: Helvetica;
	line-height: 1.3em;
	text-align: center;
	border: 2px double #CCCCCC;
	background-color:#CCCCCC;
	font-size: 80%;
	color:#330066; 
}
.textblue {
	font-family: Helvetica;
	text-align: center;
	padding: 4px;
	background-color:#CCCCCC;
	font-size: 80%;
	color:#330066; 
	margin: 0px 50px 0px 50px;
}
.textblock {
	font-family: Helvetica;
	line-height: 1.3em;
	background-color:#CCCCCC;
	font-size: 80%;
	color:#330066;
	text-align: left;
	margin: 5px 5px 5px 5px;
	float: right;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 10px 0 5px 10px;
}
.dropcap {
  float: left;
  font: normal 50pt/0.8em Geneva, Arial, Helvetica, sans-serif;
  color: #ee3128;
  margin-right: 3px;
  padding-right: 8px;
  padding-top: 5px;
}
#thumbs {
	width: 100%;
}
#thumbs td {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
#thumbs a img {
 	border:2px solid #996666;
}
.copyright {
	font-family: Helvetica;
	line-height: 1.7em;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	margin:10px 0 30px 0;
}
.textsmall {
	text-align:left;
	font-size: 70%;
	font-weight: normal;	
}
.title {
	padding-right: 100px;
	border-bottom-color: #999999;
	border-bottom-style: groove;
}
/*?check*/
.movie {
	text-align:center;
	border:2px solid #999999;
	margin: 5px 5px 10px 10px;
	float: right;
}
.center{
	text-align: center;
	padding: 4px;
}
.center img{
	border:2px solid #999999;
}
div.finaid{
	overflow:auto;
	height:500px;
	width: 655px;
}
table.namelist{
	font-size: 80%;
	width: 100%;
	color: #333333;
}
table.namelist td{
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	background-color: #FFFFCC;
	padding: 2px 2px 2px 4px;
}
table.titlecell{
	color: #FFFFCC;
	text-align: center;
}
table.titlecell td{
	border: 1px solid #333333;
	background-color: #666666;
	padding: 2px 2px 2px 2px;
}

.indent {
	margin: 0 20px 0 40px;
}
.alright {
	text-align:right;
	margin-bottom: 10px;
}
#imglist {
	text-align: center;
}
#imglist a img {
  	display:block;
	border:2px solid #996666;
	margin: 5px auto 50px auto;
}

#underline a {
	text-decoration:underline;
	}
	
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; 
padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
 	display:block;}
.right { margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; 
	float:left; } 

#alpha a{
	color: #736F6E;
	font-weight:bold;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	}	
	
#alpha a:hover{
	color: #000000;
	font-weight:bold;	
	text-decoration: inherit;
	}
	
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.footnote {
	font-size:12px
}

#list_no_space p, ul {
    padding: 0;
    margin: 0;
}

.narrow_para {
	width: 400px;
	}