#container {
	background: #fff url(../images/portal_bg.gif) top left repeat-y;
}

#container {
	font: 12px/17px "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

/* Link styles */

a { color: #0054a6; }

a:link, a:active { color: #0054a6; text-decoration: none; }

a:visited { color: #25316e; text-decoration: none; }

a:hover { color: #6d9dcc; text-decoration: underline; }

/* Dialogue at SFU-specific styles */

#mecs {
	width: 375px;
	float: left;
}

#mecs div {
	width: 285px;
	padding: 10px 0px 20px 40px;
}

#mecs p {
	font-size: 1.2em;
	line-height: 1.8em;
}

#mecs div img {
	margin-right: 12px;
	border: 1px solid #fff;
}

#mecs div a img:hover {
	border: 1px solid #000;
}

#rightContainer {
	width: 605px;
	float: left;
}

#intro {
	width: 530px;
	height: 162px;
	overflow: hidden;
	background: #fff url(../images/title_dialogueSFU.gif) 30px 70px no-repeat;
	border-bottom: 1px solid #c99999;
	padding: 120px 45px 0px 30px;
}

#intro a {
	font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	font-weight: bold;
}

#intro p {
	font: 1.1em/1.5em Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	font-color: #555;
}


#study_title {
	width: 575px;
	background-color: #fff;
	border-bottom: 1px solid #c99999;
	padding: 8px 0px 8px 30px;
}

#study {
	width: 230px;
	padding: 10px 0px 20px 30px;
	float: left;
}

#programs {
	color: #555;
	padding: 20px 0px;
	padding-left: 14px;
	width: 320px;
	float: right;
	border-left: 1px solid #ccc;
}

#programs img {
	clear: right;
	float: left;
	margin-right: 12px;
	margin-bottom: 24px;
	border: 1px solid #fff;
}

#programs a img:hover {
	border: 1px solid #000;
}

#programs div {
	float: left;
	width: 285px;
	clear: both;
}

#programs div p {
	width: 162px;
	margin-top: 0px;
	float: right;
	font-size: .9em;
	line-height: 1.4em;
}

div.clear {
	clear: both;
	}