@charset "utf-8";

/* curriculum */

#mainContent table {
	width: 628px;
	margin: 0px 31px 0px 31px;
	border-collapse:collapse;
} 
#mainContent table tr th {
	background-color: #EEEEEE;
	padding: 5px 10px 5px 10px;
	line-height: 180%;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
} 
#mainContent table tr td {
	padding: 5px 10px 5px 10px;
	line-height: 180%;
	border: 1px solid #CCCCCC;
} 
#mainContent table tr td.right {
	text-align: right;
} 
#mainContent table tr td ul li {
	margin: 0px 0px 0px 25px;
	list-style-type: square;
	line-height: 180%;
} 
#mainContent table tr td ul li ol li {
	list-style-type: decimal;
	line-height: 130%;
} 
#mainContent h2 {
	background-image: url(../../img/curriculum/h2.jpg);
} 
#mainContent div.beginner h3 {
	background-image: url(../../img/curriculum/beginner_h3.gif);
} 
#mainContent div.application h3 {
	background-image: url(../../img/curriculum/application_h3.gif);
} 
#mainContent div.master h3 {
	background-image: url(../../img/curriculum/master_h3.gif);
} 

