@charset "UTF-8";
body {
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FF81A2 url(../images/bckgd_main.gif) repeat-x;
}
#container {
	width: 846px;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	position: relative;
}a, body, p, div, h1, h2, h3, h4, h5, h6, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 8px;
	padding-top: 6px;
}
#listR {
	margin-left: 160px;
}
#listL {
	float: left;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #060;
	line-height: 1.3;
	padding-left: 20px;
	padding-top: 8px;
}
#emph {
	position: absolute;
	left: 364px;
	top: 494px;
	width: 314px;
}
#emph p {
	font-size: 0.75em;
	color: #FFF;
	font-style: italic;
	text-align: center;
}
#footer {
	width:976px;
	margin: 20px auto 0px auto;
	padding-top:10px;
}
#footer p {
	font-size: 0.7em;
	color: #FFF;
}
#footer a:link, #footer a:visited {
	margin:10px auto 0px auto;
	padding-top:10px;
	display:block;
	background:url(../images/logo-graphic-insight.png) no-repeat;
	height:23px;
	width: 272px;
}
#footer a:hover, #footer a:active, #footer a:focus {
	margin:10px auto 0px auto;
	background: url(../images/logo-graphic-insight.png) no-repeat -272px 0px;
}