body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #202020;
	/*background-color: #FFE87C;*/
}
.title1 {
	/*font-family: verdana;*/
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.title2 {
	/*font-family: verdana;*/
	font-family: "Arial Rounded MT Bold";
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.title3 {
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
}

.title4 {
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 2px;
}

a {
	color: #3300CC;
	text-decoration: none;	
}
a:visited {
	color: #3366CC;
}

p {
	padding: 0px 0px 0px 0px;
}

#header table.top{
	width:100%;
	border-bottom: 1px solid #909090;
	background-color: #E8E8E8;
	padding: 3px;
}

#cinfo {
	vertical-align: top;
	width: 315px;
	font-family: courier;
}

#cinfo table{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #909090;
	padding: 2px;
	background-color: #A8A8A8;
}

#content {
	width: 80%;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	background-color: #FFFFFF;
}
#menucolor {
	position: absolute;
	top: 139px;
	left: 80%;
	background-color: #FFE87C;
	width: 20%;
	height: 5000px;
	border: 1px solid #909090;
}

#menu {
	position: fixed;
	top: 139px;
	left: 80%;
	background-color: #FFE87C;
	width: 20%;
	height: 800px;
	font-family: courier;
	border: 1px solid #909090;
	border-top: none;
}
#menu table{
	font-weight: bold;
	font-size: 16px;
	width: 100%;
}
#menu td {
	padding: 5px 0px 5px 5px;
}
#menu a {
	color: #151B54;
}
#menu a:visited {
	color: #151B54;
}

#syllabus table {
	width: 100%;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
}
#syllabus th {
	text-align: left;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
	padding: 2px;
	background-color: #A8A8A8;
}

#syllabus td {
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
	padding: 5px;

}

#syllabus .details {
	font-size: 12px;
}

.important {
    font-weight: bold;
    color: red;
}
