body {
	margin: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	}
	
div#holder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1px;
	left: 3px;
	background-color: #FFFFFF;
	}
	
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active { 
	color: blue; 
	text-decoration: underline;  
	font-weight: bold;
	}
	
a:visited { 
	color: gray; 
	text-decoration: underline;  
	font-weight: bold;
	}
	
a:hover { 
	color: red; 
	text-decoration: none;  
	font-weight: bold;
	}
	
p, blockquote, h2, h3, h4 {
	color: #666666;
	}
	
p, blockquote, ul {
	line-height: 120%;
	}

p, ul {
	text-decoration: none;
	margin: 8px 0px 8px 0;
}

p.centre {
	text-align: center;
	}

p.right {
	text-align: right;
	}

blockquote {
	text-decoration: none
	}
	
span.ital {
	font-style: italic;
	}

span.bold {
	font-weight: bold;
	}
	
span.strike {
	text-decoration: line-through;
	}
	
h1 {
	color: black;
	font-size: 120%;
	line-height: normal;
	text-decoration: none;
	margin: 0 0 24px 0;
}

h2 {
	font-size: 125%;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	}
	
h3 {
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	}

h4 {
	text-align: right;
	font-weight: normal;
}

img {
	margin: 0px 12px 6px 0px;
	float: left;
	border: 2px solid black;
}

img.right {
	margin: 0px 0px 6px 12px;
	float: right;
	border: 2px solid black;
}

img.nob {
	border: none;
}

img.centre {
	margin: 0px;
	float: none;
	border: 2px solid black;
	}

div#head {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 10px; 
	height: 95px; 
	background-image: url(../images/dean.jpg); 
	background-repeat: no-repeat;
	border-bottom: 2px solid black;
	}
	
div#head h1 {
	font-size: 300%;
	text-align: center;
	color: #000000;
	}
	
div#head img {
	border: 0px;
	}

div#head p {
	color: black;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: -2px;
	margin: 0px;
	line-height: 16px;
	}

div#head a {
	color: gray;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	height: 20px;
	display: block;
	padding: 0 15px 0 15px;
	float: left;
	border-bottom: 2px solid black;
	}
	
div#head a:hover { 
	color: black; 
	border-bottom: 2px solid #cccccc;
	}
	
div#content
{
	position: absolute;
	top: 115px;
	left: 20px;
	right: 20px;
	line-height: 125%;
	bottom: 20px;
}
