@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../imi/index_bg_1.jpg);
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.navv_shadow {
	float: left;
	height: 50px;
	width: 1000px;
}
.box1 {
	float: left;
	height: 190px;
	width: 200px;
	margin: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box2 {
	padding: 5px;
	float: left;
	width: 350px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border-left-color: #CCCCCC;
	background-color: #F2F2E6;
	font-weight: bold;
}
.box6 {
	float: left;
	width: 380px;
	margin: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F2F2E6;
}

.box4 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: none;
	display: inline;
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
.box5 {
	float: left;
	height: 18px;
	width: 340px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 2px;
}
.box7 {
	float: left;
	width: 390px;
	margin-top: 5px;
	margin-bottom: 5px;
}



.box3 {
	float: left;
	height: 19px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

