body {
	background-image: url(_resources/_background/header.gif);
	background-repeat: repeat-x;
	background-position: center 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-repeat: repeat-x;
	background-position: center top;
	height: 125px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	float: left;
	height: 110px;
	width: 280px;
	padding-top: 15px;
}
#header #clientInfo {
	float: right;
	height: 85px;
	width: 450px;
	text-align: right;
}
#header #clientControls {
	height: 20px;
	width: 950px;
	text-align: right;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 5px;
}
#body_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	float: none;
}
#nav {
	width: 195px;
	float: left;
	padding-top: 40px;
	background-image: url(_resources/_background/nav.gif);
	background-position: center top;
	padding-left: 15px;
	height: 300px;
	margin-top: 60px;
}
#nav .button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 6%;
	padding-bottom: 2%;
}
.body {
	width: 715px;
	float: right;
}
#myEsi {
	background-image: url(_resources/_background/myESI.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
}
.columnContainer700w {
	width: 715px;
	margin: 0px;
	padding: 0px;
}
.columnContainer700w .top {
	background-image: url(_resources/_background/border_700top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 715px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.columnContainer700w .middle {
	background-image: url(_resources/_background/border_700middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 665px;
	margin: 0px;
	padding-top: 2%;
	padding-right: 25px;
	padding-bottom: 4%;
	padding-left: 25px;
	clear: none;
	float: none;
	height: 175px;
}
.columnContainer700w .bottom {
	background-image: url(_resources/_background/border_700bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 715px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.columnContainer700w .floatContainer {
	width: 665px;
}
.columnContainer235w {
	float: left;
	width: 235px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columnContainer235w .top {
	background-image: url(_resources/_background/border_235top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 235px;
	margin: 0px;
	padding: 0px;
}
.columnContainer235w .middle {
	background-image: url(_resources/_background/border_235middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 185px;
	height: 150px;
}
.columnContainer235w .bottom {
	background-image: url(_resources/_background/border_235bottom.gif);
	height: 33px;
	margin: 0px;
	background-position: left top;
	width: 235px;
	padding: 0px;
}
.columnContainer235w .floatContainer {
}
#killRightMargin {
	margin-right: 0px;
}
#scheduledReports {
	width: 380px;
	margin-right: 10px;
	float: left;
}
#dataBreakdown {
	width: 270px;
	float: left;
}
#footer {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	text-align: center;
	padding-top: 3%;
}
h2 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1%;
	margin-bottom: 2%;
	color: #000000;
}
h3.blueGreen {
	color: #3399CC;
}
h3.blueGreen span {
	color: #CCCC33;
}
h3 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
	margin-top: 1%;
	margin-bottom: 2%;
	color: #000000;
}
h4 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	margin-top: 1%;
	margin-bottom: 2%;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-bottom: 3%;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #996633;
}
a:hover {
	color: #CCCC33;
	text-decoration: none;
}
a:active {
	color: #999999;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
}
li {
	margin-bottom: 3%;
	list-style-position: outside;
	list-style-image: url(_resources/bullet.gif);
}

