/*
Developed by Louaye Rachidi (lrachidi@lau.edu.lb) and Karim Maknieh (karim.maknieh@lau.edu.lb), Marketing and Communications Department, March 2008.
Update History:

*/

@media screen {

html { margin:0; padding:0 }

body { 
	margin: 0; padding: 0;
	font: 12px/1.5 verdana, sans-serif;
	background: rgb(234,232,222) url(../images/header_shadow_green_bar.gif) top repeat-x;
	color:#333;
}


/***********************************/
/********		LINKS	************/
/***********************************/

a {
	color:rgb(251,176,59);
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#AB2228;
}


a img{
	border:0;
}

/***********************************/
/********	LAU HEADER	************/
/***********************************/

#lauheader_shadow { 
	width: 901px;
	height:86px;
	background-image: url(../images/header_shadow.gif) ;
	background-repeat:no-repeat;
	margin: 0 auto;
}

#lauheader {
	width: 895px;
	height:86px;
	background:bottom url(../images/header_green_bar.gif) #fff;
	background-repeat:repeat-x;
	margin: 0 auto;
}

#lauheader img{
	padding-left:20px;
	padding-top:8px;
}


/***********************************/
/********	LAU FOOTER	************/
/***********************************/

#laufooter_shadow { 
	height:69px;
	background-color: rgb(218,216,207);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

#laufooter {
	height:69px;
	width:901px;
	background-color: rgb(234,232,222);
	background-image: url(../images/footer_shadow.gif) ;
	background-repeat:no-repeat;
	margin: 0 auto;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #535353;
}

#laufooter p {
	margin:0;
	padding-top:25px;
	padding-left:30px;
}

#laufooter .feedback{
	float:right;
	padding-top:30px;
	padding-right:30px;
	padding-left:0px;
	color: rgb(55,53,53);
}

#laufooter p a {
	color: rgb(55,53,53);
	text-decoration:none;
}

#laufooter p a:visited {
	color: rgb(55,53,53);
	text-decoration:none;
}

#laufooter p a:hover {
	text-decoration:underline;
}


/***************************************/
/********		TABLES		************/
/***************************************/

table {
	border-top: 1px solid #9FA09B;
	font-size: 95%;
}

th, td {
	margin:0;
	text-align:left;
	line-height:1.25;
	padding:4px;
	border-bottom: 1px solid #9FA09B;
}

td {
	background-color:#F5F5F5;
}

th {
	background-color:#EDECE6;
}



/***************************************/
/********		Lists		************/
/***************************************/

/* Aline suggested to have the following, Louaye did not like it, so commented it*/
/*ul {
	list-style-image: url(../images/list_icon.jpg);
}*/


/***************************************/
/********	PAGE CONTENT	************/
/***************************************/

/*This H1 is for internal pages*/
h1, h2, h3, h4, h5 {
	color:rgb(0,106,81);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	color:rgb(0,106,81);
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited{
	color:rgb(0,106,81);
}

h1 {
	font-size:180%;
	line-height:1.2em;
	font-weight:lighter;
	text-align:left;
	margin-bottom:25px;
	margin-top:0;
	font-variant:small-caps;
}

* html h1{
	padding-top:10px;
}

h2 {
	font-size:150%;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}

h3{
	font-size:130%;
}


h4, h5 {
	font-size:100%;
}

#content {
	width: 901px;
	margin: 0 auto;
	padding-bottom:37px;
	background:#fff url(../images/content_shadow.gif) repeat-y;
	overflow:auto;
}

#upper {
	margin:0 auto;
	text-align:center;
	padding:8px 8px 0px 8px;
}

#section_title {
	height:91px;
	width:593px;
	background: url(../images/section_title_bg.png) right top no-repeat;
	position:absolute;
	z-index:1;
	margin:-84px 0px 50px 3px;
	padding-top:7px;
	padding-left:35px;
	color:#878787;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:260%;
	font-variant:small-caps;
}

* html #section_title {
	background: url(../images/section_title_bg_ie6.gif) right top no-repeat;
}

#section_title a {
	text-decoration:none;
	color:#878787;
}

#section_title a:hover {
	text-decoration:none;
	color:#878787;
}

#section_title a:visited {
	text-decoration:none;
	color:#878787;
}

* + html #section_title {
	margin-left:-217px;
}

* html #section_title {
	margin-left:-225px;
}

#section_title span{
	color:rgb(55,53,53);
	font-size:60%;
	padding-left:10px;
}

#main {
	width:631px;
	border-right:1px solid #9C9A9B;
	margin-top:0px;
	float:left;
	padding-top:30px;
	min-height:650px;
}

* html #main{
	height:650px;
}

#content{
	padding-bottom:0;
}

#central {
	width:370px;
	padding:2px 0px;
	color:rgb(68,66,64);
	margin-left:250px;
}

#central p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#side_div {
	width:260px;
	margin-left:635px;
}

#calendar {
	background-color:#fff;
	padding:9px;
	margin-top:20px;
	margin-bottom:20px;
}

}
