@charset "utf-8";
/* CSS Document */

<style>
	
	a{
	font-family:tahoma;
	font-size: 12px;
	}
	
	p{
	font-family: tahoma;
	font-size: 12px;
	}
	
	li{
	font-family: tahoma;
	font-size: 12px;	
	
	}
	
	h1{
	font-family:tahoma;
	font-size:18px;
	}
	
	h3{
	font-family:tahoma;
	font-size:14px;
	color:#6d7db0;
	}
	
	h2{
	font-family:tahoma;
	font-size:12px;
	color:#6d7db0;
	}
	
	
	.program
	{
		border-spacing:0;
		border-collapse: collapse;
		
	}
	
	.programheader
	{
		background-color:#6d7db0;
	}
	
	.colh1
	{
		width:70px;
	}
	
	.colh2
	{
		width:200px;
	}
	
	.colh3
	{
		width:70px;
	}
	
	.colh4
	{
		width:200px;
	}
	
	.colh5
	{
			width:200px;
	}
		
		.col1
	{
		width:70px;
	}
	
	.col2
	{
		width:200px;
	}
	
	.col3
	{
		width:70px;
	}
	
	.col4
	{
		width:200px;
	}
	
	.col5
	{
			width:200px;
	}
		
	
	
		
	.program TD
	{
	font-family: tahoma;
	font-size: 12px;	
	}
	
	.scrollheaderover
	{ 
	border-style:solid;
	border-width:1px; 
	border-color:#000000;
	width:140;
	height:30;
	text-align: center;
	background-color:#9eadc6;
	}
	
	.scrollheaderout
	{ 
	border-style:solid;
	border-width:1px; 
	border-color:#000000;
	width:140;
	height:30;
	text-align: center;
	background-color:#ffffff;
	}
	
	
	.boxheader
	{ 
	border-style:solid;
	border-width:2px; 
	border-color:	#000000;
	width:150;
	height:30;
	text-align: left;
	background-color:#ffffff;
	}
	
	.scrollheaderactive
	{ 
	border-style:solid;
	border-width:1px; 
	width:120;
	height:30;
	text-align: center;
	background-color:#ffffff;
	}
	
	.bodylayout
	{
	 border-style:solid;
	 border-color:black;
	 border-width:1px;
	 border-top-width:0px;
	 border-bottom-width:0px; 
	 width: 800px;
	}
	
	.menuoff
{
text-decoration:none;
padding-left:10px;
font-family:Tahoma;
font-size:12px;
color:white;
font-weight:700;

}

.menuon
{
text-decoration: none;
padding-left:10px;
font-family:Tahoma;
font-size:12px;
color:black;
font-weight:700;

}



#lecturerInfo {
    margin: 0.1in auto;
    color: #ffffff;
    width: 200px;
	height: 230px;
    padding: 10px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}
#lecturerInfo p {
color:#000000;
}

#furtherInfo {
    margin: 0.1in auto;
    color: #ffffff;
    width: 200px;
	height: 150px;
    padding: 10px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}
#furtherInfo p {
color:#000000;
}

#studentExp {
    margin: 0.1in auto;
    color: #ffffff;
    width: 200px;
	height: 220px;
    padding: 10px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}
#studentExp p {
color:#000000;
}


#GeneralInfo {

    color: #ffffff;
    width: 580px;
    padding: 0px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}
#GeneralInfo p {
color:#000000;
text-align:justify;
padding:10px;
}

#Course {
  
    color: #ffffff;
    width: 580px;
    padding: 0px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}
#Course p {
color:#000000;
text-align:justify;
padding:10px;
}

#Entry {

    color: #ffffff;
    width: 580px;
    padding: 0px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}

#Entry p {
color:#000000;
text-align:justify;
padding:10px;
}

#Career {

    color: #ffffff;
    width: 580px;
    padding: 0px;
    text-align: left;
    background-color: #ececec;
    border: 3px solid #9eadc6;
}
#Career p {
color:#000000;
text-align:justify;
padding:10px;
}

	</style>
