	body {
		font-family: Arial,Helvetica,Sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none;
		color: #0F0F0F;
		background-color: #9DBFD7;
		margin: 0px;
	 }
	a {
		font-family: Arial,Helvetica,Sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: underline;
		color: #000080;
	 }
	a:hover {
		font-family: Arial,Helvetica,Sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none;
		color: #FF0000;
	 }
	#container {
		position: relative;
		width: 775px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(../images/container.jpg);
		background-repeat: repeat-y;
	 }
	#header {
		position: relative;
		top: 0px;
		left: 0px;
		width: 775px;
		height: 85px;
		background-image: url(../images/head_about.jpg);
		background-repeat: ;
	 }
	#main {
		position: relative;
		top: 0px;
		width: 775px;
	 }
	#content {
		text-align: justify;
		position: relative;
		float: left;
		left: 90px;
		width: 300px;
	 }
	#sidepanel {
		position: relative;
		float: right;
		right: 70px;
		width: 250px;
	 }
	#footer {
		font-size: 8pt;
		color: #FFFFFF;
		position: relative;
		width: 775px;
		height: 15px;
		margin-right: auto;
		margin-left: auto;
	 }
	.right {
		float: right;
		padding: 5px;
		margin: 10px;
		border: 1px solid #34607A;
	 }
	.left {
		float: left;
		padding: 5px;
		margin: 10px;
		border: 1px solid #34607A;
	 }
	.dropleft {
		float: left;
		margin: 3px;
	 }
	#title {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 999;
	 }
	h4 {
		color: #136B88;
	 }
	h5 {
		font-family: Perpetua,Garamond,Georgia,Times;
		font-size: 14pt;
		color: #163747;
	 }
	.centre {
		text-align: center;
	 }
	.cardtitle {
		font-family: Perpetua,Garamond,Georgia,Times;
		font-size: 10pt;
		color: #163747;
	 }
