/* background page colour */
body {
	background-color: #f0f0f0;
font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

/************** header tag styles **************/

h1{
	color: #9B054C;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #CC33FF;
 margin: 0px;
 padding: 0px;
}
IMG.left-floating {float: left}
IMG.right-floating {float: right}

#address {width:60%;margin:0 ;}
#address ul{list-style: none; margin: 0; padding: 0;}
#address li{padding:0.5em 0 0 0;}

#photo {float:right;margin:0;}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom-color: #6666CC;
}

/******* bullet style *******/

/* image for bullets */
.bullet {
	list-style-image: url(http://www.asthma-allergy.ac.uk/images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


/* Scrolling table cell */
.news_scroll { width:100%; height:450px; overflow:auto;
scrollbar-face-color: #cccccc;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #f0f0f0;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #666666;
scrollbar-track-color: #f0f0f0;
scrollbar-arrow-color: #ffffff;
}



/************** bodytext style *****************/

.bodytext{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 1px;
	border-bottom-width: thin;
}
html>body .bodytext {height: auto;}

.bodytext h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
}

/************* navigationlinks styles **************/

.navigationlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006699;
	font-style: normal;
}


/************** centreaddress style *****************/

.address{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 0px;

}

/************** cemailaddress style *****************/

.email{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}

/************** CV-styling*****************/

#header{
	color: #9B054C;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.header{
	color: #000000;
	margin: 6px;
	padding:7px;
	font-weight: bold;
}
#section  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #f0f0f0;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration: none;

}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************ Links styles **************/

#menu {
	height: 25px;
	margin: 0px 0; padding:0 0px;
	min-height: 200px; /* Visible to IE7 only */ 
	}

div.outer {
	height: 25px;
	min-height: 25px; /* Visible to IE7 only */ 
	margin: 0 3px 0 0;
	background: url('http://www.asthma-allergy.ac.uk/images/rollover.gif') 0 -25px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font:  bold 12px/1 Arial,Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	background: url('http://www.asthma-allergy.ac.uk/images/rollover.gif') top left no-repeat;
	}
div.outer span {
	display: block;
	margin:2px 0 2px 10px; padding:3px 0 3px 0;
	text-align:left;
	}
div.outer a:hover {
	background-image: none;
	text-decoration: none;
	}
div.outer a:visited {
	color:#333333;
	text-decoration: none;
	}
.watermarked{
background-color: #f0f0f0;
}
