@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9A5555;
	background-image: url(../images/bkgd_wave_brick.gif);
	background-repeat: repeat-x;
}
a {
	color: #415E84;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#containerNew {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_bkgd_gray.gif);
	background-repeat: repeat-y;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-bottom: 0px;
}
#sidebarNEW {
	float: left;
	width: 234px;
	background-image: url(../images/sidebar_circles_gray.gif);
	text-align: right;
	padding-top: 100px;
	height: 416px;
	background-repeat: no-repeat;
}
#sidebarNEW ul {
	margin: 0px;
	padding: 0px;
}
#sidebarNEW li {
	margin-right: 10px;
	list-style-type: none;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #415e84;
}
#sidebarNEW a {
	color: #415e84;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebarNEW a:hover {
	color: #4983C2;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#headerNew {
	width: 566px;
	margin-left: 234px;
	height: 84px;
}
#mainNew {
	width: 500px;
	margin-top: 15px;
	margin-left: 265px;
	margin-bottom: 30px;
}
#mainNew h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #415E84;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#footnoteNew {
	clear: both;
	padding-left: 265px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/footnote-top-gray.gif);
	background-repeat: no-repeat;
}
#footnoteNew p {
	font-size: 8.5pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#footnoteNew img {
	padding-left: -265px;
}

