body{
background-color: #FFFFFF;
color:#666666;
font-family: Arial, Helvetica, sans-serif;
margin: 5px;
padding: 0;
}

/*this is to put in the content, to stop it slipping out of the content div when images are added.*/
.container{
width:99%;
background-color:#FFFF99;
}


/*These are the boxes on the front page to each research interest*/
.research{
	margin-left: 3px;
	float:left;
	width:140px;
	background-color:#FFFF99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
/*this is to indent a menu*/
.indent {
	padding-left: 10px;
	background-color:#CC3366;
}

/*the contentfullpage*/
#contentfull{
	color: #000000;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFF99;
	width:740px;
    margin-left:10px;
	padding: 4px;

}

/*hyperlinks in the content*/
#contentfull a{

text-decoration:none

}


/*hyperlinks in the full content*/
#contentfull a:hover, #content a:focus{

text-decoration:underline

}
 
#contentfull h1{
font-size: 120%;
color: #0000FF;
padding: 0;
margin: 0px;

}
#contentfull h2 {
font-size: 80%;
color: #FF0000;
padding: 0;
margin: 0px;

}

#contentfull h3{
font-size: 100%;
color: #FF0000;
padding: 0;
margin: 0px;

}

/*the content*/
#content{
	color: #000000;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFF99;
	width:560px;
    margin-left:190px;
	/*border-bottom: 1px solid #cccccc;
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #cccccc;*/
	padding: 4px;

}

/*hyperlinks in the content*/
#content a{

text-decoration:none

}


/*hyperlinks in the content*/
#content a:hover, #content a:focus{

text-decoration:underline

}


.leftimage{
	float: left;
	margin-right: 10px;
	border:1px solid #000000
	
}

.leftimagenoborder{
	float: left;
	margin-right: 10px;

	
}

.rightimage{
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	border:1px solid #000000
	
}


/*to be used to bring the div down to the next free line (like a <p> break...)*/
.clearit {
	display: block;
	clear: both;
}


/*horizontal navigation*/
#topnav {
	width:780px;
	background-color: #99CCFF;
	color: #000000;

	}
	
#topnav ul {
	padding: 0;
	margin:0;
	color: #000000;

	}
	
#topnav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	color: #000000;
	}

#topnav ul li a{
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	padding: 0 15px 0 15px;
	text-align: center;
	width: 9em;
	background-color:#99CCFF;
} 

#topnav ul li a:hover, #nav ul li a:focus{
	background-color: #99CCFF;
	color: #FF0000;

}

 


#footer{
	color: #000000;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 10px;
	margin-top: 10px;
	/*border: 1px solid #cccccc;
border-top: 1px solid #F3F3F3;
border-left: 1px solid #F3F3F3;
border-right: 1px solid #cccccc;*/
	padding: 4px;
	clear:both;

}


#footer a{

text-decoration:none

}

#footer a:hover, #footer a:focus{

text-decoration:underline

}


#uoplogo{
margin-left: 10px;
margin-top: 10px;
float:left;
width: 60px;
height:60px;
background-color:#ffffff;

}
#banner{
/*makes all the paragraph text this color*/
color: #000000;
/*makes all the paragraph font this size*/
font-size: 120%;
/*makes all the paragraph font this family*/
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFF99;
width:560px;
margin-left: 190px;
margin-right:10px;

/*border-bottom: 1px solid #cccccc;
border-top: 1px solid #F3F3F3;
border-left: 1px solid #F3F3F3;
border-right: 1px solid #cccccc;*/
padding-bottom: 10px;
padding-top:5px;
padding-left: 4px;
padding-right: 4px;
}


/*the wrapper is the div that everything else sits in. i have made it fixed here, because it is easier to get a good design with fixed widths.*/
#wrapper{
border: 1px solid #000000;
	padding: 0px;
	height: 100%;
	width:780px;
	background-color: #ffff99;}


/*the 'wrapper' of the left navigation*/
#leftcol{
	margin-left: 5px;
	float: left;
	width: 170px;
	background-color:#7598c0;
}

#nav ul{
margin: 0; 
padding: 4px;
	background-color:#ffff99;
list-style-type: none;
font-size: 90%;


}

#nav ul li a{
background-color: #7598c0;
color: #ffffff;
display: block;
padding: 4px;
text-decoration: none; 
height: 1%;

} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #577291;
color: #FF0000;
display: block;
padding: 4px; 
height: 1%;

} 


/*these 2 are just to make the content fonts and colours different so you can use for headings. you can continue up to h6 with different styles*/
#content h1{
font-size: 120%;
color: #0000FF;
padding: 0;
margin: 0px;

}
#content h2 {
font-size: 80%;
color: #FF0000;
padding: 0;
margin: 0px;

}

#content h3 {
font-size: 100%;
color: #FF0000;
padding: 0;
margin: 0px;

}

.clearit {
	display: block;
	clear: both;
}


.border {
	border: 1px solid #000000;
	}
	
#header {
	width:740px;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	/*border: 1px solid #cccccc;
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #cccccc;*/
	padding-bottom: 10px;
	padding-top:10px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

