/*** TYPOGRAPHY, COLOURS ETC ***/

body {
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	background: #FFFFFF;
	margin: 27px 0px 0px 0px;
}

.hide { display: none }

a, a:link, a:visited {
	text-decoration: none;
	color: #094A82;
}

a:hover { color: #28689F }

p {	margin: 9px 0px 0px 0px }

p#top { margin: 0px }

h3, h4 {
	display: inline;
	font-size: 11px;
}

h3 { font-weight: bold }

h4 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-left: 4px;
}

img { border: 0px }

img#heading { float: left }

img.title {
	margin: 109px 0px;
	cursor: pointer;
}

#studentImage { margin: 18px 0px 9px 0px }

#loadingBar {
	margin: 73px 0px 0px 0px;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 72px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF;
}

li.selected {
	color: #094A82;
}


/*** LAYOUT ***/

div#noAccess {
	text-align: center;
 	margin-top: 72px;
}

div#container {
	margin: 0px auto;
	width: 945px;
	padding-left: 27px;
}

div#title {
	height: 81px;
	width: 918px;
	background: url(images/title2.gif) no-repeat scroll 0px 33px;
}

div.titleRight {
	width: 351px;
	float: right;
}

div#exhibition { background: #FFFFFF }

div.col {
	float: left;
	margin-left: 27px;
	padding-bottom: 36px;
	border-top: 1px solid #AAAAAA;
}

div#col1 { margin-left: 0px }  /* for IE */

div.singleWidth { width: 162px }

div.doubleWidth { width: 351px }

div#studentDetails { background: #FFFFFF }

div#divide { clear: both }