@charset "UTF-8";
.container {
	/*background-color: #9F1D20;*/
	width: 1100px;
	padding-left: 0px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 5px;
	border-color: #3F6;
	height: auto;
}
#top_banner {
	background-image: url(images/CMI%20Logo%20Website%20Header.jpg);
	background-repeat:repeat;
	float: right;
	width: 980px;
	background-repeat: repeat;
	padding-top: 92px;
}
#middlebar {
	background-color: #9F1D20;
	height: auto;
	width: 10px;
}
#content {
	float: right;
	height: auto;
	width: 980px;
	/*min-height: 500px;*/
	background-image: url(images/Background.jpg);
	background-repeat:no-repeat;
	text-align: left;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#footer {
	float: right;
	height: 30px;
	width: 980px;
	border-top-style: none;
	background-color: #FFF;
	margin-top: 0px;
	color: #999;
	padding-top: 10px;
}
#footerMenu {
	float: right;
	text-decoration:none;
	color: #F06;
	font-size: 11pt;
}
#redbar {
	background-color: #9F1D20;
	height: 17px;
	width: 415px;
}
#reddivider {
	background-color: #9F1D20;
	height: 19px;
	width: 980px;
}
p {
	padding-left: 45px;
	padding-right: 0px;
	text-indent: 25px;
	margin-right: 5px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 40px;
}
h2 {
	font-size:18px;
	font-weight: bold;
	padding-left: 42px;
}
#leftbar {
	background-color: #9F1D20;
	width: 120px;
	overflow: hidden;
	float: left;
	bottom: auto;
}
#topbar {
	background-color: #9F1D20;
	float: right;
	height: 21px;
	width: 980px;
}
#submenudiv {
	background-color: #CCC;
	width: 4px;
	margin-top: 20px;
	height: 5px;
}
#MenuBar2 {
	font-size: 10px;
	float: right;
}
#text {
	float: left;
	width: 700px;
}

