/* set background color and fonts */body {	background-image:  url(toplevelresources/background.gif);	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: white;	margin: 40pt;	color: #000;	}	/* Top level header */#header {	color: #FFFFFF;	background-image:  url(toplevelresources/bar.jpg);	background-repeat:no-repeat;	background-position:center;	text-align:center;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:2em;	font-weight:bold;	padding-bottom:20px;	padding-top:20px;	}/* Second level header */#subheader {	color: #000000;	text-align:center;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:1.3em;	padding-top: 10px;	padding-bottom:10px;	border-bottom:thin solid #CCC;	}/* wrapper for the list of classes */#classList {	text-align: center;	font-family:Verdana, Arial, Helvetica, sans-serif;	}/* unordered list for the class list */ul {list-style-image:url(toplevelresources/bu011.gif);list-style-position:inside;	font-size: 14px;		line-height: 200%;	}/* Text color for links and hovered links */lI a{	color: #0000FF;	text-decoration: none;	} li a:hover{	color: #FF0000;	text-decoration: none;	}/* Footer style */#footer {	border-top:thin solid #CCC;	padding-top:130px;	padding-botton:40px;	background-image: url(toplevelresources/ram.gif);	background-repeat: no-repeat;	background-position:center; 	text-align:center;	}/* links colors in footer */#footer a{	color: #000000;	text-decoration: none;	}#footer a:hover{	color: #0000FF;	text-decoration: none;	}
