.background {
	background-color: #ffffff;
}
.text-main {
	font-family: Arial, sans-serif;
	font-size: 82%;
	color: black;
}
.text-read {
	font-family: Arial, sans-serif;
	font-size: 71%;
	color: blue;
}
.text-find_out {
	font-family: Arial, sans-serif;
	font-size: 82%;
	color: blue;
}
.text-copy {
	font-family: Arial, sans-serif;
	font-size: 71%;
	color: #ffffff;
}
.text-subtitle {
	font-family: Arial, sans-serif;
	font-size: 95%;
	color: black;
}
.pl10 {
	padding-left:10px;
}
.ptb5 {
	padding-top:5px;
	padding-bottom:5px;
}
.pt4 {
	padding-left:10px;
	padding-top:4px;
}
.a:link {
	color: 000000;
	text-decoration: none;
}
.a:visited {
	color: 000000;
	text-decoration: none;
}
.a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.a:active {
	color: 000000;
	text-decoration: none;
}
a:link {
	color: 000000;
	text-decoration: none;
}
a:visited {
	color: 000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.pic-margin {
	margin-right: 8px;
}
.pic-margin2 {
	margin-right: 20px;
}
.news-title {
	margin-bottom: 10px;
}

/*Style for the Color of the page border*/
.mainBorder {
	background-color: #666666
}
/*Style for the Color of the page footer*/
.mainFooter {
	background-color: #004BB7
}	

/*Style for the Color of the page content*/
.mainContent {
	background-color: #FFFFFF
}

/*Style for the Color of the page content background (possibly redundant-to be removed?)*/
.mainContentBg {
	background-color: #FFFFFF
}

/*Style for the group of services images on index page*/
.servicesGroup {
	background-color: #E7EFF2
}	

/*Style for the left hand side menu*/
.menu {
	padding-top:20px;padding-left:15px;padding-right:15px
}

/*Style for the items in menu*/
.menuItems {
	padding-top:5px;padding-bottom:5px
}	

/*Style for the subheading on each page*/
.subHeading {
	padding-right:15px
	}
.alignLeft {
	text-align: left
}

.alignRight{
	text-align: right
}

.alignCenter{
	text-align: center
}	
