@charset "utf-8";
/* CSS Document */
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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4781A6;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 768px;
	text-align: left;
	background-image: url(images/container-background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 117px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E0;
	float: left;
	padding: 0px;
	width: 768px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 573px;
	float: left;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/footer-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	color: #999999;
	vertical-align: top;
	height: 95px;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E2DD;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 748px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.twoColFixLtHdr #footer li {
	display: inline;
	color: #CCCCCC;
}
.twoColFixLtHdr #footer a, #footer a:visited {
	color: #006699;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #footer img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}
.twoColFixLtHdr  #header  #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 48px;
}
.twoColFixLtHdr   #header #logo  {
	float: left;
	height: 117px;
	width: 257px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr  #header #header-nav {
	float: right;
	height: 25px;
	width: 400px;
	text-align: right;
}
.twoColFixLtHdr #header #header-tagline {
	float: right;
	clear: right;
	height: 74px;
	width: 253px;
	margin-top: 9px;
}
.twoColFixLtHdr #header #header-tagline img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColFixLtHdr  #mainContent  #header-nav img {
	margin-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #header #header-nav ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header #header-nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr   #header-nav   a,  .twoColFixLtHdr #header-nav  a:visited       {
	display: block;
	float: right;
	font-size: 0.7em;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #4983AB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #DBE7EE;
}
.twoColFixLtHdr  #header  #header-nav  a:hover  {
	background-color: #9BBBCE;
	background-image: url(images/header-nav-bg-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}


.twoColFixLtHdr #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 7px;
	margin-left: 10px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr   #sidebar1   ul li  a, .twoColFixLtHdr #sidebar1 ul li a:visited {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48738A;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 180px;
}
.twoColFixLtHdr #sidebar1 ul li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6694AE;
	background-color: #518099;
}



.twoColFixLtHdr #MenuBar1 .menu-spacer {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2CC;
}
.twoColFixLtHdr .panorama {
	width: 573px;


}
.twoColFixLtHdr .breadcrumbs {
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixLtHdr .breadcrumbs ul {
	font-size: .7em;
	padding: 0px;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.twoColFixLtHdr .breadcrumbs li {
	display: inline;
	color: #999999;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.twoColFixLtHdr .breadcrumbs a, .twoColFixLtHdr .breadcrumbs a:visited {
	color: #688C97;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr .breadcrumbs a:hover {
	color: #006699;
	text-decoration: underline;
}
.twoColFixLtHdr   .page-content ul {
	line-height: 16px;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.twoColFixLtHdr .page-content {
	color: #333333;
	width: 573px;
}

.twoColFixLtHdr   .page-content li {
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 0px;
	margin-left: 34px;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr    .page-content a,   .twoColFixLtHdr .page-content a:visited {
	color: #B19765;
	text-decoration: underline;
}
.twoColFixLtHdr    .page-content a:hover {
	color: #006699;
	text-decoration: underline;
}
.twoColFixLtHdr    .page-content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	padding-top: 13px;
	padding-right: 34px;
	padding-bottom: 15px;
	padding-left: 34px;
	margin: 0px;
}
.twoColFixLtHdr    .page-content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #9A804E;
	padding-top: 14px;
	padding-right: 34px;
	padding-bottom: 8px;
	padding-left: 34px;
	margin: 0px;
}
.twoColFixLtHdr     .page-content  h3 {
	font-size: 11px;
	font-weight: bold;
	color: #9A804E;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 20px;
	margin-left: 34px;
}
.twoColFixLtHdr    .page-content p {
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 10px;
	padding-left: 34px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.twoColFixLtHdr .page-content strong {
	color: #2D5F7A;
}

.twoColFixLtHdr   #MenuBar1   strong  a, .twoColFixLtHdr #MenuBar1 .MenuBarItemSubmenu strong {
	background-color: #C8C9C0;
}
.twoColFixLtHdr #MenuBar1 strong a:hover, .twoColFixLtHdr #MenuBar1 .MenuBarItemSubmenu strong a:hover {
	background-color: #5D693B;
	color: #FFFFFF;
}
.twoColFixLtHdr .sub-menu-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2CC;
}
table#chart {
	width: 505px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
}

#chart   .col-01 {
	width: 33%;
	text-align: left;
}
#chart   .col-02 {
	width: 67%;

}
#chart  th {
	text-align: left;
	padding: 10px;
	background-color: #2D5F7A;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D5F7A;
	border-right-color: #2D5F7A;
	border-bottom-color: #CCCCCC;
	border-left-color: #2D5F7A;
}
.alt-background {
	background-color: #EBEBE0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.twoColFixLtHdr   .page-content  .alt-background  p, .twoColFixLtHdr .page-content .alt-background2 p {
	padding: 10px;
}

.alt-background2 {
	background-color: #CCCBBB;
}


#chart tr.odd-row {
	background-color: #EBEBE0;

}


#chart td {
	border: 1px solid #999999;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	vertical-align: top;
}
#chart  tr:hover {
	background-color: #CCCCCC;
}
#chart .sub-head {
	background-color: #CCCCCC;
	color: #333333;
}
#chart   .sub-head:hover  {
	background-color: #CCCCCC;
	color: #333333;
}
#chart strong {
	color: #015DA6;
}
