
img{border:0px;}


#program-wrapper{
 	margin:0px auto;
 	width:730px;
}
#program-header{
	padding-bottom:10px;
}
#headImage{
 	width:730px;
}
#headText{
	width:730px;
	background-color:#fff;
	padding-top: 10px;
	color:#474747;
}
.emphasis{
	font-size:15px;
	color:#7bab0a;
}
h1.title{
	color:#0AAECF;
	font-size:36px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:3px;
}
p{
	padding:3px 0 3px 0;
	text-align:justify;
}
h3.levelTitle{
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#7cac0b;
	font-size:18px;
}
#program-container{
	width: 730px;
 	float:left;
 	background-image:url("../images/bg-repeat.jpg");
	background-repeat:repeat-x;
}
#contentL{
	width:330px;
 	float:left;
	color:#424242;
}
.level{
	width: 380px;
	float:left;
	padding-top: 20px;
}
.levelText{
	width: 295px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#level1Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level1Tab.jpg");
}
#level2Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level2Tab.jpg");
}
#level3Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level3Tab.jpg");
}
#level4Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level4Tab.jpg");
}
#level5Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level5Tab.jpg");
}
#level6Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level6Tab.jpg");
}
#level7Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level7Tab.jpg");
}
#level8Tab{
	width:75px;
	height: 52px;
 	float:left;
 	background-image:url("../images/level8Tab.jpg");
}
#contentR{
	width:331px;
 	float:right;
 	padding-top: 40px;
 	padding-left: 20px;
	color:#454545;
}
#noteTop{
	height: 17px;
	background-image:url("../images/noteTop.jpg");
}
#noteTitle{
	background-image:url("../images/noteMain.jpg");
	background-repeat: repeat-y;
	padding: 0 10px 0 12px;
	text-align: center;
	color:#80ae0e;
	font-size:18px;
}
#noteDivider{
	height:17px;
	background-image:url("../images/noteDivider.jpg");
}
#noteMain{
	background-image:url("../images/noteMain.jpg");
	background-repeat: repeat-y;
	padding: 5px 10px 0 12px;
}
#noteMain ul {
	list-style-type: none;
	padding-left:5px;
}
#noteMain ul li {font-weight:bold; color:#000; margin-bottom:8px; list-style-position:outside;}
#noteMain ul li a{
	color:#80ae0e;
}
#noteMain ul li a:hover{
	color:#000;
}
#noteBottom{
	height:17px;
	background-image:url("../images/noteBottom.jpg");
	margin-top:-8px;
}
.Clear {clear:both; height:1px;}