* {
	margin:0px;
	padding:0px;
}
body {
	font: .9em Arial, Helvetica, Verdana, sans-serif;
	background:url(../images/background.png) #ccc 0 0 repeat-y;
	color:#444;
}
/* Navigation css */
#nav_container {
	float:left;
	width:120px;
	margin:1em auto;
}
#navlist #nav_home a:active, #nav_start a:active,
#nav_programs a:active, #nav_about a:active, #nav_contact a:active {
	background-image:url(../images/ynav_button.gif);
	color:#5578b8;
}
#navlist {
	border-top:4px solid #5c9bd1;
	border-right:4px solid #5c9bd1;
	border-bottom:4px solid #5c9bd1;
	width:131px;
	list-style-type:none;
	font-size:.7em;
	line-height:20px;
	text-align:right;
}
#navlist ul li {
	margin:0px;
	padding:0px;
}
#navlist a, #navlist a:visited { 
	outline:none;
	text-decoration:none; 
	background-image:url(../images/bnav_button.gif);
	display:block; 
	padding:1px 10px 5px 1px;
	width:120px;
	height:20px;
	color:#2557a2;
}
#navlist a:hover { 
	background-image:url(../images/ynav_button.gif);
	color:#5578b8;
}
#navlist a:active {
	background-image:url(../images/ynav_button.gif);
	color:#fff;
}
#navlist  {
	background-image:url(../images/ynav_button.gif);
	color:#5578b8;
}

/* Main layout */
#main {
	float:left;
	width:850px;
	height:100%;
}
#y-bar {
	background-image:url(../images/y_bar.png);
	height:20px;
	width:830px;
	float:left;
}
#main img {
	float:right;
	width:70px;
	padding:0 20px 0 0;
	margin:-3px 0 0 0;
}
#content {
	float:left;
	width:600px;
	padding:0px 15px 0 20px;
	margin:-80px 0px 0 0;
	text-indent:40px;
}
#content .arrow {
	margin:0 0 -10px 0;
	padding:0;
	float:none;
	width:30px;
}
#content img {
	width:auto;
	float:left;
}
#content p {
	padding:10px;
}
#content h1 {
	font-size:1.5em;
	text-align:left;
	color:#0050a0;
}
#content h2 {
	font-size:1.2em;
	color:#0050a0;
}
#content ul {
	margin:0 0 0 70px;
	width:520px;
}
#content li {
	margin:10px 0 0 0;
	text-indent:0;
	list-style:none;
}
#content a {
	color:#1c68ae;
}
#content a:hover {
	color:#558dc1;
	text-decoration:none;
}
#profile {
	padding:10px 0 0 0;
	width:100%;
	height:100%;
	text-indent:0;
}
#profile li {
	list-style-type:disc;
	margin-left:20px;
}
#profile h2 {
	color:#0050a0;
}
#profile img {
	float:right;
	border:none;
}
#left_sidebar {
	width: 150px;
	float:left;
}
#head_div {
	width:100px;
	height:180px;
	background-image: url(../images/small_banhome.gif);
	width: 100%;
}
#small_head_div {
	width:99%;
	height:175px;
}
#head_img {
	background-image:url(../images/newbanner/homeban.jpg);
	width:830px;
	height:165px;
	float:left;
	margin:0px;
}
#head_img_2 {
	background-image:url(../images/newbanner/startban.jpg);
	width:830px;
	height:150px;
	float:left;
	margin:0px;
}
#head_img_3 {
	background-image:url(../images/newbanner/progban.jpg);
	width:830px;
	height:150px;
	float:left;
	margin:0px;
}
#head_img_4 {
	background-image:url(../images/newbanner/aboutban.jpg);
	width:830px;
	height:150px;
	float:left;
	margin:0px;
}
#head_img_5 {
	background-image:url(../images/newbanner/contactban.jpg);
	width:830px;
	height:150px;
	float:left;
	margin:0px;
}

/*the table styles for course schedule table */
tr {
	width:600px;
}
td {
	vertical-align:top;
	text-align:center;
	padding:3px;
	background-color:#fff;
}
.head {
	background-color:#ffce00;
	color:#333;
}
table {
	background-color:#fff;
	width:600px;
	float:left;
	margin:20px 0 0 0;
}
#fast_track {
	width:100%;
	float:left;
}
#fast_track img {
	border:none;
	margin-bottom:-10px;
	
}
#fast_track ul {
	width:100%;
	list-style-type:none;
	margin:10px 0 30px 0;
	padding:10px 0px 0 0;
}
#fast_track li {
	margin:15px;
	padding:10px;
}
#fast_track_head {
	float:left;
	width:90%;
}
#fast_track_head ul {
	width:100%;
	list-style-type:none;
	margin:10px 0 30px 0;
	padding:10px 0px 0 0;
}
#fast_track_head li {
	display:inline;
	margin:15px;
	padding:10px;
}
 .c	{
	cursor:pointer;
	width:125px;
	height:100px;
	float:left;
	margin-right:10px;
  	margin-bottom:10px;
 }
#bman {
	height:200px;
	float:right;
}
