@charset"utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:  url(../sharedimages/background_blue.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

a:hover {
/*	color: #0000CC;*/
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.maincontainer {
	background-repeat: repeat;
	float: left;
	width: 98%;
	
}

#apDiv1 {
	width:auto;
	height:auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.subheading {
	float: left;
	width: 80%;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 5px;
	margin-top: auto;
	margin-left: 10%;
	margin-right: auto;
}

.subheading img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subheading1 {
	text-decoration: none;
	float: left;
	width: 33%;
}

.subheadingcentre {
	text-decoration: none;
	float: left;
	width: 33%;
}

.subheading2 {
	text-decoration: none;
	float:right;
	width: 33%;
}

.pagecontent {
 	margin-left: 10%;
	margin-right: auto; 
	width: 80%;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #9999FF;
	float: left;
	padding: 20px;
}

.leftcol  {
	margin: 10px;
	padding: 5px;
	float: left;
	width: 35%;
	height: auto;
}

.leftcol1 {
	margin-bottom: 20px;
	padding: 2px;
	float: left;
	width: 90%;
	height: 200px;
	background-color: #FFFFFF;
	text-align: center;
}

.leftcol1 img {
	margin-right: auto;
	margin-left: auto;
}

.leftcol2 {
	margin-bottom: 20px;
	padding: 2px;
	float: left;
	height: auto;
	width: 90%;
	background-color: #FFFFFF;
}

.rightcol {
	margin-top: 40px;
	margin-right: 5%;
	padding: 20px;
	float: right;
	height: auto; 
	width: 48%;
	background-color: #FFFFFF;
}

.rightcol img {
	width: 100%;
}

.footer {
	margin-left: 10%;
	margin-right: auto;
	float: left;
	width: 80%;
	background-color: #D2F3F8;
	bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	position: relative;
	margin-top: 15px;

}

.footer1 {
	font-size: small;
	float: left;
	width: 40%;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 10%;
}

.footer2 {
	font-size: small;
	float: right;
	width: 40%;
	vertical-align: middle;
	text-align: right;
}

.sectionseparator {
	float: left;
	height: 1px;
	width: 90%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;


}
