@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}
body {
	background-image: url(images/background_new.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0D264F;
}
#main_window {
	text-align: center;
	width: 950px;
	height: 510px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
}
#header {
	text-align: left;
	width: 950px;
	height: 116px;
}
#mainleft {
	float: left;
	width: 224px;
}
#maincentre {
	background-color: #FFFFFF;
	overflow: auto;
	height: 344px;
}
#maincentre p{
	text-align: left;
	padding: 20px;
}
#mainright {
    float: right;
	width: 241px;
}
#footer {
	text-align: center;
	width: 950px;
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#footer p{
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #01B0B5;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.heading1{
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}
#mainvideo {
	float: left;
	text-align: center;
	width: 950px;
	background-image: url(images/video1.jpg);
	background-repeat: no-repeat;
}
