/* Morag McKenzie October 2004 */

body{
	font-family: sans-serif;
	font-size: smaller;
	margin-left: 8%;
	margin-top: 2%
}

/* Heading strip containing University logo, Computer Science title and decorative elements. */
#title{
	width:680px;
	height:114px;
	border-width:1px;
	border-style: solid;
	border-color: rgb(15, 226, 50);
	border-left:none;
	border-right:none;
	padding-top:5px;
	padding-bottom:10px;
}

#title img{
	margin: 0px;
	float: left;
}

#main{
	width: 530px;
}

h1{
	color: #1dbe20;
	text-align: center;
}

h3{
	font-size:smaller;
	margin-bottom: 0px;
}

ul{
	list-style-type: none;
}

li{
	margin-bottom: 5px;
}

img{
	border: none;
}

/* Standard links.*/
a{
	text-decoration:none;
}

a:link{
	text-decoration:underline;
	background-color:transparent;
	color: rgb(15, 150, 50);
}

a:visited{
	color: rgb(15, 75, 50);
	text-decoration:underline;
	background-color:transparent;
}

a:hover{
	color:rgb(15, 226, 50);
	background-color:transparent;
}

a:active{
	color:rgb(15, 226, 50);
	background-color:transparent;
	}

/* Left-hand navigation strip.*/
#navbar{
	border-right: solid 1px #1dbe20;
	width: 150px;
	height: 300px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
	background-image: url(navbg.jpg);
}

#navbar li{
	margin-bottom: 10px;
	margin-left: -15px;
	font-size: 11pt;
}

/* Navigation strip links. */
#navbar a{
	text-decoration:none;
}

#navbar a:hover{
	text-decoration:underline;
}

#navbar #current{
	list-style-type: circle;
}

/* Staff photo on main page. */
#picture1{
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}

#main{
	margin-left: 170px;
	margin-top: 20px;
}

/* Internal navigation used on publications page. */
#internalNav{
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	text-align: center;
}

#internalNav ul li{
	display: inline;
}

p.totop{
	padding: 5px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
}
