/* mac hide\*/
html, body {height:100%}
/* end hide */
html { min-height: 100%; margin-bottom: 1px; }
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:789px;/* for mozilla*/
	background-color: #fff;
	background:  url(images/bg3.gif);
	color: #000000;
	font-size: 80%;
 	font-family: Arial, Helvetica, sans-serif;
}

#outer{
	height:100%;
	min-height:100%;
	width:789px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centredbgNew.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:643px;
}

#header{
	position:absolute;
	top:0;
	left:12px;
	width:764px;
	height:158px;
	background: url(images/mountains5.jpg) no-repeat center center;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:164px;/*needed to make room for header*/
	padding-bottom:26px;/* needed to make room for footer */
}

#left p {padding-left:3px;padding-right:2px}
#right p {padding: 2px 2px 2px 8px;}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-right: 16px;
	padding-top:164px;/*needed to make room for header*/
	padding-bottom:26px;/* needed to make room for footer */
	font-size: 90%;
 	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width:764px;
	clear:both;
	height:31px;
	background-color: #fff;
	background:url(images/footerbg.gif) no-repeat center center;
	color: #000000;
	text-align:center;
	line-height: 1.5em;
	left:11px;
	bottom:0;
	position: absolute;
}

* html #footer {/*only ie gets this style*/
	\height:33px;/* for ie5 */
	he\ight:31px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:500px;
	float:right;
	padding-top:164px;
	padding-bottom:26px;/* needed to make room for footer */
}

#centrecontent p {padding-left:10px}

#clearfooter {width:100%;height:33px;clear:both} /* to clear footer */

#navlist
{
 padding: 0;
 margin-left: 15px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 1.6em;
 background: #B9C8DC;
 width: 119px;
}

#navlist ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
}
#navlist li
{
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#navlist li a
{
 display: block;
 padding: 0.15em 0.5em 0.15em 0;
 background: #B9C8DC;
 margin-left: 0;
 background-image: url(images/arrow.gif);
 background-repeat: no-repeat;
 background-position: .2em;
 padding-left: 1.4em;
 text-decoration: none;
}

#navlist li a:link { color: #2A65A4; }
#navlist li a:visited { color: #2A65A4; }

#navlist li a:hover
{
 background: #EFF4FA;
 margin-left: 0;
 background-image: url(images/arrow2.gif);
 background-repeat: no-repeat;
 background-position: .2em;
 padding-left: 1.4em;
}

body#home a#home_link,
body#applications a#applications_link,
body#courses a#courses_link,
body#seminars a#seminars_link,
body#news a#news_link,
body#history a#history_link,
body#living a#living_link,
body#people a#people_link,
body#contact a#contact_link {
 background: #EFF4FA;
 margin-left: 0;
 background-image: url(images/arrow2.gif);
 background-repeat: no-repeat;
 background-position: .2em;
 padding-left: 1.4em;
}

p {
 padding: 0 12px;
 margin: 5px 0 7px 0;
 }

h1 {
 margin:0; 
 padding: 5px 10px;
 font-size: 170%;
 color: #333;}
 
h2 { 
 margin:0; 
 padding: 5px 10px;
 font-size: 140%;
 color: #225286;}

h3 {
 margin:0; 
 padding: 10px 10px 5px 10px;
 font-size: 120%;
 color: #225286;}

h4 {
 margin:0; 
 padding: 5px 10px;
 font-size: 100%;
 font-weight: bold;}
 
h5 {
 margin:0; 
 padding: 5px 10px;
 font-size: 85%;}

h6 { 
 margin:0;
 padding: 5px 10px;
 font-size: 70%;}

img {
 border: 0;}
 
img.people {
 border: 0;
 margin: 0 8px 0 0}
 
 a:link {
 color: #0000FF;
 text-decoration: underline;}

 a:visited {
 color: #0000FF;
 text-decoration: underline;}

a:hover {
 color: #903;
 text-decoration: none;}

a:active {
 color: #903;
 text-decoration: none;}
 
.image-left {
    text-align:left;
}

.image-center {
    text-align:center;
}

.image-right {
    text-align:right;
}

.float-left { 
    float:left;
    clear:left;
    margin-right:10px;
} 

.float-right, .box-border {
    float:right;
    clear:right;
    margin-left:20px;
    z-index:100;
}

/* because of different border in ie moz*/ 
div.box-border {
    max-width:218px;
}

div.box {
    text-align:left;
    margin-top:5px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    overflow:hidden;
}

.greyBox {
	background-color:#DBDBDB;
	margin: 5px;
	padding: 1px 0 1px 0;
	border-color:#999;
	border-bottom: groove 1px;
	border-right: groove 1px;
	}
	
table td {
 padding: 0 8px;
 margin: 5px 0 5px 0;
 }
 
table.ple {
margin:0;
padding: 0 4px;
width: 500px;
border: 0;
}
 
table td.pleimg {
margin:0;
padding: 0 2px;
font-size: 11px;
vertical-align: top;
width: 100px;
}

table td.pletxt1 {
margin:0;
padding: 0 2px;
font-size: 11px;
vertical-align: top;
width: 400px;
}

table td.pletxt2 {
margin:0;
padding: 0 2px;
font-size: 11px;
vertical-align: top;
width: 150px;
}
