@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.4em;
	background-image: url(../images/nsrc-main-bkgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	z-index: 301;
}
#header .headnav {
	margin: 0px;
	float: right;
	height: 63px;
	width: 478px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px 20px 0px 0px;
}
#mainContentWhite {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#mainContentWhite {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#container #mainContentWhite p {
	margin: 0px;
	padding: 10px;
}
#container #mainContentWhite a {
	font-weight: bold;
	color: #1D4E91;
	text-decoration: none;
}
#container #mainContentWhite a:hover {
	font-weight: bold;
	color: #1D4E91;
	text-decoration: underline;
}
#container #mainContentWhite h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: .9em;
	color: #1D4E91;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#container #mainContent p {
	margin: 0px;
	padding: 10px;
}
#container #mainContent a {
	font-weight: bold;
	color: #1D4E91;
	text-decoration: none;
}
#container #mainContent a:hover {
	font-weight: bold;
	color: #23789F;
	text-decoration: underline;
}
#mainContent .mainleft {
	height: 320px;
	width: 220px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#mainContent .mainleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#mainContent   .mainleft   ul  {
	margin-top: 0px;
}
#mainContent .mainleft li {
	list-style: url(none) none;
	margin-right: 5px;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
#mainContent .mainright {
	padding: 10px;
	float: right;
	height: 320px;
	width: 200px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#mainContent .maincenter {
	padding: 10px;
	height: 320px;
	width: 200px;
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 280px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#mainContent .colorleft {
	float: left;
	height: 20px;
	width: 220px;
	padding: 0px;
	margin: 0px;
	background: url(../images/leftclr-space.gif) no-repeat center bottom;
}
#mainContent .colorright {
	padding: 0px;
	float: right;
	height: 20px;
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(../images/rightclr-space.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent .colorcenter {
	padding: 0px;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 290px;
	margin-bottom: 0px;
	margin-left: 290px;
	position: relative;
	background-image: url(../images/centerclr-space.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
#mainContent .subright {
	width: 498px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#mainContent .subright h3 {
	color: #1D4E91;
}
#container #mainContent .subright h1 {
	font-size: 1.6em;
	color: #1D4E91;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-transform: uppercase;
}
#footer {
	padding: 0px;
	margin: 0px;
}
#footer .footnav {
	margin: 0px;
	float: right;
	width: 478px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer .footnav 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: 0.9em;
	color: #666666;
}
#footer .footnav a {
	color: #666666;
	text-decoration: none;
}
#footer .footnav a:hover {
	color: #1D4E91;
	text-decoration: underline;
}
.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;
}
.firstline {
	font-size: 1.2em;
	color: #1D4E91;
}
#container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: .9em;
	color: #1D4E91;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#container #mainContent h3 {
	text-transform: uppercase;
	margin: 0px 0px 5px;
	font-size: 1.1em;
	line-height: 0.9em;
	padding: 10px 10px 2px;
}
#mainContent .subright li {
	margin: 0px 0px 4px;
	padding: 0px;
}
#mainContent .subright p {
	margin-right: 5px;
}
#mainContent   .subright   ul  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
}
#mainContent .subright ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-right: 5px;
}
#mainContentWhite  h1 {
	font-size: 1.6em;
	color: #1D4E91;
	padding-right: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#charts {
	margin-left: 15px;
}
#charts td {
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.framed {
	border: 1px solid #999999;
	background: #E0E0E0;
}
#mainContent  .mainleft .selected  {
	list-style: url(../images/blue_bullet.gif) none;
	margin-right: 5px;
	font: bold normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	color: #1D4E91;
}

