/* These are css files mostly for the ug and grad pages after converting from
	tables to css.  The default version 0 template uses index.css in the
	current dir for additional styles.  Since these two have been installed
	in the top dir, that's where this css goes... */

#phy500s {
vertical-align: top;
margin: 0 10px 0 0;
float: left;
height: 30em;
}
#phy500s ul {
 list-style-type: none;
}
#phy600s {
vertical-align: top;
margin: 0 10px 0 0;
}
#phy600s ul {
 list-style-type: none;
}
.related {
font-size: 90%;
line-height: 100%;
}
#phyleftcolumn {
width: 300px;
float: left;
}
#phyleftcolumn h3.courses100 {
	background: url(h3.gif) no-repeat top left;
	margin: 10px 0 5px 0;
	width: 97px;
	height: 16px;
}
#phyleftcolumn {
vertical-align: top;
margin: 0 10px 0 0;
float: left;
}
#phyrightcolumn {
vertical-align: top;
margin: 0 10px 0 0;
}
#phyleftcolumn ul {
 list-style-type: none;
}
#phyrightcolumn ul {
 list-style-type: none;
}
a.course:hover {
background-color: #fcc;
}
.cnum {
font-weight: bold;
font-size: 120%;
}
 
