body
{
 margin: 0;
 padding: 0;
 font-family: Arial;
 font-size: 12pt;
 color: black;
 background-color: #FFFFFF;
}
/*
td
{
border: solid 1px red;
}
div
{
 border: solid 1px green;
}
*/
table#layout
{
 border-collapse: collapse;
}
table#header
{
 padding: 0;
 margin: 0;
 background-color: black;
}
table#header
{
 border-collapse: collapse;
}
table#footer
{
 border-collapse: collapse;
 border: 0;
 width: 100%;
 background: url(img/blackbkg.jpg);
 background-color: #000000;
}
div#siteTitle
{
 position: absolute;
 top: 14px;
 left: 14px;
 color: black;
 font-family: "Arial";
 font-size: 18pt;
 padding-right: 10px;
 font-weight: bold;
}
div#siteUrl
{
 	position: absolute;
	top: 34px;
	left: 30px;
  color: black;
	font-family: "Arial";
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 6px;
}
h1#pageLogo {
	padding: 64px 0 0 0;
	margin: 0;
	width: 446px;
	overflow: hidden;
	background-image: url(img/topleft.jpg);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:64px;
	z-index: 1;
}

h1#moodysLogo
{
	float: right;
  zindex: 100;
	padding: 64px 0 0 0;
	margin: 0;
	width: 235px;
	overflow: hidden;
	background-image: url(img/moodyslogo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:64px;
}
td#navigationCell
{
 width: 1%;
 vertical-align: top;
 background: url(img/sidebkg.jpg);
}
td#contentCell
{
 width: 99%;
 vertical-align: top;
}
div#content
{
 margin: 10px 10px 10px 10px;
}
ul#Navigation
{
  display: block;
	margin: 0;
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

ul#Navigation
  li
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
  width: 128px;
	height: 22px;
  list-style: none;
}

ul#Navigation
  li
	  a
{
  color: white;
  width: 128px;
	height: 22px;
	margin-left: 5px;
	text-decoration: none;
  background: url(img/singlebutton.jpg) no-repeat;
}
ul#Navigation
  li
    a:hover
{
  color: yellow;
	font-weight: bold;
}
div#navLink
{
  display: block;
  margin-top: 3px;
	margin-left: 32px;
}
div#content
{
 height: 100%;
 width: 100%;
}
div#content
  h1
{
 /*color: #2626C9;*/
 color: black;
 font-style: none;
 border-bottom: 3px inset black;
 padding-bottom: 16px;
}
div.endorsement
{
 border-bottom: 3px inset black;
 margin-bottom: 16px;
 width: 128px;
}
div.endorsement
  ul
	  li
{
 list-style: none;
 font-size: 10pt;
}
div#footerLinks
{
 vertical-align: top;
 background: url(img/sidebkg.jpg) repeat-y;
}
div#footerLinks
  ul
{
  margin: 0;
  padding: 0;
	font-size: 9pt;
  list-style-type: none;
  text-align: center;
}
div#footerLinks
  ul#topList
{
  margin: 0 0 5px 0;
}
div#footerLinks
  ul
    li
{
  display: inline;
	padding: 0 5px 0 5px;
}
div#footerLinks
  ul
    li
      a
{
  text-decoration: none;
  padding: 0;
	margin: 0;
  color: black;
  background-color: white;
}
div#footerLinks
  ul
    li
      a:hover
{
  color: white;
  background-color: black;
}
div#copyright
{
 clear: left;
 font-size: 8pt;
 display: block;
 background-color: black;
 color: white;
 text-align: center;
 line-height: 18pt;
 vertical-align: middle;
}
div#copyright
  a
{
 color: white;
 text-decoration: none;
}
li#BuiltOnTheRock
{border: solid 1px red;
 background: url(img/CD175BuiltOnTheRock.jpg) no-repeat;
}
