#wrapper {
	width: 900px;
	position: relative;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #4F63AE;
	overflow: auto;
	background-color: white;
}

#header {
	position: relative;
	height: 105px;
	width: 100%;
}

#logo {
	padding: 15px;
	position: relative;
	float: left;
}

#headright {
	float: right;
	height: 100px;
	width: 60%;
}

#languagebar {
	float: right;
	text-align: right;
	width: 50%;
	font-size: small;
}

#navbar {
	position: relative;
	float: right;
	top: 50px;
	width: 100%;
	height: auto;
	overflow: visible;
}

#navbar ul {
	margin: 0; padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	float: right;
}

#navbar li {
	display: inline; 
	position: relative;
	float: left;
	margin: 3px;
}

#navbar li:hover {
	/* border-style: solid; */
	/* font-weight: bold; */
	background-color: #EFEFFF;
}

#navbar a, #navbar a:visited {
	padding: 2px;
	border:1px solid #4F63AE; 
	/*font-size: x-small;*/
	text-align:center; /* ADDED */ 
	text-decoration:none; /* ADDED */ 
	color: #4F63AE;
	position: relative;
}

#body {
	position: relative;
	margin:0 auto;
}

#splash {
	background-color: #AAAACC;
	width: 100%;
	min-height: 188px;
	height: 180px;
	float: left;
}

.mainContentPane {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	/* background-color: #BBBBBB; */
	min-height: 320px;
	height: auto;
	text-align: left;	
}

#mainLeft {
	width: 290px;
	margin-right: 5px;
	float: left;
}

#mainCentre {
	width: 290px;
	float: left;
}

#mainRight {
	width: 290px;
	margin-left: 5px;
	float: left;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: small;
}

#footer p {
	font-size: xx-small;
	padding-left:30px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline; 
	position: relative;
	float: left;
	margin: 3px;
	float: none;
}

#footer a, #navbar a:visited {
	padding: 2px;
	/*font-size: x-small;*/
	text-align:center; /* ADDED */ 
	text-decoration:none; /* ADDED */ 
	color: #4F63AE;
	position: relative;
}

body {
	text-align: center;
	font-family: Arial,Verdana,sans-serif;
	background-color: #EFEFFF;
}


h1 {
	text-align: left;
}

h2 {
	color: #2F439E;
}

#contentDetail {
	text-align: left;	
	float:left;
	width: 695px;
	padding-right: 5px;
}

#sidePanel {
	float: right;
	width: 200px;
	background-color: #4F63AE;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 15px;

}

#sidePanel div {
	padding: 10px;
	margin: 2px;
	border: solid;
	border-width: 1px;
	border-color: white;
}
#sidePanel a, #sidePanel a:visited {
	color: #FFFFFF;
}

.contentImgRight {
	float:right;
	padding: 4px;
}

.contentImgLeft {
	float:left;
	padding: 4px;
}

#partnersList {
	list-style: none;
}

