/* CSS Document */

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #021625;
}

#container {
	margin: 0 auto;
	width:900px;
	height:auto;
	border:1px solid #FFFFFF;
	background-color:#B7C3CA;
}

/* header */

.header {
	width:900px;
	height:148px;
	background-image: url(images/header.jpg);
}

.header_text {
	width:350px;
	height:40px;
	margin:95px 0px 0px 43px;
	float:left;
	
}

html>body .header_text{ /*Firefox */
	margin:0px 0px 0px 43px;
	padding-top:95px;
}

.header_text p {
	font-size: x-small;
	color: #32455C;
	margin:0px;
}

.bmf a {
	color: #32455C;
	text-decoration: none;
	font-size: 7px;
	font-weight: bold;
}

.bmf a:hover {
	color: #FFFFFF;
}

.bmf {
	width:130px;
	height:20px;
	float:left;
	margin:105px 0px 0px 166px;
}


/* menu */

.menu_container{
	width:900px;
	height:20px;
	background-color:#32455C;
	
}

html/**/body .menu_container{ /* IE7 */
	margin:0px 0px 10px 0px;
	_margin:0px 0px 0px 0px;
}

.menu_left{
	width:600px;
	height:20px;
	float:left;
	margin:-3px 0px 0px 0px;
	
}

.menu_right{
	width:260px;
	height:20px;
	float:left;
	background-color:#102247;
	padding:0px 0px 0px 40px;
}

html/**/body .menu_right{ /* IE7 */
	padding:6px 0px 0px 40px;
	_padding:0px 0px 0px 40px;
}

.menu_right p {
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	
}

html>body .menu_right p{ /*Firefox */
	line-height:3px;
}

html/**/body .menu_right p{ /* IE7 */
	line-height:10px;
}

.menu_left li
{
	display:inline;
	padding: 0px 50px 0px 0px;
	line-height:20px;
	vertical-align:middle;
	list-style:none;
}

html/**/body .menu_left li{ /* IE7 */
	padding:0px 15px 0px 37px;
	_padding:0px 50px 0px 0px;
}

html/**/body .menu_left ul{ /* IE7 */
	margin:0px 0px 0px 45px;
	padding-top:1px;
	_padding-top:0px;
}

html>body .menu_left ul{ /*Firefox */
	margin:0px 0px 0px 5px;
}

.a:link, .a:hover, .a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.a:hover {
	color: #CBD4D6;
}


/* white band */

.white_band{
	width:900px;
	height:53px;
	background-image: url(images/white_band_line.gif);
	background-repeat: repeat-y;	
	margin: 0px 0px 0px 0px;
}

html>body .white_band{ /*Firefox */
	margin:-9px 0px 0px 0px;
}

.white_band_info{
	width:220px;
	height:15px;
	margin: 15px 0px 0px 640px;
}

html>body .white_band_info{ /*Firefox */
	margin:10px 0px 0px 640px;
	padding:2px 0px 0px 0px;
}

.white_band_info p {
	color: #D30F33;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

html/**/body .white_band_info p{ /* IE7 */
	margin: 0px 0px 0px 0px;
}

.white_band_info a {
	color: #D30F33;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.white_band_info a:hover {
	color: #003168;
}


/* body (home) */

.home_image {
	width:900px;
	height:276px;
	background-image: url(images/home_image.jpg);
}

.home_image_info {
	width:750px;
	/* width before the marie curie info WAS 550px*/
	height:150px;
	margin-top:0px;
	padding:15px 0px 0px 40px;
}

html/**/body .home_image_info{ /* IE7 */
	margin:20px 0px 0px 40px;
	padding:0px;
}

.home_image_info p {
	color: #FFFFFF;
	font-size: 12px;
}

h2 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight:normal;
	margin: 5px 0px 10px 0px;
}

.a_sm_white_link, .a_sm_white_link:hover {
	color:#d21033;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	}
	
.a_sm_white_link:hover {
	color:#033363;
	}

/* body (general) */

.bottom_band {
	width:900px;
	height:23px;
	background-color:#32455C;
	clear:both;
}

.body {
	width:900px;
	height:auto;
	background-color:#B7C3CA;
}

.body_info {
	width:820px;
	height:auto;
	margin:20px 40px 0px 40px;
	padding-bottom:20px;
}

.body_info p {
	color: #011527;
	font-size: small;
}

.body_info a {
	color: #011527;
	text-decoration: none;
	font-size: small;
	line-height:14px;
}

.body_info a:hover {
	color: #32455C;
}

h1{
	color: #011527;
	font-size: medium;
}

.general_image {
	width:900px;
	height:162px;
}

/* body (SPLIT TEXT) */

.body_info_left, .body_info_right {
	width:400px;
	height:auto;
	margin:0px 20px 0px 0px;
	float:left;
}

.body_info_right {
	margin:0px 0px 0px 0px;
}