@charset "utf-8";
body {
	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 */
	font-family:  Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFF;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.bellmnt_if #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bellmnt_if #header {
	background-color: #FFF;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 890px;
	margin: 0px;
	padding: 0px;
}
.bellmnt_if #header h1 {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.bellmnt_if #byline {
	background: #FFFFFF;
	border-right-width: 11px;
	border-left-width: 11px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F25927;
	border-left-color: #F25927;
}
.bellmnt_if #navmain {
	border-right-width: 11px;
	border-left-width: 11px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F25927;
	border-left-color: #F25927;
	background-color: #FFFFFF;
	background-image: url(images/bg_nav_1.png);
	height: 26px;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F25927;
	border-bottom-color: #F25927;
}
.bellmnt_if #navmain ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.bellmnt_if #navmain li {
	padding: 0px;
	float: left;
	list-style-image: url(images/li_bullet.png);
	list-style-position: inside;
	height: 26px;
	padding: 0px 30px 0px 0px;
}
.bellmnt_if #navmain li:hover{
	background-image: url(images/bg_nav_2.png);
	cursor: pointer;
}
.bulletnav {
	position: relative;
	top: -6px;
}
.bulletnav a:link, .bulletnav a:visited {
	color: #FFF;
	text-decoration: none;
}
.bulletnav a:hover{
	text-decoration: underline;
}
.bellmnt_if #byline p {
	padding: 0px;
	font-size: 8pt;
	color: #2B2E92;
	margin: 0px 0px 0px 10px;
	font-style: italic;
	font-weight: bold;
}
.bellmnt_if #mainContent {
	background: #FFFFFF;
	border-right-width: 11px;
	border-left-width: 11px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F25927;
	border-left-color: #F25927;
	padding-right: 18px;
	padding-left: 18px;
	min-height: 550px;
}
.bellmnt_if #footer {
	padding: 0 30px;
	border-top-width: 1px;
	border-right-width: 11px;
	border-bottom-width: 1px;
	border-left-width: 11px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F25927;
	border-right-color: #F25927;
	border-bottom-color: #F25927;
	border-left-color: #F25927;
	color: #FFF;
	background-color: #000;
	text-align: right;
}
.bellmnt_if #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 */
	font-size: 8pt;
	color: #FFF;
}
