/* Morag McKenzie / Caroline Wills - 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;
}

table{
        width: 530px;
}

table.narrow{
        width: 150px;
}

p.tiny {
        font-size:xx-small;
}


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;
	}


#main{
        width: 680px;
        margin-right:auto;
        padding-top:5px;
        padding-bottom:0px;
}


/* Left-hand navigation strip.*/
#navbar{
	width: 150px;
        height:100%;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
        margin-left:5px;
/*        border-right: solid 1px #1dbe20; */
	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;
}


#blurb{
	width: 530px;
        height:100%;
        float: left;
        padding-left: 10px;
        border-left: solid 1px #1dbe20;
}

#navbar2{
	width: 150px;
        height:100%;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
        margin-left:5px;
        border-right: solid 1px #1dbe20;
	background-image: url(navbg.jpg);
}

#blurb2{
	width: 530px;
        height:100%;
        padding-top: 5px;
        padding-bottom: 30px;
        float: right;
}


#mod{
        width:680px;
        height:70px;
        margin-right:auto;
        padding-top:10px;
        clear:both;
        text-align:center;
        border-width:1px;
        border-style: solid;
        border-color: rgb(15, 226, 50);
        border-left:none;
        border-right:none;
        border-bottom:none;
        font-size:smaller;
}


/* Staff photo on main page. */
#mugshot{
	width: 130px;
	float: right;
	margin-top: -15px;
	margin-right: 35px;
        margin-left: 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;
}

