/* Default style settings */
	
body {
	background-color: #ffffff;
	background-image: url(../images/page_background.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 12px;
}

b {
	font-weight: bold;
	color: #222222;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}
	
/* Main div containers */

#Header {
	width: 760px;
	height: 91px;
	background-color: #000066;
	vertical-align: center;
	background-image:  url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#PrintHead {
	display: none;
}	
	
#Blubar {
	width: 760px;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #c4d1de;
}

#Headspace {
	width: 760px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#Main {
	width: 760px;
	background-image: url(../images/nav_background.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}

#LeftNav {
	position: absolute;
	top: 131px;
	left: 0px;
	width: 145px;
}


#HomeContent {
	padding-top: 0px;
	padding-left: 181px;
	padding-right: 200px;
	padding-bottom: 0px;
}
	
	
#HomeRightCol {
	position: absolute;
	left: 576px;
	top: 131px;
	width: 184px;
}
	
#Content {
	padding-top: 0px;
	padding-left: 180px;
	padding-right: 209px;
	padding-bottom: 0px;
}
	
	
#RightCol {
	position: absolute;
	left: 590px;
	top: 153px;
	width: 170px;
}

/* Div classes */

.logo {
	position: absolute;
	top: 7px;
	left: 19px;
}
	
.logotype {
	position: absolute;
	top: 40px;
	left: 135px;
}
	
.johngregson_head {
	background-color: #8FA790; 
	width: auto;
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.johngregson_body {
	background-color: #EAEEEE; 
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 15px;
	padding-right: 10px;
}
	
.assemblies_head {
	background-color: #CDAC63; 
	width: auto;
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.assemblies_body {
	background-color: #EAEEEE; 
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 15px;
	padding-right: 10px;
}

.downloads_head {
	background-color: #79869F; 
	width: auto;
	margin-top: 20px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
	
.downloads_body {
	background-color: #EAEEEE; 
	width: auto;
	padding-top: 10px;
	padding-bottom: 14px; 
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

.extlink {
	padding-top: 6px;
	text-align: right;
	text-decoration: none;
}
	
.contactdetails {
	margin-left: 50px;
}

.downloadbox {
	border-top: 1px solid #CAD7E4;
	border-bottom: 1px solid #CAD7E4;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F5F5FA;
}

.lecturedetails {
	border-top: 1px dashed #AAB7C4;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: auto;
}

.lecturedocs {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	width: auto;
}


/* Table styles */

div.contactrow {
	width: 300px;
	clear: both;
}

div.contactrow span.label {
	float: left;
	width: 50px;
	text-align: left;
	font-weight: bold;
}

div.contactrow span.details {
  float: right;
  width: 250px;
  text-align: left;
}
	
/* Span styles */

.publication {
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
	color: #222222;
}

.qualifications {
	font-size: 11px;
}

.docformat {
	font-size: 11px;
	font-style: italic;
	color: #222222;
}

.title {
	font-weight: bold;
	color: #222222;
}

.charitynum {
	font-style: italic;
	color: #222222;
	font-size: 11px;
	}

/* Header styles */

h1 {
	font-family: arial;
	font-size: 12px; 
	font-weight: bold;
	color: #852D2D;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C4D1DE;
}

h2 {
	font-family: arial;
	font-size: 12px; 
	font-weight: bold;
	color: #852D2D;
	margin-top: 0px;
	margin-bottom: 10px;

}
	
/* Link styles */

a:link {
	color: #3030FF;
}

a:visited {
	color: #3030FF;
}

a:hover {
	color: #3030FF;
}

#HomeRightCol a:link {
	text-decoration: none;
}

#HomeRightCol a:visited {
	text-decoration: none;
}

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


a.nav:link { 
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #575B91;
	text-decoration: none; 
}
	
a.nav:visited { 
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #575B91;
	text-decoration: none; 
}
	
a.nav:hover { 
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #000040;
}

a.getdoc:link { 
	font-size: 11px;
	text-decoration: none; 
}
	
a.getdoc:visited { 
	font-size: 11px;
	text-decoration: none; 
}
	
a.getdoc:hover { 
	font-size: 11px;
	text-decoration: underline; 
}

.downloadbox a:link {
	text-decoration: none;
	color: #1010FF;
}

.downloads_body a:link {
	text-decoration: none;
}

.downloads_body a:visited {
	text-decoration: none;
}

.downloads_body a:hover {
	text-decoration: underline;
}

	
/* Paragraphs and breaks */

hr { 
	border-color: #FFFFFF; 
	border-style: solid; 
	height: 1px; 
}
	
p.homesplash {
	font-family: trebuchet ms;
	font-size: 20px;
	font-style: italic;
	color: #852D2D;
	margin-top: -4px;
}

p.shim {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
#LeftNav ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#LeftNav li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#LeftNav li.on {
	background-color: #CCD9E6;
}

ul.docdownload {
	margin-top: 0px;
	padding-top: 0px;
	list-style-image: url(../images/arrow_bullet.gif);
}

