/* This stylesheet ensures that your pages print out neatly, 
   by hiding the navigation bars */
/* Ruth Evans, 2006 */

/* leftnav background colour: #013159  */
/* leftnav links hover colour: #008C99 */


/* basic text styles */
body {margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 1.4em;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 1.3em;}

h3 {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;}

h4 {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}

h5 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;}

h6 {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

.menu {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

.owner {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

p {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

li {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

a:link, a:visited {color: #0000CC;}


/* used for all vertical sections */
/* picked up by the Javascript that matches the column heights */
#container
{
width: 100%;
margin: 0px auto;
background-color: #FFFFFF;
color: #333333;
line-height: 130%;
}

/* contains the logos etc */
#top
{
width: 100%;
}

/* for the department name image */
#title
{
float: left;
width: 30%;
margin: 0;
padding: 0px;
background-color: #EAE3D3;;
}

/* for the University logo */
#biglogo
{
float: right;
width: 252px;
margin: 0;
padding: 0px;
background-color: #EAE3D3;;
}

/* ensures there is a gap between the dept and University images - not required for print version */
#space
{
display: none;
}

/* breadcrumbs - links showing path to current page */
#breadcrumb{
clear:both;
margin: 0px 0px 0px 0px;
background-color: #9C8186;
height: 24px;
border-top-color: #FFFFFF;
border-top-width: 2px;
border-top-style: solid;
border-bottom-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
}

/* used for the breadcrumbs */
#links{
display: block;
padding: 0px;
width: 90%;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;
color:#FFFFFF;
margin-left: 8px;
}

#links a { text-decoration: none; color: #FFFFFF;}


/* left hand navigation block - hidden for printing */
#leftnav
{
display:none;
}

/* main content section of the page */
#content
{
clear:both;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
background-color: #FFFFFF;
}


/* for the items at the bottom of the page - hidden for printing */
#footer
{
display:none;
}


/* tables with borders */
table.border, table.border td {
	border: solid 1pt #666666;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 3px;
}

table.border td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #EAE3D3;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* subheader for tables */
.thsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
/* an indented table cell */
td.indent {
	text-indent: 20px;
}

/* to pick out text in red */
.markedinred {
	color: #CC0000;
	background-color: #FFFFFF;
}

/* to give more space between list items */
li.morespace {
	padding-bottom: 1.0em;
}

/* for quotes from students etc */
.quote {
    margin-left:40px;
	margin-right:40px;
	font-style:italic;
}

/* Styles for floating pictures */
div.floatleft {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}
div.floatright {
	float:right;
	padding-left:10px;
	padding-right: 12px;
	padding-bottom:10px;
}

/* hide for printing */
#rightnav
{
display:none;
}
