@import "menu.css";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url('images/bg_strip.jpg') repeat-x top left;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
p {
	margin: 0em 0em 0.9em 0em;
}
div#container {
	width: 999px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
} 
div#header {
	background: url('images/MIA_banner.jpg') no-repeat;
	height: 161px;
	padding-right: 10px;
}
h1#logo {
	margin: 0px 0px 0px 794px;
	width: 190px;
	height: 139px;
	background: url('images/MIA_logo.gif');
}
h1#logo em {
	display: none;
}
div#content {
	width: 970px;
	margin: 0px auto;
}
form#searchArea {
	position: relative;
	float: left;
	width: 160px;
	height: 35px;
	margin: 8px 0px 0px 25px;
	background: url('images/searchBox.gif') no-repeat;
}
form#searchArea input.text {
	position: absolute;
	width: 118px;
	top: 7px;
	left: 5px;
	border: 0px;
	color: #444;
	font-size: 10px;
	background: none;
}
form#searchArea input.button {
	position: absolute;
	top: 2px;
	left: 128px;
}
div#menu {
	float: right;
	width: 782px;
	height: 35px;
	background: url('images/menu_bar.gif') no-repeat;
}
div#sidebar1 {
	float: left;
	width: 170px;
	padding: 15px 0px 15px 20px;
}
div#sidebar2 {
	float: right;
	width: 175px;
	padding: 15px 10px 15px 5px;
}
div#mainContent { 
	width: 765px; 
	float: left;
} 
div#mainContent a{
	color: #3dccdd;
}
div#mainContent a:hover {
	color: #3dccdd;
	text-decoration: none;
}
div#RightSideContainer {
	float: right;
	width: 770px;
}
div#footer {
	height: 40px;
	padding: 0px 35px;
	background: url('images/footer_bg.gif') no-repeat center;
} 
ul#footertext,
ul#design {
	display: block;
	margin: 15px 10px;
	padding: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
}
ul#footertext {
	float: left;
	width: 300px;
}
ul#design {
	float: right;
}
ul#footertext li,
ul#design li {
	display: inline;
	padding: 0em 1.2em;
	border-right: 1px solid #ffffff;
}
ul#footertext a,
ul#design a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul#footertext li.NIMFirstItem {
	padding-left: 0px;
}
ul#footertext li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
	padding-right: 0px;
}