/*****************************
	Hand-coded stylesheet for CSS2-capable browsers.
	Author: Armin Randjbar-Daemi <www.OmniStream.co.uk>
******************************/
@import url("menu.css");
@import url("footer.css");

body {
	padding: 0; margin: 0;
	text-align: left;
	font-family: arial, sans-serif; font-size: 8pt; font-weight: normal; color: #000;
	background:#fff url("../img/body-bg.gif") repeat top left;
	border: none;
}
a:link, a:visited  {text-decoration: none; font-weight: normal; font-size: 1.2em; color: #000; outline:none;}
a:hover, a:active {text-decoration: none; font-weight: normal; font-size: 1.2em; color: #ff00cc;}
img {border: none;}
ul, li {color: #444;}
.top {
	height: 420px;
	width: 100%;
	border-bottom: 2px solid #3396ff;
}
.top-body {width: 900px;}
.top_left {
	float: left;
	width: 400px;
	height: 420px;
}
.top_right {
	float: left;
	width: 500px;
	height: 420px;
}
.mid_text p {
	display: block;
	margin: 0;
	margin-top: 5px;
	width: 900px;
	font-family: times new roman;
	font-size: 2em;
	text-align: center;
}
.mid_wide {
	float: left;
	width: 870px;
	margin-top: 10px;
	padding-left: 30px;
	font-size: 9pt;
	text-align: justify;
}
#online {
	width: 350px;
	margin: 0;
	margin-top: 20px;
	padding-left: 20px;
	text-align: justify;
	color: #fff;
}
.mid_wide b, #online b {
	margin: 0;
	font-weight: normal;
	color: #3396ff;
	font-family: times new roman;
	font-size: 16pt;
	line-height: 1.6em;
}
.pngfix {
	float: left;
	width: 500px;
	height: 410px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	border: none;
}
#in_latest {
	margin: 0;
	padding: 0;
	width: 500px;
}
#in_latest p {color: #000; margin: 5px 20px; text-align: justify;}
.coursest {margin-top: 54px; margin-left: 15px;}
.coursest TH {
	background-color: #3396ff;
	font-family: times new roman;
	font-size: 1.3em;
	color: #fff;
}
.coursest TD {background-color: #f1f1f1;font-size: 1em;}
#scrollcontent{margin:0; overflow:hidden; height:410px; width:500px; position:relative;}
.scrolling-content{width:500px; height:410px; text-align:left; position:absolute;}
#content1{left:0px; top:0px;}
#content2{left:0px; top:410px;}
#content3{left:0px; top:820px;}
#content4{left:0px; top:1230px;}
#content5{left:0px; top:1640px;}
#content6{left:0px; top:2050px;}
