/* styles for text based on body definition in centrecolumn.css style sheet*/

#content p{
  text-align: justify;
}

#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: 140%;
  font-weight: bold;
  color: #4848b5;
}

#content H3{
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  color: #4848b5;
}

#title {
	font-size: 130%;
  font-weight: bold;
  text-align: center;
  color: #4848b5;    
}

#content ul{
list-style-type: none;
margin 0px 20px 0px 0px;
}

#content em{ 
font-style: italic; 
font-weight: normal; 
}


#content a:link {
	color: #151515;
}

#content a:visited {
	color: #151515;
}

#content a:hover {
	color: #0000CC;
}

.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 */

#centre {
		clear: both;
		margin-right:auto;
		margin-left:auto;
		text-align: center;
}