@charset "utf-8";
/* CSS Document */

body {
	direction:rtl;
	unicode-bidi:embed;
	margin:0 auto;
	padding:0;
	font:12px Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	color:#666;
}

body a {
	text-decoration: none;
	color: #0085DD;
}

body a:hover {
	text-decoration: underline;
	color: #0085DD; 
}

img {  
	border-style: none;
}

input {
	color: #666;
	background: #FFF;
	border: 1px solid #999;
	font-family: Tahoma, Geneva, sans-serif;
}

.submit input {
	color: #666;
	background: #FFF;
	border: 2px outset #999;
	font-family: Tahoma, Geneva, sans-serif;
} 

#wrap {
	margin:0 auto;
	width:760px;
}

#navbar {
	float:right;
	width:150px;
	height:200px;
	margin:20px 0 0px 20px;
	padding:0;
}

#topbar {
	clear:left;
	float:right;
	width:583px;
	height:35px;
	padding: 0 0 15px 0;
	margin:20px 0 0 0;
	background: url(../images/topNavBG.gif) repeat-x;
}

#content {
	float: right;
	width: 563px; 
	margin: 20px 0 20px 0;
	padding: 10px;
	line-height: 18px;
	text-align: justify;
	border: dashed 1px #999;
	min-height:400px;
  	height:auto !important;
  	height:400px; 
}

#footer {
	clear:both;
	width: 586px; /* might be a problem with older IE (too large). Check later. */
	height: 40px;
	text-align: center;
	margin: 0 170px 20px 5px;
	padding-top: 10px;
	background-color:#CFE8EF;
}

#student {
	margin: 10px;
	padding: 10px;
	background: #EEE;
	border: dotted 1px #333;
	text-align: justify;
}


#student img {
	margin-right: 10px;
}

#headline {
	font-weight: bold;
	font-size: 14px;
}