﻿a:link {
	color:blue; text-decoration:underline
}
a:visited {
	color:purple; text-decoration:underline
}
a:hover {
	color:red;
}
.centre {
	vertical-align: top;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	line-height: normal;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	color: #2036e2;
	background-image: url('Images/background.jpg');
	background-repeat: repeat;
	padding-bottom: 80px;
}
.pageHolder {
	border: 8px solid #0066FF;
	width: 950px;
	margin: auto;
/* Do rounding in future development browsers */
	border-radius: 20px;
/* Do rounding (native in Safari, Firefox and Chrome) */	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #FFFFFF;
/* Shadow effect */
	box-shadow: 4px 6px 8px rgba(0,0,0, .5);
	-webkit-box-shadow: 4px 6px 8px rgba(0,0,0, .5);
	-moz-box-shadow: 4px 6px 8px rgba(0,0,0, .5);
}
.centreBanner {
	position: relative;
	width: 900px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
.centreBody {
	margin: 20px auto 30px auto;
	position: relative;
	width: 900px;
	right: auto;
	left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
}
.centreFooter {
	padding: 15px 0px 5px 0px;
	margin: 40px auto 0px auto;
	width: 900px;
	right: auto;
	left: auto;
	font-size: x-small;
	text-align: center;
	color: #2036e2;
	height: 55px;
	border-top-width: 1px;
	border-top-color: #2036e2;
	clear: both;
	border-top-style: solid;
}
.ulist{
	margin-left:0;
}
.list {
	padding-bottom: 15px;
	list-style-type: none;
}
.imageRight {
	padding: 5px 0px 15px 15px;
	float: right;
}
.imageLeft {
	padding: 5px 15px 15px 0px;
	float: left;
}
.h1 {
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 100%;
}
.h2 {
	font-size: large;
	font-weight: bold;
	font-variant: normal;
}
.h3 {
	font-size: medium;
	font-weight: bold;
	font-variant: normal;}
.table1 {
	border-color: #00FFFF;
	border-width: 0;
	text-align: left;
	width: 650px;
}
.imageLink {
	border-style:none;
}
.menu {
	width: 225px;
	float: left;
	margin-bottom: 30px;
/* Shadow effect */
	box-shadow: 4px 6px 8px rgba(0,0,0, .5);
	-webkit-box-shadow: 4px 6px 8px rgba(0,0,0, .5);
	-moz-box-shadow: 4px 6px 8px rgba(0,0,0, .5);
}
.content {
	width: 650px;
	float: right;
	padding-left: 10px;
	margin-bottom: 25px;
	padding-top: 0px;
	margin-top: 0px;
}
.leftBox {
	border: thin solid #0000FF;
	padding: 10px;
	vertical-align: top;
	width: 300px;
	float: left;
}
.rightBox {
	border: thin solid #0000FF;
	padding: 10px;
	vertical-align: top;
	width: 300px;
	float: right;
	clear:both
}
