body {
	margin-left:100px;
	margin-right:100px;
	padding:0;
#	background:#dadada;
	background:#ffffff;
	color:#000;
	width:800px;
}

.header {
	width:950px; 
	font-family:Arial;
	border:1px solid #999999;
	position:relative; 
	margin-bottom:0px;
	height:148px;
	background-color:#ccddcc;
}

.header a {
	text-decoration: none;
	color:white;
}

.header a:visited {
	text-decoration:none;
	color:white;
}

.header a:link {
	text-decoration:none
	color:white;
}
.name {
	position:absolute;
	top:20px;
	left:30px;
	font-size:34px;
	font-weight:600;
	color:white;
	font-family:Roman, "Times New Roman", serif;
}


.menubar {
	background-color:#445566;
	height:30px;
	width:949px;
	position:absolute;
	left:0px;
	top:110px;
	margin-left:0px;
	margin-right:0px;
}

.menulink {
	width:16%;
	text-align:center;
	border:5px white;
	border:0px
	padding:0px;
	margin:0px;
	align:middle;
	font-family:Verdana;
	font-size:14px;
	font-weight:500;
}

.menulink a {
	color:white;
}

.menulink a:hover {
	color:#cccccc;
}

.chat {
	position:relative;
	left:600px;
	top: 10px;
}

.main {
	font-family:Verdana;
	font-weight:400;
	font-size:16px;
	color:#000000;
	position:relative;
	width:950px;
	background:#eeeeee;
	align:center;
	border:1px solid #999999;
	padding:0px;
}

.name {
	position:absolute;
	top:20px;
	left:20px;
	font-size:34px;
	font-weight:600;
	color:white;
	font-family:Roman, "Times New Roman", serif;
}

.slogan {
	font-size:18px;
	position:absolute;
	top:60px;
	left:70px;
	font-style:normal;
	font-family:Arial;
	color:black;
# slogan deleted in NEW version
}

.languages table {
	width:200px;
	position:absolute;
	top:60px;
	left:600px;
	font-size:18px;
	font-family:Arial;
	color:#ffffff;
	font-weight:400;
	text-align:center;
}

.languages table a {
	text-decoration: none;
	text-align: center;
	color:#ffffff;
}

.languages table a:active {
	text-decoration:none;
	text-align:center;
}

.languages table a:hover {
	text-decoration:underline;
	text-align:center;
}

.languages table a:link {
	text-align:center;
}

.languages table a:visited {
	text-align:center;
}

.back {
	font-family:Verdana;
	font-weight:400;
	font-size:20px;
	text-color:#ffffff;
	background-color:#445566;
	position:relative;
	top:0px;
	left:450px;
	width:220px;
	padding:10px;
}

.back a {
	text-decoration:none;
	color:white;
}

.back a:active {
	text-decoration:none;
}

.back a:hover {
	text-decoration:underline;
}

.bank a:link {
	text-decoration:none;
}

.courseheader table {
	background-color:#eeeeee;
	align:center;
}

.courseheader td:a {
	background-color:#eeeeee;
	align:center;
}
.courseheader a {
	background-color:#eeeeee;
	align:center;
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

.courseheader img {
	background-color:#eeeeee;
	align:center;
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

.courseheader a img {
	background-color:#eeeeee;
	align:center;
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

.error {
	color:red;
}

.footer {
	position:relative; 
	width:950px; 
	height:30px;
	background-color:#445566;
}

.footertext {
	position:relative;
	top:5px;
	font-family:Arial;
	font-size:12px;
	font-weight:400;
	color:white;
}