@charset "utf-8";
/* CSS Document for HARICA */


/* BASIC FORMATTING */

html {
	margin-bottom: 1px;
	height: 100%!important; /*For Firefox*/
	height: auto;
	}

body {
	background-image:url(../images/bg.png);
	font: 12px "Tahoma", sans-serif ;
	color:#666567;
	line-height: 22px;
	width: 950px;
	margin: 20px auto;
	}

a {
	text-decoration: none;
	color:#4882bd;
	}

a:hover {
	color:#4882bd;
	text-decoration:underline;
	}

img {
	border:0;
	}
	
	
.title {
		color:#ffffff;
		font-size: 11px;
		padding: 2px 5px;
		background-color: #eda57c;
		border: 1px solid #a0adae;
	
}

.pages {
		color:#eda57c;
		font-size: 11px;
		border-bottom: 1px solid #eda57c;
		font-weight: bold;
}
.subtitle {
	    font-family:"Georgia", Times, serif;
		color:#4882bd;
		font-size: 12px;
		font-weight:bold;
		border-bottom: 1px dotted #4882bd;
		padding: 6px;
}

.space_1 {
    font-size: 11px;
    }
   
.space_2 {
    font-size: 11px;
    }

.institution_logo img{
    float: left;
    }
   
.institution_name {
    line-height: 12px;
    padding-top: 20px;
    }

#lang {
	margin-top: 10px;
	margin-left: 10px;
	float: left;

	}
	
#search {
float:right;
margin-right: 10px;
margin-top: 10px;
}
	
/* LAYOUT POSITIONS */	
	
#container {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	float:left;
	}
	
#top {
	width: 950px;
	height: 100px;
	background-image:url(../images/top.jpg.php);
	margin: 0 auto;
	float:left;
	}
	
#left {
	width: 200px;
	padding: 20px;
	float: left;
	background-color:#ffffff;
	font-size: 11px;

	}
#left_links {
	width: 178px;
	padding: 10px;
	margin-top: 20px;
	float:left;
	font-size: 10px;
	border: 1px solid #eda57c;}

#main_content {
	width: 649px;
	padding: 30px;
	float: right;
	background-color:#fbfbfb;
	border-left: 1px solid #cccccc;
	}
	

	
	
	/* Footer */
#footer {
	height: 30px;
	color: #ffffff;
    bottom: 0 !important;
    bottom: -1px;
	clear: both; 
	margin-bottom:20px;


	}
	
	#footer a {
		color: #FFFFFF;
		text-decoration:none;
	}
	
	#footer a:hover {
		color: #c0b1ea;
		text-decoration:none;
	}
	
	.copyrights {
	float:left;
	padding-top: 5px;
	margin-left: 20px;
	color: #6d6e71;}
