/* styles for text based on body definition in centrecolumn.css style sheet*/

#content p{
	text-align: left;
}

#content H1{
	padding: 10px 0px 0px 0px;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  color: #4848b5;
}

/* only used for index page title*/
#content H2{
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	color: #4848b5;
	line-height: 1.4em;
}

#content H3{
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #4848b5;
	clear: left;
}

#content H4{
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #036;
}

#title {
	font-size: 130%;
  font-weight: bold;
  text-align: center;
  color: #4848b5;    
}

#content ul{
list-style-type: none

}

#content em{ 
font-style: italic; 
font-weight: normal; 
}

#content a:link {
	color: #339;
}

#content a:visited {
	color: #339;
}

#content a:hover {
	color: #33F;
}
#content li {
	list-style-type: none;
}

#content img{
	float: left;
	padding-right: 1em;
}

.superscript{
  position: relative;
	top: -0.6em;
	font-size: 0.6em;
}

.copyright {
  float: left;
  text-align: left;
  font-size: xx-small
}

.img_right {
		float: right;
		width: 350px;
		padding: 20px 0 0 30px;
} /* pic in index and contact_us.htm */

.alignright {
	float: right;
	padding-left: 10px;
	border-style: none;
}  /* other pics */

.pictext {
	font-size: 90%;
	font-style: italic;
}

.clearboth{
	clear: both;
	width: 100%;
	display: block;
}

#centre {
		clear: both;
		margin-right:auto;
		margin-left:auto;
		text-align: center;
}

