/*
Newsbox design borrowed from http://www.harvard.edu/
Menu adapted from http://www.cssplay.co.uk/menus/flyoutt.html
*/

body {
    background-color:#fff;
    color:#000;
	font-size: medium;
    font-family: Verdana, Arial, Helvetica, sans-serif;  
}
	
img {border: none;}
a {text-decoration: none;}

#container {
	position: relative;
	width: 960px;
	font-size: medium;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#wrap {
	clear: both;
	width: 100%;
	position: relative;
	/*z-index: -1;*/
	margin: 0;
	padding: 0;
}

#rightcol {
	width: 360px;
	float: right;
}	

.columnhead {
	font-size: 0.9em;		/* 0.75em */
	font-weight: bold;	/* normal */
	color: #000;
	background-color: #ccf; /* #010e43; */
	line-height: 1.5em;	/* 1.0em */
	letter-spacing: 0.125em;
	text-transform: uppercase;
	margin: 2.0em 0 1.0em;
}

#schedule {
	width:360px;
	text-align: left;
	font-size: 9pt;
	line-height: 16pt;
	padding: 1.0em auto;
	margin-top: 13px;
}
.schedule-title {
	text-transform: uppercase;
	/*width: 30%;*/
	font-size: 1em;
	font-weight:normal;
	letter-spacing: 0.125em;
	float:left;
	margin: 0;
	padding: 1.125em 0 1em;
	line-height: 1.125em;
	/*font-variant: small-caps;
	text-align: center;
	font-size: 10pt;*/
}
.drawline {
	margin: 0 0;
	font-size: 0.8em;
	position: relative;
	border-top: 1px solid #666;
	line-height: 0em;
}

#leftcol {
	width: 580px;
	float: left;
	padding: 0;
}
	
.coursetitle {
	font-size: 18pt;
	text-align: center;
	padding: 1.0em 0 0 0;
	color: #000099;
}
.coursecode {
	font-size: 12pt;
	text-align: center;
	padding: 0 0 1.0em 0;
	color: #000099;
}

.photo {
	float: right;
	margin: 0 0 4px 4px;
}

.insetright {
	float: right;
	margin: 0 0 4px 4px;
}
.coursecontent {
	font-size: 9.0pt;
	text-align: justify;
}

.instructor {
	font-size: 10.0pt;
	font-weight: bold;
	color: #000099;
}

.section {
	text-align: center;
	font-size: 10.0pt;
	font-weight: bold;
	color: #000099;
}

#slides {
	clear: both;
	width: 580px;
	height: 210px;
	}
.slide {
	margin: 0;
	padding: 0 1.125em .6125em 1.125em 0;
	display: none; 
	overflow: hidden; 
	}
div#slide1 {
	display: block;
}

div.controls {
	font-size: 0.8em;
	}

.controls {
	position: relative;
	line-height: 1.2em;
	float: right;
	width: 150px;
	}
.controls ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
	list-style-position: outside;
	}
.controls li.boxy {
	float: left;
	height: 19px;
	width: 120px;
	margin: 0 5px 5px;
	padding: 0.1em 5px 0 5px;
	font-size: 1.0em;
	color: #fff;  
	background-color: #000040;
    cursor: pointer;
	}
.controls li.current {
	background-color: #ccc;
	color: #000;
	}
	
#newssection {
	margin-bottom: 0.5em;
	}	
div.newnews {
	clear: both;
	background-color:#fff;
    color:#000;
	font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 0.10em; 
	margin-right: 30px;
}
div.newsitems {
	clear: both;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	padding-top: 0.43em; 
	}
.newsitemleft {
	float: left;
	width: 450px;
	}
.newsitems a {
	color: #222;
	font-weight: bold;
	}
.newsitems a:hover,
.newsitems a:active {
	color: #666;
	text-decoration: none;
	}
.newsitems img {
	float: left;
	margin-right: 10px;
	border: 1px solid #222; 
	}
.newsitems a:hover img {
	border: 1px solid #fff;
	}
.newsitems p {
	margin: 5px 10px 0 0;
	}
.newstext {
	font-size: 9pt;
	}
div.lowerbox {
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 10pt;
	text-align: justify;
	padding: 0.5em 1.0em 0.5em 1.0em; 
	background-color: #e0e0ff;
	}
.adbox {
	padding: 2.0em 0 0 0;
}
li.feed {
	/*background: url(rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;*/
	list-style-image: url("rss.gif");
}



