/******************** general styles for the home page **********************/
body {
	font-family: Trebuchet MS,verdana, arial, sans-serif; 
	font-size: 13px;
	
}

h2 {
	color: #00709a;
	margin: -10px 0 12px 10px;
	text-align:left;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	margin: 5px 0 5px 10px;
}
h3 a{
	font-size: 17px;
	color: #000;
	text-align:left;
	text-decoration: none;
}

h3 a:hover {
	
	color: #000;
	text-align:left;
	text-decoration: underline;
}


#wrapper {
	width: 900px;
}

#head {
	font-size: 24px;
	text-align: left;
	float: left;
	width: 640px;
	height: 25px;
}

#banner {
	align: center;
	width: 900px;
	height: 180px;
	margin-top: 2px;
} 

#search {
	color: #00709a;
	float: right;
	height: 25px;
}

#search_box {
	background: #efefff;
	border: solid #00709a 1px;
}

#search_box:hover {
	background: #f7f7ff;
	border: solid #0077ff 1px;
}

#events {
	float:left;
	width:343px;
	margin:0 1px 0 0; 
	padding:0;
	background-image: url("../images/column_strip.gif");
	background-repeat: repeat-x;
	height: 330px;
	text-align:left;
}

#links {
	float: right;
	width:200px;
	margin:0 0 0 1px;
	padding:0;
	background-image: url("../images/column_strip.gif");
	background-repeat: repeat-x;
	height: 330px;
	text-align:left;
}

#news {
	margin:0 207px 0 350px;
	background-image: url("../images/column_strip.gif");
	background-repeat: repeat-x;
	/*height: 330px;*/
	text-align:left;
}

#roundtop{
	width: 343px;
   	height: 8px;
	background: url("../images/column1.gif") no-repeat top right;
}

#roundtop_link{
	width: 200px;
   	height: 8px;
	background: url("../images/column3.gif") no-repeat top right;
}

#roundtop_news{
	/*width: 337px;*/
   	height: 8px;
	background: url("../images/column1.gif") no-repeat top right;
}

#round_bottom {
	width: 900px;
	height: 8px;
	background: url("../images/footer_round_strip.gif") no-repeat;
	margin-top: -2px;
}
#events p{
	color: #000000;
	margin: 0 2em 15px 3em;
	text-align: justify;
	
}
#news p{
	color: #000000;
	margin: 0 2em 15px 3em;
	text-align: justify;
}

#links a{
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #0070bf;
	text-decoration:none;
	margin: 15px 0 0 12px;
	line-height: 25px;
}

#links a:hover{
	color: #0070bf;
	text-decoration:underline;
}

#bottom_menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #00709a;
	text-decoration: none;
}

#bottom_menu a:hover{
	font-size: 9px;
	color: #000000;
	text-decoration: none;
} 
#footer {
	background-image: url("../images/footer_strip.gif");
	background-repeat: repeat-x;
	height: 88px;
	margin : 3px 0 0 0;
}

#address {
	font-family: verdana, arial, sans-serif; 
	text-align: left;
	float: left;
	font-size: 10px;
	margin: 10px 0 0 10px;
}

#isim_logo {
	z-index: 100;
	float: left;
	margin: 0px 0px 0 10px ;
	height: 66px;
	width: 97px;
}

#uni_logo {
	float: right;
	margin: -15px 10px 0 0 ;
}

#uni_text {
	float: right;
	font-size: 14px;
	color: #00709a;
	margin-top: 15px;
}


