* {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
ul, ol {
    padding-left:1em;
    margin-left:0;
}

body {
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 125%;
	color: #92173b;
}
h2 {
	font-size: 105%;
	color: #000000;
}

a {
	color: #92173b;
}
a:visited, a:active {
	color: #92173b;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

#container {
	width: 850px;
	margin-top: 25px;
	min-height: 500px;
	margin: 35px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#language {
	margin: 5px 25px 5px 0;
	text-align: right;
}
	#language a {
		font-weight: bold;
		font-size: 80%;
		text-decoration: none;
		color: #000000;
	}
	#language a:hover {
		color: #92173b;
		text-decoration: underline;
	}

#header {
	height: 105px;
	padding: 0px 25px 0 25px;
}

#navigation {
	height: 35px;
	font-size: 80%;
	width: 850px;
}
	#navigation ul {
		list-style: none;
		font-weight: bold;
		padding: 0;
		margin: 0;
		margin-right: 25px;
		margin-left: 25px;
	}	
	#navigation ul li {
		display: inline;
		margin-top: 10px;
		padding-right: 9px; /*9 when full*/
		padding-left: 9px;
		color: #000000;
		line-height: 35px;
		border-left: 1px solid #000000;
	}
	#navigation ul li.francais {
		display: inline;
		margin-top: 10px;
		padding-right: 6px; /*6 when full*/
		padding-left: 6px;
		color: #000000;
		line-height: 35px;
		border-left: 1px solid #000000;
	}
	#navigation ul li.first {
		border-left: none;
		padding-left: 0;
		padding-right: 7px;
	}
	#navigation ul li.last {
		padding-left: 10px;
		padding-right: 0;
		text-align: right;
	}
	#navigation ul li a {
		text-decoration: none;
		color: #000000;
	}
	#navigation ul li a:hover {
		color: #92173b;
		text-decoration: underline;
	}
	#navigation ul li a.set {
		color: #92173b;
	}
	
	#navigation ul li a.francais {
		font-size: 95%;
	}
	#navigation ul li.lastfrancais {
		padding-left: 6px;
		padding-right: 0;
		text-align: right;
	}
	
#middle {
	margin: 0 25px 20px 25px;
}

#bar {
	background-color: #bbbbbb;
	height: 25px;
}

#footer {
	background-color: #bbbbbb;
	height: 25px;
	text-align: center;
	font-size: 70%;
}
	#footer ul {
		list-style: none;
		font-weight: bold;
		margin: 0;
		margin-right: 25px;
		margin-left: 25px;
	}	
	#footer ul li {
		display: inline;
		margin-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		color: #000000;
		line-height: 25px;
		border-left: 1px solid #000000;
	}
	#footer ul li.first {
		border-left: none;
	}
	#footer ul li a {
		text-decoration: none;
		color: #000000;
	}
	#footer ul li a:hover {
		color: #92173b;
		text-decoration: underline;
	}
	
#left {
	color: #FFFFFF;
	background: #000000 url("/_Images/left_navbar_bground.gif") bottom left no-repeat;
	width: 199px;
}
	#left #slogan {
		text-align: center;
		margin: 80px 30px 150px 30px;
	}
	#left ul {
		font-size: 105%;
		list-style: none;
		padding: 0;
		margin: 15px 0 100px 10px;
	}
	#left ul li ul{
		margin-bottom: 0;
		margin-top: 0;
		margin-left: 15px;
		padding: 0;
		font-size: 90%;
	}
	#left ul li {
		margin: 0 0 5px 0;
		font-weight: bold;
	}
	#left ul li a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 80%;
	}
	#left ul li a:active, #left ul li a:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 80%;
	}
	#left ul li a:hover {
		color: #be0000;
		text-decoration: underline;
	}
	#left ul li a.current {
		color: #be0000;
	}

#right {
	width: 575px;
	padding: 20px;
	font-size: 90%;
}
	#right ul, #right ol{
		margin-left: 20px;
	}

#padding {
	width: 20px;
}

#TestingCentres {
	width: 100%;
	font-size: 80%;
}
	#TestingCentres td {
		border-bottom: 1px solid #999999;
	}
	#TestingCentres td.leftside {
		border-right: 1px solid #999999;
	}
	#TestingCentres td.rightside {
		padding-left: 20px;
	}
	#TestingCentres h4 {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.phone {
		margin-top: 5px;
	}
	.email {
		margin-top: 5px;
	}
	.logo {
		text-align: center;
		padding-top: 15px;
	}
	.website {
		margin-top: 5px;
		padding-bottom: 10px;
	}

#language_cb {
	padding: 10px;
	width: 400px;
	height: 250px;
	text-align: left;
	background-color: #FFFFFF;
}

p.adobe {
	margin-top:50px;
	font-size: 75%;
}
p.adobe img {
	float: left;
}
