* {
	margin: 0;
	padding: 0;
}

body {
	margin: 1em auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 80em;
}

/*
	style for university logo
*/
#top #abdn_logo {
	float: left;
	width: 143px;
	height: 58px;
	background: url(http://www.abdn.ac.uk/central/images/unilogo_dept.gif) no-repeat;
	margin-bottom: 1em;
}
#top #abdn_logo span {
	position: absolute;
	left: -999px;
}

/*
	nifty
*/

#top #headerImg {
	background: #9BD1FA;
	text-align: right;
	clear: both;
}

#top #headerImg h5 {
	padding: 7em 1em 0.5em 1em;
	margin: 0.2em 0.4em;
	color: #ededed;
	background: #9BD1FA url(../images/skyeimg1.jpg) no-repeat;
	background-position: 0px -90px;
}

#top h5 {
	clear: both;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

/* 
	style for department name 
*/
#top #dept_name {
	float: right;
	margin-bottom: 0.2em;
}

#top #dept_name {
	font-family: "Time New Roman", serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #888888;
	text-decoration: none;
}

#top #dept_name a {
	text-decoration: none;
	color: #456789;
}

#top .login {
	text-align: right;
	font-size: 0.8em;
	clear: right;
}

#content {
	float: left;
	width: 80em;
	border-bottom: 3px solid #d1dbeb;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#content #left {
	float: left;
	width: 12em;
	background-color: #D1DBEB;
}

#content #left ul {
	list-style: none;
	margin: 0 0.8em 1em 1em;
}	

#content #left li {
	margin-top: 0.4em;
	padding-left: 1em;
    background: url(../images/link.jpg) no-repeat;
	background-position: 0px -3px;
	font-size: 1.1em;
}

#content #left ul ul {
	list-style: square;
	color: #487BCA;
}

#content #left li li {
	background-image:none;
}

#content #left li a:link,
#content #left li a:visited,
#content #left li a:active {
	color: #3D71C3;
	text-decoration: none;
}

#content #left li a:hover {
	color: #3D71C3;
	text-decoration: underline;
}

#content #centre {
	float: left;
	width: 64em;
	padding: 0 1em 2em 1em;
}
#content #centre h1 {
	font-size: 1.8em;
	margin-bottom: 0.6em;
}

#content #centre h4 {
	font-size: 1em;
	font-style: italic;
	margin-bottom: 1em;
}

#content #centre p {
	line-height: 140%;
	margin-bottom: 0.8em;
}

#content #centre .ctrls img {
	border: 0;
}

#content #centre .ctrls {
	float: right;
}

#bottom {
	clear: both;
	padding: 1em;
}

#bottom h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}				

#bottom h4 a:link,
#bottom h4 a:visited,
#bottom h4 a:hover,
#bottom h4 a:active {
	text-decoration: none;
	color: black;
}

#bottom ul {
	font-size: 0.8em;
	text-align: center;
}

#bottom li {
	display: inline;
	padding: 0.2em 0.5em 0 1.5em;
    background: url(http://www.abdn.ac.uk/~wpe006/images/misc/dots/blue.jpg) no-repeat;
	background-position: 0px 8px;
	font-size: 1.4em;
}

#bottom .first {
	background-image: none;
}

#centre #participants th,
#centre #participants td {
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	padding-top: 0.3em;
}

#centre #participants td {
	padding-bottom: 0.5em;
}

#centre #participants .name {
	width: 18em;
}

#centre #participants .affiliation {
	width: 22em;
}

#centre #participant {
	float: left;
	width: 55em;
	line-height: 160%;
}

#centre #participant dt {
	float: left;
	width: 12em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-right: 2em;
}

#centre #participant dd {
	float: left;
	width: 40em;
	font-style: italic;
	margin-bottom: 0.6em;
}

#centre #participant dd br {
}

#centre #back {
	clear: both;
	padding-top: 2em;
	margin-right: 11em;
	text-align: center;
}

#centre #ctrls {
	float: right;
	width: 10em;
	background-color: #eee8aa;
	margin-right: -3em;
}

#centre #ctrls ul {
	list-style: none;
	margin: auto 1em;
}`

#centre #msgs {
	border: 1px dotted green;
	margin-right: -3em;
}

#centre #msgs ul {
}

#centre #msgs li {
	color: red;
}

#centre table .not_verified {
	font-style: italic;
}
	

