@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #D6D6D5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

h3 {
	font: Calibri;
	font-style: italic;
	font-size:larger;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D6D6D5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding-top: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 7px 38px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin-bottom:1px;
	margin-top:3px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: smaller;
}


/* Menu */
/* Image Colour: 057C70 */

.preload1 {background: url(../img/menu21.gif);}
.preload1 {background: url(../img/menu22.gif);}

.drop {padding:0 0 0 120px; margin:0; list-style:none; height:36px; background:transparent url(../img/menuback.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.drop li.top {display:block; float:left;}
.drop li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#333; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;background: url(../img/menu01.gif) no-repeat;}
.drop li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:36px;background:url(../img/menu02.gif) right top;}
.drop li a.top_link:hover {color:#000; background: url(../img/menu21.gif) no-repeat; line-height:25px;}
.drop li a.top_link:hover span {background:url(../img/menu21.gif) no-repeat right top;}

.drop li:hover > a.top_link {color:#000; background: url(../img/menu21.gif) no-repeat; line-height:25px;}
.drop li:hover > a.top_link span {background:url(../img/menu22.gif) no-repeat right top;}


.drop table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.drop a:hover {visibility:visible; position:relative; z-index:200;}
.drop li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.drop ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.drop ul.sub1 {width:160px;}
.drop ul.sub2 {width:160px;}
.drop ul.sub3 {width:160px;}
.drop ul.sub4 {width:160px;}
.drop ul.sub5 {width:160px;}
.drop ul.sub6 {width:160px;}

.drop :hover ul {left:0; top:35px; background: #9d9da1; padding:3px; border:1px solid #D1D9EC; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}
.drop :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.drop :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}
.drop :hover ul li a:hover {background:#7DBBB5; color:#fff;}
.img {padding:5px 20px 5px 20px;}

/* Links 
Encode all emails via http://www.wbwip.com/wbw/emailencoder.html for some added spam protection */


a:link {
	color: #057;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #057;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {
	text-decoration: none;
	}


#lectures li {
	list-style: none;
}

.ibox_honorary {
	background: url(../img/background.jpg);
	color:#000000;
	font-size: 90%;
	text-align:justify;
	line-height: 18px;
	padding:10px;
	margin:15px;
}

.ibox {
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
}

.side {
		font-size: smaller;
}
	