body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.bodygrey14 {
	font-size: 1.0em;
	color: #303030;
	text-decoration: none;
	line-height: 1.5em;
}
.bodygrey12 {
	font-size: 0.85em;
	color: #303030;
	text-decoration: none;
	line-height: 1.5em;
}
.bodygrey11 {
	font-size: 0.75em;
	color: #303030;
	text-decoration: none;
	line-height: 1.6em;
}
.bodygrey10 {
	font-size: 0.7em;
	font-weight: normal;
	color: #303030;
} 
.bodygrey10a {
	font-size: 0.7em;
	font-weight: normal;
	color: #303030;
	line-height: 1.5em;
} 
.footertext {
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodywhite11 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
}
a.Links {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a.Links:Hover {
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
a.bodyblue11 {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a.bodyblue11:Hover {
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}

.bodygreyform {
	font-size: 0.75em;
	color: #666666;
	text-decoration: none;
}
.bodygreyform260 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #303030;
	text-decoration: none;
	width: 260px;
}
.bodygreyform150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #303030;
	text-decoration: none;
	width: 150px;
}
#cursor div {
	cursor: pointer;
	font-weight: normal;
}
.homepic {
	width: 150px;
	background-image: url(../graphics/liverpool_large2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Teachers Page */

.teacher_container {
	float:left;
	width:676px;
	margin:10px 0 0 0;
}
.teacher_pic {
	float:left;
	margin:0 30px 0 0;
	width:150px;
	border: solid 2px #fff;
}
.teacher_info {
	float:left;
	margin:0;
	width:486px;
}
.bold {
	font-weight:bold;
}

blockquote p {
    padding: 0px 18px 0px 0px;
    font-size: 0.76em;    
    float: left;
    background: url(../graphics/quote_down.jpg) bottom right no-repeat;
}

blockquote {
    padding: 5px 20px 20px 20px;
	margin:10px 0 10px 10px;
    font-size: 1.3em;    
    background: url(../graphics/quote_up.jpg) top left no-repeat;
}
.clearfloat {
	clear:both;
}
.textright {
	text-align:right;
	padding: 0 10px 0 0;
}