div.courses-table {
	position: relative;
	width: 100%;
}
div.red-box {
	background-color: #F00;	
}
div.logo-nav {
	position: relative;
	width: 100%;
	height: 65px;
}
div.bg-nav {
	position: absolute;
	left: 9px;
	background-image: url(images/logos-bg.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 33px;
	cursor: pointer;
}
div.o-nav {
	top: 10px;
}
div.l-nav {
	top: 86px;
}
div.j-nav {
	top: 124px;
}
div.c-nav {
	top: 48px;
}
div.n-nav {
	top: 162px;
}
div.oracle-nav {
	position: absolute;
	top: 10px; left: 16px;
	background-image: url(images/oracle.gif);
	background-repeat: no-repeat;
	width: 113px;
	height: 14px;
	cursor: pointer;
}
div.linux-nav {
	position: absolute;
	top: 4px; left: 20px;
	background-image: url(images/linux.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 25px;
	cursor: pointer;
}
div.java-nav {
	position: absolute;
	top: 2px; left: 30px;
	background-image: url(images/java.gif);
	background-repeat: no-repeat;
	width: 82px;
	height: 28px;
	cursor: pointer;
}
div.cisco-nav {
	position: absolute;
	top: 4px; left: 42px;
	background-image: url(images/cisco.gif);
	background-repeat: no-repeat;
	width: 59px;
	height: 29px;
	cursor: pointer;
}
div.niit-nav {
	position: absolute;
	top: 5px; left: 37px;
	background-image: url(images/niit.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 23px;
	cursor: pointer;
}
div.nav-line {
	position: absolute;
	top: 10px; left: 161px;
	background-color: #f5f5f5;
	width: 8px;
	border: solid 1px #dadada;
}
div.nav-line-color {
	position: absolute;
	left: 0;
	width: 8px;
	height: 33px;
	display: none;
}
div.nav-line-color.o-nav {
	top: 0;
	height: 32px;
	background-color:#F00;
}
div.nav-line-color.c-nav {
	top: 37px;
	background-color:#076;
}
div.nav-line-color.l-nav {
	top: 75px;
	background-color:#999;
}
div.nav-line-color.j-nav {
	top: 113px;
	background-color:#09F;
}
div.nav-line-color.n-nav {
	top: 151px;
	background-color:#06C;
}

/* container */
div#main-ctn {
	width: 746px;
	margin-left: 173px;
	padding-top: 10px;
}
div.nav-head {
	width: 724px;
	height: 15px;
	background-color: #f5f5f5;
	border: solid 1px #dadada;
	padding: 8px 9px 8px 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.nav-head a,
div.nav-head a:link,
div.nav-head a:visited {
	color: #000;
}
div.nav-head a:hover,
div.nav-head a:active {
	color: #F00;
}
table.courses-table-desc th a,
table.courses-table-desc th a:link,
table.courses-table-desc th a:visited {
	color: #333;
}
table.courses-table-desc th a:hover,
table.courses-table-desc th a:active {
	color: #F00;
}
table.courses-table-desc.cisco th a,
table.courses-table-desc.cisco th a:link,
table.courses-table-desc.cisco th a:visited {
	color: #333;
}
table.courses-table-desc.cisco th a:hover,
table.courses-table-desc.cisco th a:active {
	color: #076;
}
table.courses-table-desc.unix th a,
table.courses-table-desc.unix th a:link,
table.courses-table-desc.unix th a:visited {
	color: #333;
}
table.courses-table-desc.unix th a:hover,
table.courses-table-desc.unix th a:active {
	color: #666;
}

div.nav-head.cis-head a,
div.nav-head.cis-head a:link,
div.nav-head.cis-head a:visited {
	color: #000;
}
div.nav-head.cis-head a:hover,
div.nav-head.cis-head a:active {
	color: #076;
}
div.nav-head.unix-head a,
div.nav-head.unix-head a:link,
div.nav-head.unix-head a:visited {
	color: #000;
}
div.nav-head.unix-head a:hover,
div.nav-head.unix-head a:active {
	color: #666;
}
div.nav-head.ni-head a,
div.nav-head.ni-head a:link,
div.nav-head.ni-head a:visited {
	color: #000;
}
div.nav-head.ni-head a:hover,
div.nav-head.ni-head a:active {
	color: #06C;
}

/* Courses Description - Oracle */
div.courses-desc-ctn {
	width: 100%;
}
div.courses-desc-ctn div.what {
	padding: 0 10px;
	margin: 10px 0;
}
div.courses-desc-ctn h2 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	margin: 5px 0 2px 0;
}
div.courses-desc-ctn h3 {
	background-color: #F5F5F5;
	border-bottom: solid 1px #DADADA;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 1px 2px 2px 4px;
}
div.courses-desc-ctn h4 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	padding: 2px 2px 2px 4px;
}
div.courses-desc-ctn ul {
	margin: 10px 0 10px 40px;
	padding: 0;
	line-height: 16px;
}
div.courses-desc-ctn li {
	list-style-image: url(images/arrow-list.gif);
	list-style-type: none;
	margin: 0;
}

/* Courses Description - Cisco */
div.courses-desc-ctn.cisco h2 {
	color: #076;
}
div.courses-desc-ctn.cisco li {
	list-style-image: url(images/arrow-list-c.gif);
}

/* Courses Description - Unix */
div.courses-desc-ctn.unix h2 {
	color: #666;
}
div.courses-desc-ctn.unix li {
	list-style-image: url(images/arrow-list-u.gif);
}