
body {
	background: #FED3FF;
	color: #5356B3;
	font-family: tahoma, arial;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

.bodytitle {
	font-weight: bold;
	font-size: 14px;
}

.majorcentre {
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	margin: 0;
	padding: 0;
}



* html body {
}

img {
	border: 0px;
}

a:link { 
	color: #5356B3;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #5356B3;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link { 
	color: #5356B3;
	text-decoration: none;
	font-size: 10px;
}
	
#footer a:visited { 
	color: #9D9D9B;
	text-decoration: none;
	font-size: 10px;	
}
	
#footer a:hover, #footer a:active { 
	color: #5356B3;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#inner_container {
	clear: both;
	height: 565px;
	width: 960px;
    background: url(images/bg.jpg) no-repeat;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	overflow: hidden;
}

#rightbody {
	position: relative;
	float: left;
	top: 200px;
	left: 150px;
	width: 630px;
}

#footer {
	clear: both;
	position: relative;
	color: #5356B3;
	font-size: 10px;
	top: -10px;
	text-align: center;
	width: 960px;
}

#leftnav {
	position: relative;
	float: left;
	top: 305px;
	left: 40px;
	width: 140px;
	font-size: 12px;
	font-weight: bold;
}

#leftnav ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#leftnav a{
	height: 1.5em;
	display: block;
	width: 150px;
	padding: 0.3em 0.0em 0.0em 3.0em;
	margin: 0;
	border-bottom: 1px; /*solid #1a1a1a*/
	border-top: 1px; /*solid #1a1a1a*/
	color: #5356B3;
	text-decoration: none;
}

#leftnav a:hover{
	color: #5356B3;
	background-color: #F8B6DC;
	font-weight: bold;
	white-space: nowrap;
	}
	
#leftnav a:visited{
	color: #9D9D9B;
	}