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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.top_cell {
	background-color: #FFF;
	background-image: url(../images/me3_top_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	display:block;
	position:relative;
	margin: 0 auto 0px;
}
.middle_cell_news_strip {
	background-image: url(../images/me3_middle_blue_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottom_cell {
	background-image: url(../images/me3_bottom_shadow_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 12px;
}
.blue_tile {
	background-image: url(../images/me3_blue_tile.jpg);
}
.white_onepixel {
	background-color:#FFFFFF;
	height:1px;
}
.nav_extender {
	background-image: url(../images/me3nav_blue_extend.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottom_left_cell {
	background-image: url(../images/me3_bottomstrip_leftgrad.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bottom_right_cell {
	background-image: url(../images/me3_bottomstrip_rightgrad.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.bottom_legal {
	padding-top: 15px;
	padding-bottom: 10px;
}
.bottom_legal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}