/***********************************************/
/* page and link styles                             */
/***********************************************/
body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	
}

a, a:link, a:visited{
	color: #ff0000 ;
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container { width: 100%;}
#pagecell1 { width: 100%;}
#masthead {width: 100%;}

/************** layout elements turned off *****************/

#pageNavbox, #privacy, #subnavbg, #globalNav, #bottomnav, #sectionLinks, #advert, #advert img { display:none; }

.subglobalNav, .skipLinks { display:none; }


/************** main page styles *****************/

.feature{
	font: 10pt "Times New Roman", Times, serif;
	text-align: left;
	color: #233A80;
	width: 96%;
	margin-left: 2mm
}
html>body .feature {
	color: #233A80;
}

.feature img{
	display: none;
}

.feature h1{
	font: bold 14pt "Times New Roman", Times, serif;
	color: #233A80;
	margin: 20 0 0 0;

}

.feature h2{
	font: bold 12pt "Times New Roman", Times, serif;
	color: #FF0000;
}

#feature a:link:after, #feature a:visited:after {
content: " (" attr(href) ") ";
}

#infobox {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 10px 10px 10px 10px;
	width: 325px;
	border: solid #000000 1px;
}

/************** copyright style ****************/

#siteInfo{
	font-size: 10pt;
	color: #999999;
	margin-left: 2mm

}

/************** table styles ****************/

table {
	border-top:solid #999999 1px;
	border-left:solid #999999 1px;
	border-collapse:collapse;
}

caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

th, td {
	border-right:solid #999999 1px;
	border-bottom:solid #999999 1px;
	padding: 6px;
}

th {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	height: 13px;
	font-size: 10pt;

}

#code {
	
	background-color: #CCCCCC;
}

#course {

	background-color: #CCCCCC;
}

#duration {

	background-color: #CCCCCC;
}

#courseinfo {
	padding: 10px 10px 10px 4px;
	width: 22%;
	font-size: 10pt;
	font-weight: normal;
	background-color: #CCCCCC;
}

#month {
	text-align: center;
	width: 13%;
	background-color: #CCCCCC;
}

.alternatetablebg {
	background-color: #F0F0F0;
}
