/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(txp/images/noimage.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 2% 0% 0% 0%;
}

/* for the image maps*/

#memo a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#memo a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
}

#memo a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#memo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
}

/* regular links*/

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: normal;
	color: #000033;
}

DT {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 20px;
	font-weight: normal;
	color: #000033;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
	border-bottom: 1px solid #990000;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #660000;
	font-style: normal;
}


/* div for other content */

Div#contentgen {
	width: 80%;
	position: relative;
	background-color: #FFFFCC;
	border: solid 1px #333333;
	padding: 10px;
}

Div#contentgen img {
	
	margin: 0%;
}

Div#nav {
	width: 80%;
	position: relative;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	padding: 10px;
	margin-bottom: 2%;
	
}

.inset {
	width: 1100px;
	position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
}

Div#em {
	width: 25%;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	border: solid 1px #990000;
	margin: 7px;
	padding: 10px;
}

.navborder {
	background-color: #FFFFFF;
	padding: 7px;

}
.odd {
	background-color: #FBF9E4;
	padding: 6px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000033;
	margin: 0% 3%;
	padding: 12px;
	list-style-image: none;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #000033;
	list-style-image: none;
	list-style-type: square;
	line-height: 18px;
}
.subscript {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000033;
	padding: 3px;
}

#imgleft {
	background-color: #FFFFFF;
	width:auto;
	margin: 7px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	position: relative;
}

#imgright {
	background-color: #FFFFFF;
	width: auto;
	margin: 7px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	position: relative;
}
.texttable {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: normal;
	color: #333333;
	text-align: center;
	word-spacing: .05em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.listtable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.welcome { 
display: block;
position: relative; 
background: url(http://iirc.mcgill.ca/txp/images/welcome.jpg); 
width: 905px; 
height: 678px; 
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
} 

.topleft { 
position: absolute; 
top: 80px; 
left: 40px; 
width: 318px; 
padding: 0px;
font-weight: normal; 
font-size: 16px;
font-family: "Times New Roman", Times, serif;
color: #000033;
}


