@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/imsbg.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}
#imscontainer {
	width:900px;
	margin:0 auto;
}
#imsheader {
	margin:0 auto;
}
#imsnavigation {
	margin:0 auto;
	background: url(../images/imsnavbg.png) no-repeat;
	height:36px;
	width:880px;
}
#imslogobg {
	background: url(../images/logobg.png) no-repeat;
	height:115px;
}
#imshomebanner {
	width:900px;
	height:235px;
	margin:10px auto 0 auto;
	background: url(../images/imsbannerbg.jpg) no-repeat;
}
#imstopnav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#imstopnav a {
	color:#175E8A;
	text-decoration:none;
}
#imscontent {
	margin:0 auto;
}
#imscontent .leftContent {
	width:620px;
	float:left;
}
#imscontent .rightContent {
	width:260px;
	float:right;
	padding-left:10px;
}
.marginLeft {
	margin-left:10px;
}
.marginBottom {
	margin-bottom:10px;
}
.marginRight {
	margin-right:10px;
}
.marginTop {
	margin-top:10px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearAll {
	clear:both;
}
#imsfooter {
	background:url(../images/imsfooterbg.gif) repeat-x;
}
#imsfooter .container {
	width:900px;
	margin:0 auto;
	font-size:11px;
	padding:10px;
	height:50px;
	color:#999;
	text-align:center;
}
.newsection {
	margin:10px 5px;
}
.newsection .headline {
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	padding-bottom:5px;
}
.newsection .headline a {
	text-decoration:underline;
	color:#000;
}
.newsection .description {
	font-size:11px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}
.normaltxt {
	font-size:11px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}
a.readmore {
	font-size:11px;
	color:#900;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	margin-top:10px;
}
h1 {
	font-size:16px;
	color:#333;
	font-weight:bold;
	font-family:Arial,Verdana, Geneva, sans-serif;
}
h2 {
	font-size:14px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}
.sections {
	width:185px;
	padding-top:10px;
	font-size:11px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 8px;
	float:left;
}

