
.container {
	width: 550px;
	height: auto;
	border: 1px solid black;
	font-family: verdana, helvetica, arial;
	background-color: #eeeeff;
}

.titlebar { 
	border-bottom: 1px solid black; 
	background-color: #b8c3e6; 
	height: 23px; 
	padding: 0px 0px 0px 5px;
}

.title {
	font-weight: bold; 
	font-size: 14px;
	text-align: left;
}

.descheader { 
	padding: 20px 0px 0px 10px; 
	font-size: 12px;	
	text-align: left;	
}

.courseDesc { padding: 5px 5px 5px 20px; font-size: 10px; text-align: left;}

.syllabus { padding: 5px 5px 5px 10px; font-size: 10px; text-align: left;}

.closeButtton { padding: 5px 0px 5px 0px; text-align: center; }

/*p:first-letter { font-weight: bold; font-size: 18px; }*/


/* box drop shadow stuff 

.box { float: left; width: 400px; height: auto; }
#boxContent { border: none; background: #9FC; }

#boxContent { position: relative; left: -4px; top: -4px; }
#boxContainer { position: relative; background: #ddd; margin: 4px; }
*/