@charset "utf-8";
/* CSS Document */

.headerDiv{
	width:960px;
	height:83px;
	margin:auto;
	text-align:left;
	position:relative;
}

.logo{
	width:228px; 
	height:76px;
	position:absolute;
}

.logo img, .logo a{
	border:0px;
	float:left;
	margin-top:2px;
}

.salutationDiv{
	width:338px;
	position:absolute;
	clear:none;
	left:228px;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	height:80px;
	z-index: 150;
	text-align:right;
}

.menuTop{
	width:404px;
	position:absolute;
	clear:none;
	left:556px;
	font-size:12px;
}

.footerDiv{
	width:100%;
	text-align:center;
	background-color:#fff;
	height:58px;
	margin:auto auto 0px auto;
	position:relative;
	border-top:3px solid #808080;
	font-size:11px;
	margin-bottom:0px;
	clear:both;
}

.footerDiv span, .footerDiv a{
	 top:10px;
	 position:relative;
	 text-decoration:none;
}

.footerDiv a:hover{
	 text-decoration:underline;
}

.copyright{
	line-height:23px;
}


/* top menues */

.menu1{
	padding-top:55px;
	width:100%;
	text-align:right;
}

.menu2{
	padding-top:35px;
	width:100%;
	text-align:right;
	line-height:18px;
}


/* salutation */

.salutationTutor, .salutationStudent{
	/*position:absolute;*/
	bottom:10px;
	position:relative;
	text-align:center;
	width:100%;
	margin-top:60px;
	margin-left:70px;
	z-index:115px;
	font-weight:normal;
}


/* error msm */
.errorDisplay{
	background-color:#E6E6E6;
	position:relative;
	height:30px;
	width:100%;
	text-align:center;
	z-index:28;
	display:block;
}

.errorDisplayTxt{
	width:960px;
	position:relative;
	margin:auto;
	display:block;
	top:5px;
	background-color:#e6e6e6;
	text-align:left;
}