@charset "utf-8";
/* CSS Document */

body {
	direction:rtl;
	unicode-bidi:embed;
	margin:0 auto;
	padding:0;
	font:14px arial, Tahoma, David, ;
	background-color:#FFF;
	color:#666;
}

body a {
	text-decoration: none;
	color:#F00;
}

body a:hover {
	text-decoration: underline;
}

img {  
	border-style: none;
}

input {
	color: #666;
	background: #FFF;
	border: 1px solid #999;
	font-family: arial, Geneva, sans-serif;
}

.submit input {
	color:#666;
	background:#FFF;
	border:2px outset #999;
	font-family: arial, 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 {
    font-family: arial;
    font-size : 90% ;
	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; 
	height:55px;
	text-align:center;
	margin:0 170px 20px 5px;
	padding-top:10px;
	background-color:#F5E8CD;
}

#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:16px;
}

.pictures {
	margin:0 auto;
}


table.forms {
	font-size:12px;
	border-width: 0px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}

table.forms th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}

table.forms td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
h2 {
  font-family : arial; font-size : 100% ; color : #CD2D2D    ;margin : 0px ; padding : 0px ;
}

.red1 {
  color : #CD2D2D
}


